Object

scaladget.api

BootstrapTags

Related Doc: package api

Permalink

object BootstrapTags

Annotations
@JSExport( "demo.BootstrapTags" )
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BootstrapTags
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AccordionItem(title: String, content: BS) extends Product with Serializable

    Permalink
  2. type BS = TypedTag[_ <: HTMLElement]

    Permalink
  3. class Collapser[T <: TypedTag[HTMLElement]] extends AnyRef

    Permalink
  4. trait Displayable extends AnyRef

    Permalink
  5. case class ElementGroup(e1: TypedTag[HTMLElement], e2: TypedTag[HTMLElement]) extends Product with Serializable

    Permalink
  6. sealed trait ExclusiveButton extends AnyRef

    Permalink
  7. trait ExclusiveGlyphButton extends ExclusiveButton

    Permalink
  8. class ExclusiveGroup extends AnyRef

    Permalink
  9. trait ExclusiveStringButton extends ExclusiveButton

    Permalink
  10. trait FormTag[+T <: HTMLElement] extends AnyRef

    Permalink
  11. type ID = String

    Permalink
  12. type Input = TypedTag[HTMLInputElement]

    Permalink
  13. implicit class LabelForModifiers[T <: HTMLElement] extends AnyRef

    Permalink
  14. trait LabeledFormTag[T <: HTMLElement] extends FormTag[T]

    Permalink
  15. class ModalDialog extends AnyRef

    Permalink
  16. type ModalID = String

    Permalink
  17. class NavItem[T <: HTMLElement] extends AnyRef

    Permalink
  18. case class NavPill(name: String, badge: Option[Int], todo: () ⇒ Unit) extends Product with Serializable

    Permalink
  19. implicit class PopableTypedTag extends AnyRef

    Permalink
  20. class Popover extends AnyRef

    Permalink
  21. trait Scrollable extends AnyRef

    Permalink
  22. case class ScrollableDiv(_element: Div, _scrollMode: AutoScroll)(implicit ctx: Owner) extends Scrollable with Product with Serializable

    Permalink
  23. case class ScrollableText(initText: String, _scrollMode: AutoScroll) extends Scrollable with Product with Serializable

    Permalink
  24. implicit class SelectableSeqWithStyle[T] extends AnyRef

    Permalink
  25. implicit class SelectableTypedTag[T <: HTMLElement] extends AnyRef

    Permalink
  26. case class Tab(title: String, content: BS, active: Boolean) extends Product with Serializable

    Permalink
  27. case class Tabs(navStyle: stylesheet.all.NavStyle, tabs: Seq[Tab] = Seq()) extends Product with Serializable

    Permalink
  28. implicit class TagCollapserDynamicOnCondition extends AnyRef

    Permalink
  29. implicit class TagCollapserOnClick[S <: TypedTag[HTMLElement]] extends AnyRef

    Permalink
  30. implicit class TagCollapserVarOnCondition extends AnyRef

    Permalink
  31. class Tooltip extends AnyRef

    Permalink
  32. trait TwoStates extends ExclusiveButton

    Permalink
  33. case class TwoStatesGlyphButton(glyph: stylesheet.all.ModifierSeq, glyph2: stylesheet.all.ModifierSeq, action: () ⇒ Unit, action2: () ⇒ Unit, preGlyph: stylesheet.all.ModifierSeq) extends TwoStates with Product with Serializable

    Permalink
  34. case class TwoStatesSpan(glyph: stylesheet.all.ModifierSeq, glyph2: stylesheet.all.ModifierSeq, action: () ⇒ Unit, action2: () ⇒ Unit, preString: String, buttonStyle: stylesheet.all.ModifierSeq = emptyMod) extends TwoStates with Product with Serializable

    Permalink
  35. implicit class TypedTagLabel extends AnyRef

    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. object ExclusiveButton

    Permalink
  5. object ModalDialog

    Permalink
  6. object ScrollableTextArea

    Permalink
  7. object Tooltip

    Permalink
  8. def accordion(modifierSeq: stylesheet.all.ModifierSeq)(titleModifierSeq: stylesheet.all.ModifierSeq)(accordionItems: AccordionItem*): TypedTag[HTMLDivElement]

    Permalink
  9. def accordion(accordionItems: AccordionItem*): TypedTag[HTMLDivElement]

    Permalink
  10. def accordionItem(title: String, content: BS): AccordionItem

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def badge(badgeValue: String, badgeStyle: stylesheet.all.ModifierSeq = emptyMod): TypedTag[Span]

    Permalink
  13. def button(text: String = "", buttonStyle: stylesheet.all.ModifierSeq = btn_default, glyphicon: stylesheet.all.ModifierSeq = Seq(), todo: () ⇒ Unit = () => {}): TypedTag[HTMLButtonElement]

    Permalink
  14. def button(content: TypedTag[HTMLElement], buttonStyle: stylesheet.all.ModifierSeq, todo: () ⇒ Unit): TypedTag[HTMLButtonElement]

    Permalink
  15. def button(content: String, buttonStyle: stylesheet.all.ModifierSeq, todo: () ⇒ Unit): TypedTag[HTMLButtonElement]

    Permalink
  16. def button(content: String, todo: () ⇒ Unit): TypedTag[HTMLButtonElement]

    Permalink
  17. def buttonGroup(mod: stylesheet.all.ModifierSeq = emptyMod): TypedTag[Div]

    Permalink
  18. def buttonToolBar: TypedTag[Div]

    Permalink
  19. def checkbox(default: Boolean): TypedTag[org.scalajs.dom.html.Input]

    Permalink
  20. def checkboxes(modifierSeq: stylesheet.all.ModifierSeq = emptyMod)(checkBoxes: SelectableButton*): SelectableButtons

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def closeButton(dataDismiss: String, todo: () ⇒ Unit = () => {}): TypedTag[HTMLButtonElement]

    Permalink
  23. def dangerAlert(title: String, content: String, triggerCondition: Dynamic[Boolean] = ..., todocancel: () ⇒ Unit = () => {})(otherButtons: ExtraButton*): TypedTag[Div]

    Permalink
  24. def dangerAlerts(title: String, content: Seq[String], triggerCondition: Dynamic[Boolean] = ..., todocancel: () ⇒ Unit = () => {})(otherButtons: ExtraButton*): TypedTag[Div]

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def exclusiveButtonGroup(style: stylesheet.all.ModifierSeq, defaultStyle: stylesheet.all.ModifierSeq = btn_default, selectionStyle: stylesheet.all.ModifierSeq = btn_default)(buttons: ExclusiveButton*): ExclusiveGroup

    Permalink
  28. def fileInput(todo: (HTMLInputElement) ⇒ Unit): HTMLInputElement

    Permalink
  29. def fileInputMultiple(todo: (HTMLInputElement) ⇒ Unit): HTMLInputElement

    Permalink
  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. implicit def formTagToNode(tt: scalatags.JsDom.all.HtmlTag): Node

    Permalink
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def glyphSpan(glyphicon: stylesheet.all.ModifierSeq, onclickAction: () ⇒ Unit = () ⇒ {}, text: String = ""): TypedTag[HTMLSpanElement]

    Permalink
  34. def group(e1: TypedTag[HTMLElement], e2: TypedTag[HTMLElement]): ElementGroup

    Permalink
  35. def hForm[T <: HTMLElement](modifierSeq: stylesheet.all.ModifierSeq)(formTags: FormTag[T]*): TypedTag[HTMLFormElement]

    Permalink
  36. def hForm[T <: HTMLElement](formTags: FormTag[T]*): TypedTag[HTMLFormElement]

    Permalink
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. implicit def htmlElementToFormTag[T <: HTMLElement](t: T): FormTag[T]

    Permalink
  39. def inLineForm(elements: ElementGroup*): TypedTag[Form]

    Permalink
  40. def infoAlert(title: String, content: String, triggerCondition: Dynamic[Boolean] = ..., todocancel: () ⇒ Unit = () => {})(otherButtons: ExtraButton*): TypedTag[Div]

    Permalink
  41. def infoAlerts(title: String, content: Seq[String], triggerCondition: Dynamic[Boolean] = ..., todocancel: () ⇒ Unit = () => {})(otherButtons: ExtraButton*): TypedTag[Div]

    Permalink
  42. def input(content: String = ""): TypedTag[org.scalajs.dom.html.Input]

    Permalink
  43. def inputGroup(modifierSeq: stylesheet.all.ModifierSeq = emptyMod): TypedTag[Div]

    Permalink
  44. def inputGroupAddon: TypedTag[Span]

    Permalink
  45. def inputGroupButton: TypedTag[Span]

    Permalink
  46. val input_group_lg: String

    Permalink
  47. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  48. def jumbotron(modifiers: stylesheet.all.ModifierSeq): TypedTag[Div]

    Permalink
  49. def linkButton(content: String, link: String, buttonStyle: stylesheet.all.ModifierSeq = btn_default, openInOtherTab: Boolean = true): TypedTag[Anchor]

    Permalink
  50. def navBar(classPair: stylesheet.all.ModifierSeq, contents: NavItem[_ <: HTMLElement]*): TypedTag[HTMLElement]

    Permalink
  51. def navItem[T <: HTMLElement](content: T, todo: () ⇒ Unit = () => {}, extraRenderPair: Seq[scalatags.JsDom.all.Modifier] = Seq(), activeDefault: Boolean = false): NavItem[T]

    Permalink
  52. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def panel(bodyContent: String = "", heading: Option[String] = None): TypedTag[Div]

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

    Permalink
  57. def radios(modifierSeq: stylesheet.all.ModifierSeq = emptyMod)(radioButtons: SelectableButton*): SelectableButtons

    Permalink
  58. def scrollableDiv(element: Div = div.render, scrollMode: AutoScroll = BottomScroll): ScrollableDiv

    Permalink
  59. def scrollableText(text: String = "", scrollMode: AutoScroll = TopScroll): ScrollableText

    Permalink
  60. def selectableButton(text: String, defaultActive: Boolean = false, modifierSeq: stylesheet.all.ModifierSeq = btn_default, onclick: () ⇒ Unit = () => {}): SelectableButton

    Permalink
  61. def stringNavItem(content: String, todo: () ⇒ Unit = () ⇒ {}, activeDefault: Boolean = false): NavItem[HTMLElement]

    Permalink
  62. def successAlert(title: String, content: String, triggerCondition: Dynamic[Boolean] = ..., todocancel: () ⇒ Unit = () => {})(otherButtons: ExtraButton*): TypedTag[Div]

    Permalink
  63. def successAlerts(title: String, content: Seq[String], triggerCondition: Dynamic[Boolean] = ..., todocancel: () ⇒ Unit = () => {})(otherButtons: ExtraButton*): TypedTag[Div]

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

    Permalink
    Definition Classes
    AnyRef
  65. def tabs(navStyle: stylesheet.all.NavStyle): Tabs

    Permalink
  66. def textArea(nbRow: Int): TypedTag[TextArea]

    Permalink
  67. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  68. def twoStatesGlyphButton(glyph1: stylesheet.all.ModifierSeq, glyph2: stylesheet.all.ModifierSeq, todo1: () ⇒ Unit, todo2: () ⇒ Unit, preGlyph: stylesheet.all.ModifierSeq = Seq()): TwoStatesGlyphButton

    Permalink
  69. def twoStatesSpan(glyph1: stylesheet.all.ModifierSeq, glyph2: stylesheet.all.ModifierSeq, todo1: () ⇒ Unit, todo2: () ⇒ Unit, preString: String, buttonStyle: stylesheet.all.ModifierSeq = emptyMod): TwoStatesSpan

    Permalink
  70. def uuID: ID

    Permalink
  71. def vForm[T <: HTMLElement](modifierSeq: stylesheet.all.ModifierSeq)(formTags: FormTag[T]*): TypedTag[HTMLDivElement]

    Permalink
  72. def vForm[T <: HTMLElement](formTags: FormTag[T]*): TypedTag[HTMLDivElement]

    Permalink
  73. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def warningAlert(title: String, content: String, triggerCondition: Dynamic[Boolean] = ..., todocancel: () ⇒ Unit = () => {})(otherButtons: ExtraButton*): TypedTag[Div]

    Permalink
  77. def warningAlerts(title: String, content: Seq[String], triggerCondition: Dynamic[Boolean] = ..., todocancel: () ⇒ Unit = () => {})(otherButtons: ExtraButton*): TypedTag[Div]

    Permalink
  78. def withBootstrapNative[T <: HTMLElement](f: ⇒ T): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped