AquaLogic User Interaction Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

About Adaptive Tags

AquaLogic Interaction and AquaLogic Ensemble provide a collection of useful XML tags that can be included in the markup returned by any gatewayed page, including pagelets.

Using the attributes defined in the tag, the gateway transforms the XML and replaces it with standard HTML to be displayed in a browser. For example, when used in a banner pagelet in the ALI portal, the following code is replaced with the date and time in the current user's locale.
<pt:standard.currenttime xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'/>
The adaptive tag libraries provide access to a wide range of components. For details on adaptive tag libraries, see the following topics:

For detailed information on using tags, see Adaptive Tag Development Tips. For information on how the portal processes tags, see About Adaptive Tag Control Flow. You can also create custom tags; for details, see Creating Custom Adaptive Tags.

For a full list of tags and attributes, see the tagdocs. Tagdocs for all platforms are available on the API Libraries page.


  Back to Top      Previous Next