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.
Applies declarative control binding to the specified element.
Syntax
WinJS.UI.process(element);
Parameters
element
Type: DOMElementThe 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 WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |