Trait

com.raquo.domtypes.generic.defs.attrs

HtmlAttrs

Related Doc: package attrs

Permalink

trait HtmlAttrs[A[_]] extends AnyRef

A

HTML Attribute, canonically com.raquo.domtypes.generic.keys.HtmlAttr

Self Type
HtmlAttrs[A] with HtmlAttrBuilder[A]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlAttrs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val charset: A[String]

    Permalink

    Declares the character encoding of the page or script.

    Declares the character encoding of the page or script. Used on meta and script elements.

    MDN

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. lazy val contentEditable: A[Boolean]

    Permalink

    Indicates whether the element should be editable by the user.

    Indicates whether the element should be editable by the user. If so, the browser modifies its widget to allow editing.

    MDN

    https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable

  8. lazy val contextMenuId: A[String]

    Permalink

    Specifies a context menu for an element by its element id.

    Specifies a context menu for an element by its element id. The context menu appears when a user right-clicks on the element

  9. lazy val dropZone: A[String]

    Permalink

    Specifies whether the dragged data is copied, moved, or linked, when dropped Acceptable values: copy | move | link

  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. lazy val formId: A[String]

    Permalink

    The form attribute specifies an ID of the form an ` element belongs to.

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. lazy val heightAttr: A[Int]

    Permalink

    The height attribute specifies the pixel height of the following elements: <canvas>, <embed>, <iframe>, , , ,