HtmlHead

ostrat.pWeb.HtmlHead
See theHtmlHead companion class
object HtmlHead

Companion object for the HtmlHead case class.

Attributes

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

Members list

Type members

Inherited and Abstract 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 apply(titleStr: String, otherContents: XCon*): HtmlHead

Factory qpply method for creating an HTML head element from repeat parameters. Generally the title and titleCss methods will be more convenient.

Factory qpply method for creating an HTML head element from repeat parameters. Generally the title and titleCss methods will be more convenient.

Attributes

def title(titleStr: String, otherContents: XCon*): HtmlHead

Factory method for creating an HTML head element with HtmlTitle, HtmlUtf8, HtmlViewDevWidth plus the repeat parameter elements.

Factory method for creating an HTML head element with HtmlTitle, HtmlUtf8, HtmlViewDevWidth plus the repeat parameter elements.

Attributes

def titleCss(titleStr: String, cssFileStem: String): HtmlHead

Factory method for creating an HTML head element with HtmlTitle, HtmlCssLink, HtmlUtf8, HtmlViewDevWidth plus the repeat parameter elements.

Factory method for creating an HTML head element with HtmlTitle, HtmlCssLink, HtmlUtf8, HtmlViewDevWidth plus the repeat parameter elements.

Attributes