CMSPageSetTab Method (Int32, String, String, String) |
Sets the particular tab.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public void SetTab(
int index,
string text,
string targetUrl,
string javascript
)
Parameters
- index
- Type: SystemInt32
Index of the tab - text
- Type: SystemString
Text of the tab - targetUrl
- Type: SystemString
Target URL - javascript
- Type: SystemString
JavaScript
See Also