Click or drag to resize
CMSPageSetTab Method (Int32, String, String, String)
Sets the particular tab.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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