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

Class HtmlUnorderedList

This container widget represents bulleted list.

Method Summary
addItem widget
         Adds an item to the end of the list.
clear
         Removes all items from the list.
constructor
         Initializes the object.
render
         Outputs the HTML representation of the widget.

Method Detail

addItem

HtmlUnorderedList addItem widget

Adds an item to the end of the list.

Parameters:
widget - The widget that is used as the new list element. It may be a string.
Returns:
A reference to the object for which the method was called.

The widget that is received as argument must respond to the render method.

clear

HtmlUnorderedList clear

Removes all items from the list.

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


constructor

HtmlUnorderedList constructor

Initializes the object.


render

HtmlUnorderedList render

Outputs the HTML representation of the widget.



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