Show navigation | Frontpage | Contact us | Sitemap

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.

 

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-8.htm
Findes på denne sti: Composite Developer | 3.x technologies | Configuration | Developing COM plug-ins | ICPConfigure (DataMap) | XML Data Structure