Click or drag to resize
CMSPageInitTabs Method (String, String, String)
Initializes the array for the tabs data

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void InitTabs(
	string moduleName,
	string elementName,
	string targetFrame
)

Parameters

moduleName
Type: SystemString
Name of the module from which the UI elements should be loaded as tabs.
elementName
Type: SystemString
Name of the UI element whose child UI elements should be loaded as tabs. If not specified, module root UI element is used.
targetFrame
Type: SystemString
Name of the target frame.
See Also