Click or drag to resize
CMSDeskPageAddMenuButtonSelectScript Method (String, String, String)
Adds script for selecting of ecommerce menu button.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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