WinJS.Binding.setAttributeOneTime function
Sets an attribute on the destination element to the value of the source property.
Syntax
WinJS.Binding.setAttributeOneTime(source, sourceProperties, dest, destProperties);
Parameters
source
Type: ObjectThe source object.
sourceProperties
Type: ArrayThe path on the source object to the source property.
dest
Type: DOMElementThe destination object.
destProperties
Type: ArrayThe path on the destination object to the destination property. This must be a single name.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |