This topic explains how to configure the igRadialMenu
™ items’ tooltips.
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:
igRadialMenu
tooltip is a small visual element shown outside of the menu when a user hovers over a menu item. The tooltip usually contains helpful user information that you can specify using the toolTip option. If tooltip’s message is not specified it is resolved based on the menu item type as shown in the table below:
Menu item type | Default tooltip content |
---|---|
Button item | The content of the header property (assuming it is not an element). |
Numeric item | Color item |
Gauge item | The pending value |
Color well | The calculated color name |
The following is a screenshot showing the igRadialMenu
tooltip:
The following table briefly explains the main configurable aspects of the igRadialMenu
’s tooltips.
Configurable aspect | Details | Options |
---|---|---|
Tooltip | Enable/Disable the item tooltip | isToolTipEnabled |
Item Tooltip’s content | Set/Obtain the item tooltip content | toolTip |
The following topics provide additional information related to this topic.
igRadialMenu Configuration Overview: This topic explains how to configure the igRadialMenu
control.
Configuring the Center Button: This topic explains how to configure the Center Button.
View on GitHub