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.
Adds the set of declaratively specified options (properties and events) to the specified control. If name of the options property begins with "on", the property value is a function and the control supports addEventListener.
Syntax
WinJS.UI.setOptions(control, options);
Parameters
control
Type: objectThe control on which the properties and events are to be applied.
options
Type: objectThe set of options that are specified declaratively.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |