Page 1 of 1

Best object to create web links ?

Posted: Fri Dec 30, 2022 8:35 pm
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

Re: Best object to create web links ?

Posted: Sat Dec 31, 2022 8:16 am
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')