org.scalajs.dom

html

Related Doc: package dom

object html

Short aliasas 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 Applet = HTMLAppletElement

  3. type Area = HTMLAreaElement

  4. type AreasCollection = HTMLAreasCollection

  5. type Audio = HTMLAudioElement

  6. type BGSound = HTMLBGSoundElement

  7. type BR = HTMLBRElement

  8. type Base = HTMLBaseElement

  9. type BaseFont = HTMLBaseFontElement

  10. type BlockElement = HTMLBlockElement

  11. type Body = HTMLBodyElement

  12. type Button = HTMLButtonElement

  13. type Canvas = HTMLCanvasElement

  14. type Collection = HTMLCollection

  15. type DD = HTMLDDElement

  16. type DList = HTMLDListElement

  17. type DT = HTMLDTElement

  18. type DataList = HTMLDataListElement

  19. type Directory = HTMLDirectoryElement

  20. type Div = HTMLDivElement

  21. type Document = HTMLDocument

  22. type Element = HTMLElement

  23. type Embed = HTMLEmbedElement

  24. type FieldSet = HTMLFieldSetElement

  25. type Font = HTMLFontElement

  26. type Form = HTMLFormElement

  27. type Frame = HTMLFrameElement

  28. type FrameSet = HTMLFrameSetElement

  29. type HR = HTMLHRElement

  30. type Head = HTMLHeadElement

  31. type Heading = HTMLHeadingElement

  32. type Html = HTMLHtmlElement

  33. type IFrame = HTMLIFrameElement

  34. type Image = HTMLImageElement

  35. type Input = HTMLInputElement

  36. type IsIndex = HTMLIsIndexElement

  37. type LI = HTMLLIElement

  38. type Label = HTMLLabelElement

  39. type Legend = HTMLLegendElement

  40. type Link = HTMLLinkElement

  41. type Map = HTMLMapElement

  42. type Marquee = HTMLMarqueeElement

  43. type Media = HTMLMediaElement

  44. type Menu = HTMLMenuElement

  45. type Meta = HTMLMetaElement

  46. type Mod = HTMLModElement

  47. type NextIdElement = HTMLNextIdElement

  48. type OList = HTMLOListElement

  49. type Object = HTMLObjectElement

  50. type OptGroup = HTMLOptGroupElement

  51. type Option = HTMLOptionElement

  52. type Paragraph = HTMLParagraphElement

  53. type Param = HTMLParamElement

  54. type Phrase = HTMLPhraseElement

  55. type Pre = HTMLPreElement

  56. type Progress = HTMLProgressElement

  57. type Quote = HTMLQuoteElement

  58. type Script = HTMLScriptElement

  59. type Select = HTMLSelectElement

  60. type Source = HTMLSourceElement

  61. type Span = HTMLSpanElement

  62. type Style = HTMLStyleElement

  63. type Table = HTMLTableElement

  64. type TableAlignment = HTMLTableAlignment

  65. type TableCaption = HTMLTableCaptionElement

  66. type TableCell = HTMLTableCellElement

  67. type TableCol = HTMLTableColElement

  68. type TableDataCell = HTMLTableDataCellElement

  69. type TableHeaderCell = HTMLTableHeaderCellElement

  70. type TableRow = HTMLTableRowElement

  71. type TableSection = HTMLTableSectionElement

  72. type TextArea = HTMLTextAreaElement

  73. type Title = HTMLTitleElement

  74. type Track = HTMLTrackElement

  75. type UList = HTMLUListElement

  76. type Unknown = HTMLUnknownElement

  77. type Video = HTMLVideoElement

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. def Media: HTMLMediaElement.type

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

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  17. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped