Object

org.scalajs.dom

html

Related Doc: package dom

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type Anchor = HTMLAnchorElement

    Permalink
  2. type Applet = HTMLAppletElement

    Permalink
  3. type Area = HTMLAreaElement

    Permalink
  4. type AreasCollection = HTMLAreasCollection

    Permalink
  5. type Audio = HTMLAudioElement

    Permalink
  6. type BGSound = HTMLBGSoundElement

    Permalink
  7. type BR = HTMLBRElement

    Permalink
  8. type Base = HTMLBaseElement

    Permalink
  9. type BaseFont = HTMLBaseFontElement

    Permalink
  10. type BlockElement = HTMLBlockElement

    Permalink
  11. type Body = HTMLBodyElement

    Permalink
  12. type Button = HTMLButtonElement

    Permalink
  13. type Canvas = HTMLCanvasElement

    Permalink
  14. type Collection = HTMLCollection

    Permalink
  15. type DD = HTMLDDElement

    Permalink
  16. type DList = HTMLDListElement

    Permalink
  17. type DT = HTMLDTElement

    Permalink
  18. type DataList = HTMLDataListElement

    Permalink
  19. type Directory = HTMLDirectoryElement

    Permalink
  20. type Div = HTMLDivElement

    Permalink
  21. type Document = HTMLDocument

    Permalink
  22. type Element = HTMLElement

    Permalink
  23. type Embed = HTMLEmbedElement

    Permalink
  24. type FieldSet = HTMLFieldSetElement

    Permalink
  25. type Font = HTMLFontElement

    Permalink
  26. type Form = HTMLFormElement

    Permalink
  27. type Frame = HTMLFrameElement

    Permalink
  28. type FrameSet = HTMLFrameSetElement

    Permalink
  29. type HR = HTMLHRElement

    Permalink
  30. type Head = HTMLHeadElement

    Permalink
  31. type Heading = HTMLHeadingElement

    Permalink
  32. type Html = HTMLHtmlElement

    Permalink
  33. type IFrame = HTMLIFrameElement

    Permalink
  34. type Image = HTMLImageElement

    Permalink
  35. type Input = HTMLInputElement

    Permalink
  36. type IsIndex = HTMLIsIndexElement

    Permalink
  37. type LI = HTMLLIElement

    Permalink
  38. type Label = HTMLLabelElement

    Permalink
  39. type Legend = HTMLLegendElement

    Permalink
  40. type Link = HTMLLinkElement

    Permalink
  41. type Map = HTMLMapElement

    Permalink
  42. type Marquee = HTMLMarqueeElement

    Permalink
  43. type Media = HTMLMediaElement

    Permalink
  44. type Menu = HTMLMenuElement

    Permalink
  45. type Meta = HTMLMetaElement

    Permalink
  46. type Mod = HTMLModElement

    Permalink
  47. type NextIdElement = HTMLNextIdElement

    Permalink
  48. type OList = HTMLOListElement

    Permalink
  49. type Object = HTMLObjectElement

    Permalink
  50. type OptGroup = HTMLOptGroupElement

    Permalink
  51. type Option = HTMLOptionElement

    Permalink
  52. type Paragraph = HTMLParagraphElement

    Permalink
  53. type Param = HTMLParamElement

    Permalink
  54. type Phrase = HTMLPhraseElement

    Permalink
  55. type Pre = HTMLPreElement

    Permalink
  56. type Progress = HTMLProgressElement

    Permalink
  57. type Quote = HTMLQuoteElement

    Permalink
  58. type Script = HTMLScriptElement

    Permalink
  59. type Select = HTMLSelectElement

    Permalink
  60. type Source = HTMLSourceElement

    Permalink
  61. type Span = HTMLSpanElement

    Permalink
  62. type Style = HTMLStyleElement

    Permalink
  63. type Table = HTMLTableElement

    Permalink
  64. type TableAlignment = HTMLTableAlignment

    Permalink
  65. type TableCaption = HTMLTableCaptionElement

    Permalink
  66. type TableCell = HTMLTableCellElement

    Permalink
  67. type TableCol = HTMLTableColElement

    Permalink
  68. type TableDataCell = HTMLTableDataCellElement

    Permalink
  69. type TableHeaderCell = HTMLTableHeaderCellElement

    Permalink
  70. type TableRow = HTMLTableRowElement

    Permalink
  71. type TableSection = HTMLTableSectionElement

    Permalink
  72. type TextArea = HTMLTextAreaElement

    Permalink
  73. type Title = HTMLTitleElement

    Permalink
  74. type Track = HTMLTrackElement

    Permalink
  75. type UList = HTMLUListElement

    Permalink
  76. type Unknown = HTMLUnknownElement

    Permalink
  77. type Video = HTMLVideoElement

    Permalink

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

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped