XML Data Structure
XML returned from the ICPConfigure interface consists of a root
DATAGROUP node, containing one or more DATA nodes:
<DATAGROUP>
<DATA ..... />
<DATA ..... />
</DATAGROUP>
The DATAGROUP node takes no parameters. The DATA node takes the
following parameters:
- TITLE
Required. The title of the node, rendered in the Datamap - TYPE
Required. Plugin internal name for the nodes type. - UNIQUEID
Required. Plugin internal ID that uniquely identifies an entity within a TYPE group. - HASCHILDREN
Optional. When TRUE Composite lets the user open the node - ICON
Optional. Let you specify which icon should represent the node - EDIT
Optional. When TRUE Composite lets the user edit the node - ADDCHILD
Optional. When TRUE Composite lets the user add a child node - LINKTO
Optional. Lets you specify a URL that can be linked into content areas - DELETE
Optional. When TRUE Composite lets the user delete the node, even if child nodes exists - COPY
Optional. Not yet implemented. Enables the user to create a new sibling node, based on the current node - LCID
Optional. Specifies which LCID is to be used when including media into rich content areas. - AUTOREFRESH
Optional. When FALSE Composite will not force updates on the datamap when saving - SAVE
Optional. When FALSE Composite will not display the Save option in the work area
Parameters to the DATA node are case sensitive.