fr.iscpif.scaladget.api

BootstrapTags

Related Doc: package api

object BootstrapTags

Annotations
@JSExport( "BootstrapTags" )
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BootstrapTags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class BootstrapTypedTag[+Output <: Element] extends AnyRef

  2. class NavItem extends AnyRef

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. val active: ClassKeyAggregator

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def badge(content: String, badgeValue: String, keys: ClassKeyAggregator = emptyCK): TypedTag[HTMLButtonElement]

  7. val black_label: ClassKeyAggregator

  8. val bordered: ClassKeyAggregator

  9. val btn_danger: ClassKeyAggregator

  10. val btn_default: ClassKeyAggregator

  11. val btn_group_large: ClassKeyAggregator

  12. val btn_group_medium: ClassKeyAggregator

  13. val btn_group_small: ClassKeyAggregator

  14. val btn_info: ClassKeyAggregator

  15. val btn_large: ClassKeyAggregator

  16. val btn_medium: ClassKeyAggregator

  17. val btn_primary: ClassKeyAggregator

  18. val btn_right: ClassKeyAggregator

  19. val btn_small: ClassKeyAggregator

  20. val btn_success: ClassKeyAggregator

  21. val btn_test: ClassKeyAggregator

  22. val btn_warning: ClassKeyAggregator

  23. def button(content: TypedTag[HTMLElement]): TypedTag[HTMLButtonElement]

  24. def button(content: String): TypedTag[HTMLElement]

  25. def button(content: TypedTag[HTMLElement], keys: ClassKeyAggregator): TypedTag[HTMLButtonElement]

  26. def button(content: String, keys: ClassKeyAggregator): TypedTag[HTMLButtonElement]

  27. def buttonGroup(keys: ClassKeyAggregator = emptyCK): TypedTag[Div]

  28. def buttonToolBar: TypedTag[Div]

  29. val center: ClassKeyAggregator

  30. def checkbox(default: Boolean): TypedTag[Input]

  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val col_md_1: ClassKeyAggregator

  33. val col_md_12: ClassKeyAggregator

  34. val col_md_2: ClassKeyAggregator

  35. val col_md_3: ClassKeyAggregator

  36. val col_md_4: ClassKeyAggregator

  37. val col_md_5: ClassKeyAggregator

  38. val col_md_6: ClassKeyAggregator

  39. val col_md_8: ClassKeyAggregator

  40. val col_md_offset_2: ClassKeyAggregator

  41. val col_md_offset_3: ClassKeyAggregator

  42. val danger: ClassKeyAggregator

  43. def div(keys: ClassKeyAggregator = emptyCK): TypedTag[Div]

  44. val dropdown: ClassKeyAggregator

  45. def emptyCK: ClassKeyAggregator

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

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

    Definition Classes
    AnyRef → Any
  48. def fileInput(todo: (HTMLInputElement) ⇒ Unit): HTMLFormElement

  49. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. def form(keys: ClassKeyAggregator = emptyCK): TypedTag[Form]

  51. def formGroup(keys: ClassKeyAggregator = emptyCK): TypedTag[Div]

  52. implicit def formTagToNode(tt: scalatags.JsDom.all.HtmlTag): Node

  53. val form_inline: ClassKeyAggregator

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

    Definition Classes
    AnyRef → Any
  55. def glyph(key: ClassKeyAggregator): TypedTag[HTMLSpanElement]

  56. def glyphButton(glyCA: ClassKeyAggregator, todo: () ⇒ Unit): TypedTag[HTMLSpanElement]

  57. def glyphButton(text: String, buttonCB: ClassKeyAggregator, glyCA: ClassKeyAggregator, todo: () ⇒ Unit): TypedTag[HTMLSpanElement]

  58. def glyphSpan(glyCA: ClassKeyAggregator, todo: () ⇒ Unit): TypedTag[HTMLSpanElement]

  59. val glyph_download: String

  60. val glyph_edit: String

  61. val glyph_file: String

  62. val glyph_folder_close: String

  63. val glyph_home: String

  64. val glyph_minus: String

  65. val glyph_minus_sign: String

  66. val glyph_ok: String

  67. val glyph_plus: String

  68. val glyph_plus_sign: String

  69. val glyph_question: String

  70. val glyph_settings: String

  71. val glyph_trash: String

  72. val glyph_upload: String

  73. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  74. val info: ClassKeyAggregator

  75. def input(content: String = ""): TypedTag[Input]

  76. def inputGroup(keys: ClassKeyAggregator = emptyCK): TypedTag[Div]

  77. def inputGroupAddon: TypedTag[Span]

  78. def inputGroupButton: TypedTag[Span]

  79. val input_group_lg: String

  80. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  81. implicit def jq2BootstrapStatic(jq: JQuery): BootstrapStatic

  82. def jumbotron(modifiers: scalatags.JsDom.Modifier*): TypedTag[Div]

  83. def key(s: String): ClassKeyAggregator

  84. def label(content: String, keys: ClassKeyAggregator = emptyCK): TypedTag[HTMLSpanElement]

  85. val label_danger: ClassKeyAggregator

  86. val label_default: ClassKeyAggregator

  87. val label_info: ClassKeyAggregator

  88. val label_primary: ClassKeyAggregator

  89. val label_success: ClassKeyAggregator

  90. val label_warning: ClassKeyAggregator

  91. val large_form_group: ClassKeyAggregator

  92. def nav(uuid: String, keys: ClassKeyAggregator, contents: NavItem*): TypedTag[HTMLElement]

  93. def nav(uuid: String, contents: Seq[(TypedTag[HTMLLIElement], String, () ⇒ Unit)], keys: ClassKeyAggregator): TypedTag[HTMLElement]

  94. def navItem(id: String, content: String, todo: () ⇒ Unit = () ⇒ {}, active: Boolean = false): NavItem

  95. val nav_default: ClassKeyAggregator

  96. val nav_inverse: ClassKeyAggregator

  97. val nav_pills: ClassKeyAggregator

  98. val nav_staticTop: ClassKeyAggregator

  99. val navbar: ClassKeyAggregator

  100. val navbar_form: ClassKeyAggregator

  101. val navbar_left: ClassKeyAggregator

  102. val navbar_right: ClassKeyAggregator

  103. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  104. val nothing: ClassKeyAggregator

  105. final def notify(): Unit

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

    Definition Classes
    AnyRef
  107. def panel(heading: String, bodyElement: TypedTag[HTMLElement]): TypedTag[Div]

  108. def progressBar(barMessage: String, ratio: Int): TypedTag[HTMLDivElement]

  109. val row: ClassKeyAggregator

  110. def select(id: String, contents: Seq[(String, String)], key: ClassKeyAggregator): TypedTag[Div]

  111. val small_form_group: ClassKeyAggregator

  112. val spacer20: ClassKeyAggregator

  113. def span(keys: ClassKeyAggregator = emptyCK): TypedTag[Span]

  114. implicit def stringToClassKeyAggregator(s: String): ClassKeyAggregator

  115. val striped: ClassKeyAggregator

  116. val success: ClassKeyAggregator

  117. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  118. def table(keys: ClassKeyAggregator): TypedTag[Table]

  119. def td(keys: ClassKeyAggregator): TypedTag[TableCell]

  120. def textArea(nbRows: Int): TypedTag[TextArea]

  121. def th(keys: ClassKeyAggregator): TypedTag[TableHeaderCell]

  122. def toString(): String

    Definition Classes
    AnyRef → Any
  123. def tr(keys: ClassKeyAggregator): TypedTag[TableRow]

  124. def uploadButton(todo: (HTMLInputElement) ⇒ Unit): TypedTag[HTMLSpanElement]

  125. def uploadGlyphSpan(todo: (HTMLInputElement) ⇒ Unit): TypedTag[HTMLSpanElement]

  126. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  129. val warning: ClassKeyAggregator

Inherited from AnyRef

Inherited from Any

Ungrouped