Menu.clearCheckedByGroupName

Syntax

clearCheckedByGroupName (groupName)

Parameters

groupName. Group name.

Description

The clearCheckedByGroupName method removes selection from menu items by group name.

Comments

Group name is determined in the MenuItem.GroupName property.

Example

To execute the example, the page must contain a Menu component named menu (see Example of Creating the Menu Component). The same group name - gr1, must be defined for several menu items. On selecting a menu item included in this group, a radio button appears at the left. Use the clearCheckedByGroupName method to remove selection form a selected menu item:

clearCheckedByGroupName ("gr1");

See also:

Menu