wwHtmlHelpers.HtmlLink
Creates an HTML link (a href) element.
Examples:
foxpro
foxpro
? 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, 2025 • Updated: 2025-03-12
Comment or report problem with topic