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.
constructor aString
Initializes the object and its contents.
|
render
Outputs the HTML representation of the widget.
|
setContents aString
Changes the widget HTML representation.
|
|
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.
-
Report a bug or request new features
© 2013