Documentation

setHTML

set hmlt for template

void setHTML(string html);

Parameters

htmlstringhtml to set in template

Example

$$("view").setHTML("<h2>My app name</h2>");

Details

Data and templating rules will not be applied, method will set provided html as is.

Back to top