The region on this page has attributes:
- rowclick="DERIVED$01"
- rowclick-event="click"
Attribute explanation:
- Activates the rowclick behavior and passes the column that has the link
- Tells the plugin to listen to the click event. This overrules the setting at component level. You can use
rowclick-event="click"
listen to the click event
rowclick-event="dblclick"
listen to the double click event
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.