dc.Link
The
<dc.Link>
tag creates a link, like an
<a>
tag. Useful for linking to another page with
Page
attribute or triggering code with
Click
attribute.
Attributes
-
Label: button name, empty for none
-
Icon: which Font Awesome icon to use - “fa-check”, empty for none
-
Page: local page the button opens - “/about-us”
-
Click: page function called when clicked - “DoDownload”
-
To: direct value for href - “http://google.com/“, use this instead of href
Usage Notes
TODO notes
Examples
<dc.Link Label="Click Me" Click="FunctionName" />
Click Me
See Also
- TODO