HtmlLi

ostrat.pWeb.HtmlLi
See theHtmlLi companion class
object HtmlLi

Companion object for HTML LI list element class, contains multiple methods fpr their construction.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HtmlLi.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def a(link: String, label: String, attribs: XmlAtt*): HtmlLi

An HTML list item element that has a link as its sole content.

An HTML list item element that has a link as its sole content.

Attributes

def apply(contents: XCon*): HtmlLi

Factory apply method for HTML LI list element HtmlLi class.

Factory apply method for HTML LI list element HtmlLi class.

Attributes

def apply(text: String): HtmlLi
def bashAndText(bashStr: String, str2: String): HtmlLi
def boldStart(str1: String, str2: String): HtmlLi
def linkAndText(link: String, label: String, otherText: String, attribs: XmlAtt*): HtmlLi

An HTML list item element that has a link, followed by some text as its sole contents.

An HTML list item element that has a link, followed by some text as its sole contents.

Attributes

def sbt(sbtStr: String): HtmlLi
def sbtAndText(sbtStr: String, str2: String): HtmlLi