Show navigation | Frontpage | Contact us | Sitemap
COPY

Not yet implemented.

If the COPY parameter is set to TRUE, Composite will allow the user to add a sibling. The work area will be created by executing the EDIT action on the node, but when the user uses the Save function, Composite will treat the action as a "Save new" - there by creating a new node.

TRUE Allow siblings to be added, using the EDIT workarea of this node as startingpoint.
FALSE Default. Do not allow COPY.


New nodes created this way will be siblings to the current node.

The value TRUE must be in uppercase. If this value is omitted or any other value is stated Composite will not offer the user to copy the node.

This feature can be used to implement several 'templates' - i.e. if a node do not allow EDIT, ADDCHILD, DELETE, but allows COPY, then the nodes themselves can not be manipulated (they are 'static templates'), but excecuting COPY on one of them will enable the user to add a new node, with a work area already populated acording to the 'template'.

Example:

<DATA TYPE="Ex" UNIQUEID="1" TITLE="Tech support template" EDIT="FALSE" COPY="TRUE" />

 

My modules


© 2008 Composite A/S, Danmark
Tlf: +45 39 15 76 00 | info@composite.net
Composite A/S er Microsoft Certified Partner
Composite CMS overholder standarden for valid CSS
Composite CMS overholder standarden for valid XHTML 1.0
Printet fra http://www.composite.net/composite-17.htm
Findes på denne sti: Composite Developer | 3.x technologies | Configuration | Developing COM plug-ins | ICPConfigure (DataMap) | XML Data Structure | COPY