MacroTreeOnNodeClickHandler Property |
Gets or sets JavaScript function which will be called when a node in the tree is clicked. Macro of the node is passed as a parameter to this function.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string OnNodeClickHandler { get; set; }
Property Value
Type:
StringSee Also