WTUI Docs

WTUI  1.0.0

WTUI Docs > WTUI > WTUI.HTML
Search:
 
Filters

Class WTUI.HTML

Display HTML within a page

Tag

<wtui:html/>

The tag for WTUI.HTML

Example:

<wtui:html id="exampleid" />
Parameters:
id <String> (optional) The id of the component

Methods

setHTML

void setHTML ( html )

Set the HTML for the component

Parameters:
html <object> (String) the HTML to display
Returns: void

WTUI