- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2016 08:54 PM
Hi i just want to ask if it is possible to add hyper-link in Label variable?
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2016 09:12 PM
You can create an UI Macro and add the link in the macro, then create a variable of type macro and populate the macro name that you created.
For ex:--
UI Macro:
Name: test macro
XML:
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<html>
<body>
<div id="sample_check"> <font>To visit Google you can click</font>
<a href="http://google.com" target="_blank"><b><font color="Blue">here</font></b></a>
</div>
</body>
</html>
</j:jelly>
create a variable with type "Macro with label" and select the macro you created in field "macro".
PS: Hit answered, like, Helpful or Correct depending on the impact of the response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2016 09:12 PM
You can create an UI Macro and add the link in the macro, then create a variable of type macro and populate the macro name that you created.
For ex:--
UI Macro:
Name: test macro
XML:
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<html>
<body>
<div id="sample_check"> <font>To visit Google you can click</font>
<a href="http://google.com" target="_blank"><b><font color="Blue">here</font></b></a>
</div>
</body>
</html>
</j:jelly>
create a variable with type "Macro with label" and select the macro you created in field "macro".
PS: Hit answered, like, Helpful or Correct depending on the impact of the response.