Link-Click
If the UI Type among the columns of the List Component is Link Control, a Button is displayed when you move the mouse over the Control. This is the Click Event of this Button.
- Action Design Example: Link setting in the field of List Component
Set the UI Type property of the Table Column Control to link
, and register the link-click
Service. Then, in the Action Designer
, add the Show Popup
Action parameter to call a Popup when the link is clicked.
Main Action Example:
In the Path configuration of the Show Popup action, set the Popup Screen URL as the Key value.
[Image 1. Show Popup – path configuration]
When you click the link, the
rid
of the List Component is passed as ControlId to the Popup Screen called.[Image 1. Show Popup – ControlId]
When invoking the Popup, pass the date from the List as a Prop. If the date format is a range (e.g., 2023-01-01~2023-12-31), input the start date and end date into the variables date[0] and date[1], respectively, and pass them along.
[Image 3. Show Popup – prop configuration]