This topic explains how to configure the center button of the igRadialMenu
™ control.
The following topics are prerequisites to understanding this topic:
igRadialMenu Features: This topic explains the features supported by the control from developer perspective.
igRadialMenu Visual Elements: This topic provides an overview of the visual elements of the control.
User Interaction and Usability: This topic explains what actions can be performed by the user.
This topic contains the following sections:
The center button is the only visible part of the igRadialMenu
control when it is closed; clicking on it opens the menu. To close the menu on the root level use the center button, on all other levels of Sub-Items use the center button to navigate back to the previous item’s level.
The igRadialMenu
has several properties for configuring and customizing the center button and all of them start with "CenterButton
".
The following table briefly explains the main configurable aspects of the igRadialMenu
’s center button and maps them to properties that configure them.
Configurable aspect | Details | Properties |
---|---|---|
Content width | Set/Obtain the center button content’s width | centerButtonContentWidth |
Content height | Set/Obtain the center button content’s height | centerButtonContentHeight |
Open/Close | Open/Close the igRadialMenu |
isOpen |
The following topics provide additional information related to this topic.
igRadialMenu Configuration Overview: This topic explains how to configure the igRadialMenu
control.
Configuring Tooltips: This topic explains how to configure the items’ tooltips.
View on GitHub