WinJS.Binding.addClassOneTime function
Adds a Cascading Style Sheets (CSS) class from the specified path of the source object to a destination object.
Syntax
WinJS.Binding.addClassOneTime(source, sourceProperties, dest);
Parameters
source
Type: ObjectThe source object that has the class to copy.
sourceProperties
Type: ArrayThe path on the source object to the source class.
dest
Type: HTMLElementThe destination object.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |