This topic explains how to configure 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.
This topic contains the following sections:
The igRadialMenu
control divides the items area into equally sized wedges displaying all of the menu items from a certain level arranged in a circle in the items area. Each menu item can occupy one or more wedges. If the sum of the wedges of all menu items is greater than the wedges count, the wedges size is recalculated so all menu items can fit in the items area. If the sum of the wedges of all menu items is less than the wedges count, a blank space will be added after the last menu item.
The following table briefly explains the main configurable aspects of the igRadialMenu
control and maps them to the properties that configure them.
Configurable aspect | Details | Options |
---|---|---|
Open/Close | Set/Obtain the status of the igRadialMenu |
isOpen |
Minimum wedge count | Set/Obtain the minimum wedge count | minWedgeCount |
Items’ start angle | Set/Obtain the start angle of the items in degree | rotationInDegrees |
Items’ start angle as percentage of wedge | Set/Obtain the start angle of the items in percentage of the wedge width | rotationAsPercentageOfWedge |
Wedge padding | Set/Obtain, in degrees, the amount of padding around each menu item | wedgePaddingInDegrees |
Unbound items | Edit the unbound root level items collection | items |
The following topics provide additional information related to this topic.
Items/Sub-Items Configuration Overview| This topic explains in general the menu items and their common configuration properties.
Configuring the Center Button| This topic explains how to configure the Center Button.
Configuring Tooltips| This topic explains how to configure the items’ tooltips.
The following sample provides additional information related to this topic.
igRadialMenu
items’ parameters.View on GitHub