Click or drag to resize
UITabsJavaScriptHandler Property
Name of the javascript function which is called when specified tab (UI element) is clicked. UI element code name is passed as parameter.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public string JavaScriptHandler { get; set; }

Property Value

Type: String
See Also