| CMSPageInitTabs Method (String, String, String) | 
            Initializes the array for the tabs data
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also