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

Class HtmlRaw

The HTML representation of this widget is passed as a string to the constructor. No encoding is performed on the contents of that string when this widget is rendered.

Method Summary
constructor aString
         Initializes the object and its contents.
render
         Outputs the HTML representation of the widget.
setContents aString
         Changes the widget HTML representation.

Method Detail

constructor

HtmlRaw constructor aString

Initializes the object and its contents.

Parameters:
aString - String that will be used as the widget HTML representation.


render

HtmlRaw render

Outputs the HTML representation of the widget.


setContents

HtmlRaw setContents aString

Changes the widget HTML representation.

Parameters:
aString - String that will be used as the widget HTML representation.
Returns:
A reference to the object for which the method was called.



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