wvlet.airframe.rx.html

Attributes

Members list

Concise view

Type members

Classlikes

Trait containing the contents of the Attrs module, so they can be mixed in to other objects if needed. This should contain "all" attributes and mix in other traits (defined above) as needed to get full coverage.

Trait containing the contents of the Attrs module, so they can be mixed in to other objects if needed. This should contain "all" attributes and mix in other traits (defined above) as needed to get full coverage.

Attributes

Graph
Supertypes
Known subtypes
object all.type
object attrs.type

Clipboard Events

Clipboard Events

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Attrs
object all.type
object attrs.type

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
case class Embedded(v: Any) extends RxElement with LogSupport

Holder for embedding various types as tag contents

Holder for embedding various types as tag contents

Attributes

Graph
Supertypes
trait Product
trait Equals
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class RxElement
trait HtmlNode
class Object
trait Matchable
class Any
case class EntityRef(ref: String) extends HtmlNode

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlNode
class Object
trait Matchable
class Any

Form Events that are triggered by actions inside an HTML form. However, these events apply to almost all HTML elements but are most commonly used in form elements.

Form Events that are triggered by actions inside an HTML form. However, these events apply to almost all HTML elements but are most commonly used in form elements.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Attrs
object all.type
object attrs.type

A trait for global attributes that are applicable to any HTML5 element. All traits that define Attrs should derive from this trait since all groupings of attributes should include these global ones.

A trait for global attributes that are applicable to any HTML5 element. All traits that define Attrs should derive from this trait since all groupings of attributes should include these global ones.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Attrs
object all.type
object attrs.type
case class HtmlAttribute(name: String, v: Any, ns: Namespace, append: Boolean) extends HtmlNode

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlNode
class Object
trait Matchable
class Any
class HtmlAttributeOf(name: String, namespace: Namespace)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class HtmlElement(name: String, namespace: Namespace, modifiers: List[Seq[HtmlNode]]) extends RxElement

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class RxElement
trait HtmlNode
class Object
trait Matchable
class Any
class HtmlEventHandlerOf[E](name: String, namespace: Namespace)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object HtmlNode

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EntityRef
object empty.type
class RxElement
class Embedded
class LazyRxElement[A]
trait InputAttrs extends GlobalAttrs

Attributes applicable only to the input element. This set is broken out because it may be useful to identify the attributes of the input element separately from other groupings. The attributes permitted by the input element are likely the most complex of any element in HTML5.

Attributes applicable only to the input element. This set is broken out because it may be useful to identify the attributes of the input element separately from other groupings. The attributes permitted by the input element are likely the most complex of any element in HTML5.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Attrs
object all.type
object attrs.type

Keyboard Events - triggered by user action son the keyboard or similar user actions

Keyboard Events - triggered by user action son the keyboard or similar user actions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Attrs
object all.type
object attrs.type
case class LazyRxElement[A](v: () => A)(implicit evidence$1: EmbeddableNode[A]) extends RxElement with LogSupport

Attributes

Graph
Supertypes
trait Product
trait Equals
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class RxElement
trait HtmlNode
class Object
trait Matchable
class Any

Media Events - triggered by media like videos, images and audio. These apply to all HTML elements, but they are most common in media elements, like