WinJS.Utilities.setOuterHTMLUnsafe function

This topic has not yet been rated - Rate this topic

Sets the outerHTML property of the specified element to the specified text in the context of MSApp.execUnsafeLocalFunction.

Note  Calling this function can lead to serious security concerns such as HTML and script injection issues. Whenever possible, use setOuterHTML.

Syntax


WinJS.Utilities.setOuterHTMLUnsafe(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 supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.Utilities

Library

Base.js

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.