Represents an item which can be templated.
Namespace: MindFusion.Common.UI
File: TemplatedItem.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksThis is the base class for items that can have a template. Among them are TabPage, ToolStripItem and TreeNode.
ExampleThe following code creates a new TabPage and sets its template:
JavaScript
Copy Code
|
|---|
var tab = new ui.TabPage("«"); var t = document.createElement("div"); |
Inheritance HierarchyMindFusion.Common.UI.TemplatedItem
MindFusion.Common.UI.ListItem
See Also