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

© West Wind Technologies, 1996-2024 • Updated: 10/01/15
Comment or report problem with topic