This topic explains the menu items and their configuration properties in general.
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.
igRadialMenu Configuration Overview: This topic explains how to configure the igRadialMenu
.
This topic contains the following sections:
The igRadialMenu
control supports several item types, whose common configurable options are listed in the following table.
Configurable aspect | Details | Options |
---|---|---|
Menu item index | Specifies the location of a menu item. Note: If you do not specify the item’s index the items will be rendered in the order they are defined. |
wedgeIndex |
Menu item span | Specifies how many wedges a menu item should span. | wedgeSpan |
Recent item | Holds a reference to the last selected Sub-Item. Thus allowing automatic alignment (rotate) Sub-Items functionality. | recentItem |
Automatic align (rotate) sub-items | Specifies whether an item’s Sub-Items automatically rotate so that the recently selected item matches its position with its parent item.For example for a button item, the item specified in the recentItem property will be aligned. For a color item or color well the child color well whose color matches the color of the parent color well / color item will be used. |
autoRotateChildren |
The following topics provide additional information related to this topic.
Configuring Button Items: This topic explains the igRadialMenu
’s button items.
Configuring Numeric Items: This topic explains the igRadialMenu
’s numeric items.
Configuring Color Items:This topic explains the igRadialMenu
’s color items.
The following samples provide additional information related to this topic.
Configure Items: This sample demonstrates how to configure igRadialMenu
items’ parameters.
Numeric Items: This sample demonstrates how to define number items and gauge items.
Color Items: This sample demonstrates how to define and use color items and color wells to allow color drilldown selection.
View on GitHub