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

Class HtmlPlainString

This widget represents a plain sequence of text. This text sequence will not contain any HTML tag. When rendered all the HTML significant characters are replaced by their respective HTML encoding.

Method Summary
constructor contents
         Initializes the object and specifies its initial contents.
render
         Outputs the HTML representation of the widget.
setContents contents
         Modifies the current contents of this widget.

Method Detail

constructor

HtmlPlainString constructor contents

Initializes the object and specifies its initial contents.

Parameters:
contents - String that will be used as the contents of the widget.


render

HtmlPlainString render

Outputs the HTML representation of the widget.


setContents

HtmlPlainString setContents contents

Modifies the current contents of this widget.

Parameters:
contents - String that will be used as the new contents of the widget.



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