WinJS.Utilities.setOuterHTML function

Sets the outerHTML property of the specified element to the specified text.
Syntax
WinJS.Utilities.setOuterHTML(element, text);
Parameters
- element
-
Type: DOMElement
The element on which the outerHTML property is to be set.
- text
-
Type: string
The value to be set to the outerHTML property.
Return value
This function does not return a value.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Utilities |
Show: