Show navigation | Frontpage | Contact us | Sitemap

AUTOREFRESH

If the AUTOREFRESH parameter is set to FALSE, Composite will not force the nodes on the Datamap to be refreshed when the user uses the Save function in the work area.

In scenarion where nodes are 'static', i.e. fetched from an external source, and the posible user actions can not change the layout of the node being edited, disabling autorefresh can seriusly increase responsetimes on the client.

The faster responsetime is due to the nature of the refresh function - a call is made from the client to the server (ultimately the plugin) for each open node. On slow connections or on slow clients this can take several seconds.

TRUE Default. Save action will refresh all nodes on the Datamap pertaining to the plugin
FALSE Save will not refresh the Datamap


The value FALSE must be in uppercase. If this value is omitted or any other value is stated Composite will refresh the Datamap on save.

Example:

<DATA TYPE="Ex" UNIQUEID="1" TITLE="Static title" AUTOREFRESH="FALSE" />

 

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