Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the outerHTML property of the specified element to the specified text.
Syntax
WinJS.Utilities.setOuterHTML(element, text);
Parameters
element
Type: DOMElementThe element on which the outerHTML property is to be set.
text
Type: stringThe 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 |