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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Best object to create web links ?
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 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')