Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Best object to create web links ?

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
yvesf
Posts: 315
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 87 times
Been thanked: 11 times

Best object to create web links ?

Unread post by yvesf »

Hello,


I have used the uppy uploader to upload images : I am able to generate the related link to them. I would like to expose those images to the end-user via an HTML link. I thought that the HTML control should be the right object to use. Could you confirm ? Do you have an example of use. ?
Many thanks.

Yves
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Best object to create web links ?

Unread post by kev1n »

To display a link in a HTML object with Id html_object_id:

Code: Select all

nuSetValue('html_object_id','<a href="http://your_link.com" >Link text</a>','html')
Post Reply