Link Example
Creates a link with a red border to the Smartsite website.
Smartsite SXML | Copy Code |
---|---|
<se:link href="http://www.smartsite.nl" text="Smartsite"> <se:parameters> <se:parameter name="htmlattributes"> <se:collection> <se:member name="style">border: solid 2px red; padding: 4px</se:member> </se:collection> </se:parameter> </se:parameters> </se:link> |
Example Result | Copy Code |
---|---|
<a href="http://www.smartsite.nl/" style="border: solid 2px red; padding: 4px">Smartsite</a> |