HtmlDiv

ostrat.pWeb.HtmlDiv
See theHtmlDiv companion class
object HtmlDiv

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

Attributes

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

Members list

Value members

Concrete methods

def apply(contents: RArr[XCon], attribs: RArr[XmlAtt]): 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