Gets or sets a string, specifying the URL of the web page, that will be loaded in the content IFrame.
Namespace: MindFusion.Common.UI
File: TabPage.js
JavaScript Copy Code |
---|
get navigateUrl() {} |
String. A string specifying the URL of the web page, that will be loaded in the control's content IFrame.
The following code creates a new TabControl and adds a new TabPage to its tabs collection.
JavaScript Copy Code |
---|
var tab = new ui.TabPage("«"); tabControl.tabs.add(tab); |