ASP.NET Pack Programmer's Guide
TabControl.createTab Method
See Also
 





Creates a new TabPage instance and adds it to the control's tabs array.

Namespace: MindFusion.UI.WebForms
Package: TabControl.js

 Syntax

JavaScript  Copy Code

function createTab ([options])

 Parameters

options
Optional.

Type: Object
Object containing the TabPage data.

 Return Value

Type: TabPage
The created tab.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.WebForms Namespace