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.
.png)
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 |