Gets or sets an HTML string, representing the content template.
Namespace: MindFusion.Common.UI
File: TabPage.js
JavaScript Copy Code |
---|
get template() {} |
String. An HTML string representing the content template.
The following code uses the template property to assign a template to the TabPage.
JavaScript Copy Code |
---|
var tab = new ui.TabPage("«"); var t = document.createElement("div"); |