HtmlDiv

ostrat.pWeb.HtmlDiv
See theHtmlDiv companion trait
object HtmlDiv

Companion object for the HtmlDiv DIV element class, contains various factory methods.

Attributes

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

Members list

Type members

Classlikes

class HtmlDivGen(val contents: RArr[XCon], val attribs: RArr[XAtt]) extends HtmlDiv, HtmlOwnLine

Attributes

Supertypes
trait HtmlOwnLine
trait XHmlOwnLine
trait HtmlDiv
trait HtmlUnvoid
trait HtmlElem
trait XHmlElem
trait XConElem
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(input: XCon*): HtmlDiv

Factory apply method for div HTML element. There is an apply overload that takes an RArr of XConInline and an RArr of XAtt, with a default of no XAtts.

Factory apply method for div HTML element. There is an apply overload that takes an RArr of XConInline and an RArr of XAtt, with a default of no XAtts.

Attributes

def apply(contents: RArr[XCon], attribs: RArr[XAtt]): HtmlDiv

Factory apply method for div HTML element.

Factory apply method for div HTML element.

Attributes

def classAtt(id: String, contents: XCon*): HtmlDiv

Factory method to create Div element with a class attribute.

Factory method to create Div element with a class attribute.

Attributes

def id(id: String, contents: XCon*): HtmlDiv

Factory method to create Div element with an ID attribute.

Factory method to create Div element with an ID attribute.

Attributes