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.
Represents HTML markup that specifies the UI for data controls.
Namespace: Sys.UI
Inherits: None
Implements: Sys.IDisposable
var MyTemplate = new Sys.UI.Template(element);
Constructors
Name |
Description |
|---|---|
Initializes a new instance of the Template class. |
Members
Name |
Description |
|---|---|
Compiles the template. |
|
Detaches the template instance from the element that it was attached to. |
|
Instantiates the template within a given DOM element. |
|
Gets the root element of the template. |
Remarks
Templates can be instantiated multiple times.