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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Best object to create web links ?
-
- 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 ?
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')