wwHtmlHelpers.HtmlLink

Creates an HTML link (a href) element.

Examples:

? HtmlLink("NewPage.wwd","New Page",[ class="hoverbutton"],"lnkNewPage") 
* <a href="NewPage.wwd" id="lnkNewPage" class="hoverButton">New Page</a>

? HtmlLink("NewPage.wwd")
* <a href="NewPage.wwd">NewPage.wwd</a>
HtmlLink(lcLink, lcText,lcAttributes, lcId)

Parameters

lcLink
The link to

lcText
The text for the link

lcAttributes
Optional HTML attributes

lcId
Id for this link

See also

Class wwHtmlHelpers