Class Index | File Index

Classes


Class adf.ContextMenuItem


Defined in: Toc.js.

Class Summary
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 Summary
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

Documentation generated by JsDoc Toolkit 2.1.0 on Mon May 17 2010 13:45:41 GMT-0700 (PDT)