cancel
Showing results for 
Search instead for 
Did you mean: 

acessing url from tableview

Former Member
0 Kudos

Hi All

how can we display a url in a html iview from a table?

The table should contain input ui fieldelements like link or button which when clicked should display the url which has been given as input.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I haven't tried with a table, but using a standard input form connected to the html view works fine. The form contains one text field for entering the url and a button to submit. When connected to the HTML view with a submit event this displays the entered url as wanted when the button is pressed.

(You probably want to add the 'http://' automatically if not entered by the user. This you can do in the formula editor.)

Henning

Answers (0)