HTMLLINK ​
Creates a link IF parameter #1 is not empty.
ACEweb Routines/Templates ​
Special Use
Required Parameters ​
- Field that contains the URL.
- Link name, enclosed in quotes.
Optional Parameters ​
- HTML attributes to apply to the link i.e. class, style, target etc.
Examples ​
##HTMLLINK(trim(GetUUDF("Course","webinarURL",cocrse)),[Webinar],[target="_blank"])## uses the GetUUDF function to retrieve the URLÂ from an unlimited UDFÂ called webinarURLÂ and creates a link using Webinar as the link text.