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: DOMElement
The element on which the innerHTML property is to be set.
- text
-
Type: string
The 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 |
Show: