ostrat.pWeb.HtmlDiv
See theHtmlDiv companion trait
object HtmlDiv
Companion object for the HtmlDiv DIV element class, contains various factory methods.
Attributes
Members list
Type members
Classlikes
class HtmlDivGen(val contents: RArr[XCon], val attribs: RArr[XAtt]) extends HtmlDiv, HtmlOwnLine
Attributes
- Supertypes
-
trait HtmlOwnLinetrait XHmlOwnLinetrait HtmlDivtrait HtmlUnvoidtrait HtmlElemtrait XHmlElemtrait XConElemclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
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
Factory apply method for div HTML element.
Factory apply method for div HTML element.
Attributes
Factory method to create Div element with a class attribute.
Factory method to create Div element with a class attribute.
Attributes
In this article