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

UI Adaptive Tag Library (pt:ptui)

UI tags allow you to add standard portal UI components to any portlet in the ALI portal, including search inputs and buttons, login components, access to account settings, and more.

The tags in the pt:ptui tag library are available for use only in ALI (not in Ensemble). Additional tags from the pt:standard tag library can be used to display instance-specific information, including the date and time and the page name and type. For details, see Standard Adaptive Tag Library (pt:standard).

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

For an example of implementing UI customization using tags, see Implementing Custom UI Elements Using Adaptive Tags.

Tag Function
pt:ptui.welcome Displays the user's personalized welcome message. Used as singleton only (does not display the contents of the tag).
pt:ptui.myhome Displays a link to the user's home page (MyPage or community). Can be used as singleton or wrapper for HTML.
pt:ptui.myaccount Displays a link to the user's My Account page. Can be used as singleton or wrapper for HTML.
pt:ptui.createaccount Displays a link to the Create Account page. Can be used as singleton or wrapper for HTML.
pt:ptui.searchform Displays the basic search form without any buttons or links.
pt:ptui.basicsearchbutton Displays the basic search button. Can be used as singleton or wrapper for HTML.
pt:ptui.advancedsearchbutton Displays the advanced search button. Can be used as singleton or wrapper for HTML.
pt:ptui.federatedsearchbutton Displays the federated search button. Can be used as singleton or wrapper for HTML.
pt:ptui.topbestbetsearchbutton Displays the top best bet button. Can be used as singleton or wrapper for HTML. (Must be used with pt:ptui.searchform.)
pt:ptui.help Displays the help image and link. Can be used as singleton or wrapper for HTML.
pt:ptui.login Displays a login/logoff link based on the current state of the user. (If the user is logged in, the URL executes logoff; if the user is not logged in, the URL executes login.)
pt:ptui.loginform Outputs the basic login form without any buttons or links.
pt:ptui.loginusername Displays the user name text box for the login form.
pt:ptui.loginpassword Displays the password text box for the login form.
pt:ptui.loginbutton Displays the login button.
pt:ptui.loginauthsource Displays the authentication source input. Note: This tag is string- and case-sensitive. The name of the authentication source must match the entry in portalconfig.xml.
pt:ptui.loginrememberme Displays the "Remember My Password" checkbox for the login form.
pt:ptui.loginoptionsenabled Conditionally processes content based on the parameters specified (e.g., remembermypassword).
pt:ptui.error and pt.ptui.errortext Displays portal error messages. Can be used as singleton or wrapper for formatted error text. The ptui.errortext tag is used to reformat or modify error message text.
<pt:ptui.error>
<p style="msg1">
<pt:ptui.errortext pt:text="Call support at 555-1212"/>
</p>
</pt:ptui.error>
pt:ptui.include Used to include JSComponent scripts, string files and css files.
pt:ptui.rulesdebug Displays a debug button to display experience rules debugging messages in a popup window. Can be used as singleton or wrapper for HTML.

  Back to Top      Previous Next