HtmlUlWithLH

ostrat.pWeb.HtmlUlWithLH
See theHtmlUlWithLH companion class
object HtmlUlWithLH

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*): HtmlUlWithLH

Factory apply method to construct unordered list with a header, as an HtmlSection.

Factory apply method to construct unordered list with a header, as an HtmlSection.

Attributes

def apply(header: RArr[XCon], items: HtmlLi*): HtmlUlWithLH

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 strs(header: XCon, items: String*): HtmlUlWithLH

Factory method to construct unordered list with a header, as an HtmlSection, where the header is a single XCon element and the list items are just Strings.

Factory method to construct unordered list with a header, as an HtmlSection, where the header is a single XCon element and the list items are just Strings.

Attributes