wwHtmlHelpers.HtmlOpenElement

Creates an opening HTML element tag.

Examples:

? HtmlOpenElement("div")  && <div>
? HtmlOpenElement("span",[ style="color: red"],"spTotal")  && <span style="color:red" id="spTotal">

HtmlOpenElement(lcElement,lcAttributes,lcId)

Parameters

lcElement
The name of the element tag like div, img, a etc.

lcAttributes
Optional string of Attributes or anything that gets embedded into the opening tag.

lcId
Optional id attribute.


See also:

Class wwHtmlHelpers

© West Wind Technologies, 1996-2022 • Updated: 08/29/15
Comment or report problem with topic