0 out of 1 rated this helpful - Rate this topic

WinJS.UI.process function

Applies declarative control binding to the specified element.

Syntax


WinJS.UI.process(element);

Parameters

element

Type: DOMElement

The element to bind.

Return value

A promise that is fulfilled after the control is activated. The value of the promise is the control that is attached to element.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

Ui.js

 

 

Build date: 12/5/2012

© 2013 Microsoft. All rights reserved.