ScalaTagsHtml

kreuzberg.scalatags.ScalaTagsHtml
See theScalaTagsHtml companion object
case class ScalaTagsHtml(tag: TypedTag[String]) extends Html

Adapts ScalaTags to HTML.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Html
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addComment(c: String): Html

Add some comment to the HTML Comment.

Add some comment to the HTML Comment.

Attributes

override def appendChild(html: Html): Html

Append a child HTML Node.

Append a child HTML Node.

Attributes

Definition Classes
Html
override def embeddedComponents: Iterable[Component]

Returns all embedded components within the HTML Code.

Returns all embedded components within the HTML Code.

Attributes

Definition Classes
Html
override def flatToBuilder(flatHtmlBuilder: FlatHtmlBuilder): Unit

Serializes into a FlatHtmlBuilder.

Serializes into a FlatHtmlBuilder.

Attributes

Definition Classes
Html
override def prependChild(html: Html): Html

Prepend a child Node.

Prepend a child Node.

Attributes

Definition Classes
Html
override def withId(id: Identifier): Html

Appends the data.id attribut to the HTML Code.

Appends the data.id attribut to the HTML Code.

Attributes

Definition Classes
Html

Inherited methods

def flat(): FlatHtml

Convert to a flat HTML representation.

Convert to a flat HTML representation.

Attributes

Inherited from:
Html
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(sb: StringBuilder): Unit

Render the HTML.

Render the HTML.

Attributes

Inherited from:
Html
def renderToString(): String

Render the HTML to a String.

Render the HTML to a String.

Attributes

Inherited from:
Html
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Html -> Any
Inherited from:
Html