Version

Items/Sub-Items Configuration Overview (igRadialMenu)

Topic Overview

Purpose

This topic explains the menu items and their configuration properties in general.

Required background

The following topics are prerequisites to understanding this topic:

In this topic

This topic contains the following sections:

Menu Items Configuration Summary

Menu Items configuration summary chart

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

Related Content

Topics

The following topics provide additional information related to this topic.

Samples

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