WinJS.Utilities.setInnerHTML function
Sets the innerHTML property of the specified element to the specified text.
Syntax
WinJS.Utilities.setInnerHTML(element, text);
Parameters
element
Type: DOMElementThe element on which the innerHTML property is to be set.
text
Type: stringThe value to be set to the innerHTML property.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Utilities |