CMSDeskPageAddMenuButtonSelectScript Method (String, String, String) |
Adds script for selecting of ecommerce menu button.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public void AddMenuButtonSelectScript(
string elementName,
string url,
string menuFrame
)
Parameters
- elementName
- Type: SystemString
UI Element code name (button) - url
- Type: SystemString
URL to redirect to - menuFrame
- Type: SystemString
Frame with menu
See Also