org.scalajs.dom

html

object html

Short aliases of all the dom.HTMLThing classes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. html
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Anchor = HTMLAnchorElement

  2. type Area = HTMLAreaElement

  3. type AreasCollection = HTMLAreasCollection

  4. type Audio = HTMLAudioElement

  5. type BR = HTMLBRElement

  6. type Base = HTMLBaseElement

  7. type BlockElement = HTMLBlockElement

  8. type Body = HTMLBodyElement

  9. type Button = HTMLButtonElement

  10. type Canvas = HTMLCanvasElement

  11. type Collection = HTMLCollection

  12. type DD = HTMLDDElement

  13. type DList = HTMLDListElement

  14. type DT = HTMLDTElement

  15. type DataList = HTMLDataListElement

  16. type Div = HTMLDivElement

  17. type Document = HTMLDocument

  18. type Element = HTMLElement

  19. type Embed = HTMLEmbedElement

  20. type FieldSet = HTMLFieldSetElement

  21. type Form = HTMLFormElement

  22. type HR = HTMLHRElement

  23. type Head = HTMLHeadElement

  24. type Heading = HTMLHeadingElement

  25. type Html = HTMLHtmlElement

  26. type IFrame = HTMLIFrameElement

  27. type Image = HTMLImageElement

  28. type Input = HTMLInputElement

  29. type LI = HTMLLIElement

  30. type Label = HTMLLabelElement

  31. type Legend = HTMLLegendElement

  32. type Link = HTMLLinkElement

  33. type Map = HTMLMapElement

  34. type Media = HTMLMediaElement

  35. type Menu = HTMLMenuElement

  36. type Meta = HTMLMetaElement

  37. type Mod = HTMLModElement

  38. type OList = HTMLOListElement

  39. type Object = HTMLObjectElement

  40. type OptGroup = HTMLOptGroupElement

  41. type Option = HTMLOptionElement

  42. type Paragraph = HTMLParagraphElement

  43. type Param = HTMLParamElement

  44. type Phrase = HTMLPhraseElement

  45. type Pre = HTMLPreElement

  46. type Progress = HTMLProgressElement

  47. type Quote = HTMLQuoteElement

  48. type Script = HTMLScriptElement

  49. type Select = HTMLSelectElement

  50. type Source = HTMLSourceElement

  51. type Span = HTMLSpanElement

  52. type Style = HTMLStyleElement

  53. type Table = HTMLTableElement

  54. type TableAlignment = HTMLTableAlignment

  55. type TableCaption = HTMLTableCaptionElement

  56. type TableCell = HTMLTableCellElement

  57. type TableCol = HTMLTableColElement

  58. type TableDataCell = HTMLTableDataCellElement

  59. type TableHeaderCell = HTMLTableHeaderCellElement

  60. type TableRow = HTMLTableRowElement

  61. type TableSection = HTMLTableSectionElement

  62. type TextArea = HTMLTextAreaElement

  63. type Title = HTMLTitleElement

  64. type Track = HTMLTrackElement

  65. type UList = HTMLUListElement

  66. type Unknown = HTMLUnknownElement

  67. type Video = HTMLVideoElement

  68. type Applet = HTMLAppletElement

    Annotations
    @deprecated
    Deprecated

    (Since version HTML 5) Obsolete.

  69. type BGSound = HTMLBGSoundElement

    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non standard.

  70. type BaseFont = HTMLBaseFontElement

    Annotations
    @deprecated
    Deprecated

    (Since version DOM Level 2) Obsolete.

  71. type Directory = HTMLDirectoryElement

    Annotations
    @deprecated
    Deprecated

    (Since version HTML 4) Obsolete.

  72. type Font = HTMLFontElement

    Annotations
    @deprecated
    Deprecated

    (Since version HTML 4.01) Obsolete.

  73. type Frame = HTMLFrameElement

    Annotations
    @deprecated
    Deprecated

    (Since version HTML 5) Obsolete.

  74. type FrameSet = HTMLFrameSetElement

    Annotations
    @deprecated
    Deprecated

    (Since version HTML 5) Obsolete.

  75. type IsIndex = HTMLIsIndexElement

    Annotations
    @deprecated
    Deprecated

    (Since version HTML 4.01) Obsolete.

  76. type Marquee = HTMLMarqueeElement

    Annotations
    @deprecated
    Deprecated

    (Since version HTML 5) Obsolete.

  77. type NextIdElement = HTMLNextIdElement

    Annotations
    @deprecated
    Deprecated

    (Since version HTML 3.2) Obsolete.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def Media: HTMLMediaElement.type

    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped