Hi,
I have a repeater, and one of the repeaterrow hyperlink properties is enabled (checkmarked). Now how can I get the value of the field when the hyperlink is clicked?
How can I send get the value when hyperlink clicked?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
I assume the hyperlink is actually a table column. Then you can just refer to the column directly in the hyperlink script - the current row for the table will be set automatically as a result of the user click e.g.
Code: Select all
var hyperlinkValue = tables.REPEATER_TABLE.HYPERLINKCOLUMN.value;
0 x
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
Thanks a lot.
It solved my problem.
It solved my problem.
Jon wrote:I assume the hyperlink is actually a table column. Then you can just refer to the column directly in the hyperlink script - the current row for the table will be set automatically as a result of the user click e.g.
Code: Select all
var hyperlinkValue = tables.REPEATER_TABLE.HYPERLINKCOLUMN.value;
0 x
Who is online
Users browsing this forum: No registered users and 10 guests