Skip to Main Content

How to use the plugin

The region on this page has attributes:
  1. rowclick="DERIVED$01"
  2. rowclick-event="click"
Attribute explanation:
  1. Activates the rowclick behavior and passes the column that has the link
  2. Tells the plugin to listen to the click event. This overrules the setting at component level. You can use
    1. rowclick-event="click" listen to the click event
    2. rowclick-event="dblclick" listen to the double click event
    3. rowclick-event="contextmenu" listen to the right click event

The "rowclick" attribute triggers the use of the plugin ans is therefore mandatory, "rowclick-exclude" and "rowclick-event" are optional.
If you do ommit the rowclick-event attribute the plugin will use the default setting as defined at application-level.
By default (without making ANY choices), the plugin listens to the (left-) click event.)

The report is refreshed using AJAX when changing the search criteria or the Display select list.
Notice that after an AJAX refresh the behavior is re-applied.

How to find the reference to the columns for a classic report

For a classic report the reference to use in the rowclick attribute is the name as the column name in your query.

You can always right-click the table-cell containing the link and inspect the cell. Look for the "headers" attribute of the cell. This attribute is the actual attribute the plugin uses to find the link.

left click

 
7369SMITHCLERK790217-DEC-8080020
7499ALLENSALESMAN769820-FEB-81160030030
7521WARDSALESMAN769822-FEB-81125050030

double click

 
7369SMITHCLERK790217-DEC-8080020
7499ALLENSALESMAN769820-FEB-81160030030
7521WARDSALESMAN769822-FEB-81125050030

right click

 
7369SMITHCLERK790217-DEC-8080020
7499ALLENSALESMAN769820-FEB-81160030030
7521WARDSALESMAN769822-FEB-81125050030