Summary
Tag name: <menuItemDef> 
The menuItemDef tag defines a single menu item. It is displayed at the bottom of the menu when user right mouse clicks the query result list.
Code Example(s)
<menuItemDef label="Open selected task" listenerRef="openatask"/>
 
Attributes
  
  
    | Name | 
    Type | 
    Default value | 
    Required? | 
    Supports EL? | 
    Description | 
| label | string | null |  | Y | The Label attribute will be used as the label for the menu item in the context menu. |  | 
| listenerRef | string | null |  | Y | The listenerRef attribute points to the name of a managed-bean defined in the connector's tpc-config.xml. |  |