What do you want to achieve?
A link in an user macro is simple like that:
## Macro title: My Macro
## Macro has a body: Y or N
## Body processing: Selected body processing option
## Output: Selected output option
##
## Developed by: My Name
## Date created: dd/mm/yyyy
## Installed by: My Name
## @noparams
<a href="LINK">Text</a>
Regards, Dominic
Thanks for your replay, how to use the link with input @Param in user macro (or) append the link to title. I want to append the link to this button, is it possible in user macro ?
## @Param Stitle:title=Title|type=string|required=true|option-showValueInPlaceholder=true|desc=Input title of the button.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you have to use $paramNAME
## Macro title: My Macro
## Macro has a body: Y or N
## Body processing: Selected body processing option
## Output: Selected output option
##
## Developed by: My Name
## Date created: dd/mm/yyyy
## Installed by: My Name
## @param Stitle:title=Title|type=string|required=true|option-showValueInPlaceholder=true|desc=Input title of the button.
<a href="LINK">$paramStitle</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah of course. Just do the same like the title ;)
## Macro title: My Macro
## Macro has a body: Y or N
## Body processing: Selected body processing option
## Output: Selected output option
##
## Developed by: My Name
## Date created: dd/mm/yyyy
## Installed by: My Name
## @param Stitle:title=Title|type=string|required=true|option-showValueInPlaceholder=true|desc=Input title of the button.
## @param link:title=Link|type=string|required=true|option-showValueInPlaceholder=true|desc=Link
<a href="$paramlink">$paramStitle</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's added but i want to add the link to existing title(User Macro) button.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you explain a little bit more in detail what you want to achieve?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i want to add the link to Existing status button. How to do this one.
Ex:
present we have the user macro like this, How to add the link to test button.
Title: Test
choose Colors: dropdown option
Width: 10 --size of the button
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show me your current code from the user macro?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.