Overview Module Function Class I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC

Class HtmlAnchor

HtmlAnchor -> HtmlContainer

This container widget represents the HTML anchor element. It supports the following attributes:

Method Summary
addData key value
         Adds a parameter to the URL.
clear
         Removes all the child widgets and clears the URL parameters.
clearData
         Clears the URL parameters.
constructor
         Initializes the object.

Method Detail

addData

HtmlAnchor addData key value

Adds a parameter to the URL.

Parameters:
key - String representing the name of the URL parameter being added.
value - String representing the value of the URL parameter name being added.
Returns:
A reference to the object for which the method was called.


clear

HtmlAnchor clear

Removes all the child widgets and clears the URL parameters.

Returns:
A reference to the object for which the method was called.


clearData

HtmlAnchor clearData

Clears the URL parameters.

Returns:
A reference to the object for which the method was called.


constructor

HtmlAnchor constructor

Initializes the object.



Overview Module Function Class ${tea.teadoc.header}
Report a bug or request new features
© 2013