Class adf.ContextMenuItem
Defined in: Toc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
adf.ContextMenuItem(label, value, description)
The context menu items are displayed per toc node when the user right clicks on any toc node.
|
Field Attributes | Field Name and Description |
---|---|
Description of context menu item
|
|
Label to be displayed for menu item
|
|
Value to be sent to server when user selects this context menu item
|
Class Detail
adf.ContextMenuItem(label, value, description)
The context menu items are displayed per toc node when the user right clicks on any toc node. Selecting a context menu item performs an action on the server.
- Parameters:
- label
- value
- description
Field Detail
{String}
description
Description of context menu item
{String}
label
Label to be displayed for menu item
{String}
value
Value to be sent to server when user selects this context menu item