Adaptive Tag API Documentation
Class | Description |
---|---|
HashtableDataObject | This class is wrapper around XPHashtable that allows it to be used as a data collection in Tag memory. |
TagDataGetterPTURLDOList | Helper object that defines and provides a protocol for getting list of PTURL DO data in different Tag Scopes. |
TagDataSetterPTURLDOData | Helper object that defines and provides a protocol for setting single or a list of PTURL DO data in different Tag Scopes. |
Interface | Description |
---|---|
IDataObject | Data objects are used to store collections of variables in Tag memory so that they can be accessed automatically using attribute value replacement. For instance, if an IDataObject is stored in memory (ATag.SetVariable or SetSharedVariable) under the key "links" and has data stored in it under the keys "url" and "name", it could be used as follows: <pt:core.html pt:tag="a" href="$url" title="$name"> <pt:logic.value value="$links.name"/> </pt:core.html> |