Class HtmlAnchor
HtmlAnchor -> HtmlContainer
This container widget represents the HTML anchor element. It supports
the following attributes:
- name -
- href -
- rel -
- rev -
- title -
- onClick -
- onMouseOver -
- target -
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.
|
|
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.
-
Report a bug or request new features
© 2013