Provides a reusable declarative binding element.
Creates a template that provides a reusable declarative binding element.
The DOM element to convert to a template.
If this parameter is supplied, the template is loaded from the URI and the content of the element parameter is ignored. You can add the following options: href.
Gets or sets the default binding initializer for the template.
Gets or sets a value that specifies whether a debug break is inserted into the first rendering of each template. This property only has an effect when the app is in debug mode.
This property is deprecated and might not be available in future versions of the WinJS. Gets or sets a value that specifies whether optimized template processing has been disabled.
Gets the DOM element that is used as the template.
Gets a value that specifies whether templates should be instantiated without the creation of an additional child element.
Determines whether the Template contains declarative controls that must be processed separately. This property is always true. The controls that belong to a Template object's children are instantiated when a Template instance is rendered.
Binds values from the specified data context to elements that are descendants of the specified root element that have the declarative binding attributes specified (data-win-bind).
A Promise that will be completed after binding has finished. The value is either container or the created DIV. promise that is completed after binding has finished.
Renders a template based on the specified URI (static method).
A promise that is completed after binding has finished. The value is either the object in the container parameter or the created DIV.