Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package scalajs
    Definition Classes
    org
  • package dom
    Definition Classes
    scalajs
  • package ext
    Definition Classes
    dom
  • object KeyValue

    The KeyboardEvent.key attribute of an event must always contain one of these control key or character values (even if the value is 'Unidentified').

    The KeyboardEvent.key attribute of an event must always contain one of these control key or character values (even if the value is 'Unidentified').

    If the key represents one of the set of printable control characters which has a Unicode character entry, such as the tab key, the KeyboardEvent.key attribute must have the key value (e.g., 'Tab').

    Implementations that are unable to identify a key must use the key value 'Unidentified'.

    Taken from http://www.w3.org/TR/DOM-Level-3-Events/#keys-special

    Definition Classes
    ext
  • Application
  • Device
  • IME
  • MediaControl
  • Multimedia

object Multimedia

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Multimedia
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val Close: String("Close")

    Close the current document or message.

  5. final val MailForward: String("MailForward")

    Open an editor to forward the current message.

  6. final val MailReply: String("MailReply")

    Open an editor to reply to the current message.

  7. final val MailSend: String("MailSend")

    Send the current message.

  8. final val MediaPlayPause: String("MediaPlayPause")

    Toggle media between play and pause states.

  9. final val MediaSelect: String("MediaSelect")

    Select media.

  10. final val MediaStop: String("MediaStop")

    Stop media playing, pausing, forwarding, rewinding, or recording, if not already stopped.

  11. final val MediaTrackNext: String("MediaTrackNext")

    Seek to next media or program track.

  12. final val MediaTrackPrevious: String("MediaTrackPrevious")

    Seek to previous media or program track.

  13. final val New: String("New")

    Open a new document or message.

  14. final val Open: String("Open")

    Open an existing document or message.

  15. final val Print: String("Print")

    Print the current document or message.

  16. final val Save: String("Save")

    Save the current document or message.

  17. final val SpellCheck: String("SpellCheck")

    Spellcheck the current document or selection.

  18. final val VolumeDown: String("VolumeDown")

    Decrease audio volume.

  19. final val VolumeMute: String("VolumeMute")

    Toggle between muted state and prior volume level.

  20. final val VolumeUp: String("VolumeUp")

    Increase audio volume.

  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped