Hyperlink Widget
Format or render an inputted string into a hyperlink. This widget accepts only string inputs, including standard HTML elements and formatting. All other inputted data type will be converted to a string.
Possible input formats and examples:
- url - e.g. http://www.mywebsite.com
name==url-
e.g. Click Here==http://www.mywebsite.comname1==url1||name2==url2--
used when generating a list@SELECT pagetitle,CONCAT('index.php?id=',id) as 'id' FROM {PREFIX}site_content sc LIMIT 10
Property | Description |
---|---|
Title | Title to be displayed when mouse hovers over the hyperlink. |
Target | Target window |
Suggest an edit to this page.