Tabs.addTab Method

Builds tab and adds to control.
 

Parameters

tabOptions

Type: Object

     id              [type: String]      - Tab ID.
     caption         [type: String]      - Tab caption.
     content         [type: String]      - Tab content.
 
isSkipSetControlProperties

Type: Boolean
True to skip setting control properties.

Return Value


Type: Tab
Reference to new tab object.