How can I send get the value when hyperlink clicked?

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

How can I send get the value when hyperlink clicked?

#1

Postby t4nu » Fri Feb 12, 2016 6:26 am

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?
0 x

Jon
Moderator
Moderator
Posts: 1342
Joined: Wed Sep 12, 2007 12:49 pm

#2

Postby Jon » Fri Feb 12, 2016 9:50 am

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

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

#3

Postby t4nu » Mon Feb 15, 2016 4:14 am

Thanks a lot.
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: Bing [Bot] and 9 guests