HtmlOlWithLH

ostrat.pWeb.HtmlOlWithLH
See theHtmlOlWithLH companion class
object HtmlOlWithLH

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(header: XCon, items: HtmlLi*): HtmlOlWithLH

Factory apply method for Html OL ordered list, with an effective LH list header. As the LH never made it into the W3C standard this is implemented as a section.

Factory apply method for Html OL ordered list, with an effective LH list header. As the LH never made it into the W3C standard this is implemented as a section.

Attributes

def apply(headerStr: String, items: HtmlLi*): HtmlOlWithLH

Factory apply method for Html OL ordered list, with an effective LH list header. As the LH never made it into the W3C standard this is implemented as a section.

Factory apply method for Html OL ordered list, with an effective LH list header. As the LH never made it into the W3C standard this is implemented as a section.

Attributes

def h2(headerStr: String, items: HtmlLi*): HtmlOlWithLH

Factory method for an HTML OL ordered list, with an H2 header.

Factory method for an HTML OL ordered list, with an H2 header.

Attributes