dataRequest

Top  Previous  Next

  <dataRequest name="" dataSource="" selectAll="" sourceAreas="" extraItemsBefore="" extraItemsAfter="">
    <node name="" newName="" encrypt=""/>
  </dataRequest>

 

Attributes of "dataRequest" element

Attribute

MScript

Description

name

-

The name of the Data Request

dataSource

ü

The name of the Data Source. If omitted dataRequest name is used.

selectAll

ü

"true" if all the nodes to be included into the Page XML Data. If "false" then for each data node to be included a node sub-element should be used.

sourceAreas

ü

Should list the names of the Ajax SourceArea elements (separated with commas) that requires this Data Request.

extraItemsBefore

ü

To add extra items before the items provided by the data source

extraItemsAfter

ü

To add extra items after the items provided by the data source

 

Attributes of "node" sub-element

Attribute

MScript

Description

name

-

The name of the Data Request

newName

ü

The name of the node in the Page XML Data. If this parameter is omitted then the name of the Page XML Data node will be the same as the node name in the ADOM.

encrypt

ü

This attribute should contain true if the value of the data node needs to be encrypted in the Page XML Data.