Come build with us.
Stacks API v6 for Stacks 2.5
%id=linkProperty%
%id=linkProperty%
%id=<linkID>%
<linkID>
— The property ID of the link control. The output of this form is the first half of an anchor tag. You must close the tag yourself.%id=<linkID> -<propertyName>%
<linkID>
— The property ID of the link control. The output of this form is the first half of an anchor tag. You must close the tag yourself.<propertyName>
— The property name to return (e.g. href
).The alternate usage of a link is to extract a specific property such as the href or rel property and replace the template with only that.
The output of this form is the first half of an anchor tag. You must close the tag yourself.
The alternate usage of a link is to extract a specific property such as the href
or rel
property.
%id=linkContorlID%Click Here</a>
.backgroundImageClass {
background-image: url("%id=linkControlID -href%");
}