HtmlSection

ostrat.pWeb.HtmlSection
See theHtmlSection companion trait
object HtmlSection

Attributes

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

Members list

Value members

Concrete methods

def apply(contentsIn: RArr[XCon], attribsIn: RArr[XmlAtt]): HtmlSection

Factory apply method for HtmlSection passing contents and attributes. There is a apply overload convenience method for passing just contents using repeat parameters.

Factory apply method for HtmlSection passing contents and attributes. There is a apply overload convenience method for passing just contents using repeat parameters.

Attributes

def apply(contents: XCon*): HtmlSection

Factory apply convenience method for HtmlSection using repeat parameters. There is an apply overload method for passing contents and attributes.

Factory apply convenience method for HtmlSection using repeat parameters. There is an apply overload method for passing contents and attributes.

Attributes