Packages

object Bootstrap extends (utils.UniversalUtils.this)#UniversalUtils with (utils.UniversalUtils.this)#AbstractUtils

Linear Supertypes
(utils.UniversalUtils.this)#UniversalUtils, (utils.UniversalUtils.this)#AbstractUtils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bootstrap
  2. UniversalUtils
  3. AbstractUtils
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ElementIdT = String
    Definition Classes
    AbstractUtils
  2. type ElementT = TypedTag[(utils.UniversalUtils.this)#Element, (utils.UniversalUtils.this)#Output, (utils.UniversalUtils.this)#FragT]
    Definition Classes
    AbstractUtils
  3. type FragT = Frag[(utils.UniversalUtils.this)#Element, (utils.UniversalUtils.this)#FragT]
    Definition Classes
    AbstractUtils
  4. type ModifierT = Modifier[(utils.UniversalUtils.this)#Element]
    Definition Classes
    AbstractUtils
  5. sealed trait TextModifier extends (utils.UniversalUtils.this)#StyleClassModifier
    Definition Classes
    UniversalUtils

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. lazy val badge: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    Easily highlight new or unread items by adding a badge to links, Bootstrap navs, and more.

    Easily highlight new or unread items by adding a badge to links, Bootstrap navs, and more.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    https://getbootstrap.com/components/#badges

  6. lazy val button: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    Default button

    Default button

    Definition Classes
    UniversalUtilsAbstractUtils
  7. lazy val caret: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    Use carets to indicate dropdown functionality and direction.

    Use carets to indicate dropdown functionality and direction. Note that the default caret will reverse automatically in dropup menus.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-carets

  8. lazy val centerBlock: (utils.UniversalUtils.this)#ClassAdd

    Set an element to display: block and center via margin

    Set an element to display: block and center via margin

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-center

  9. lazy val clearFix: (utils.UniversalUtils.this)#ClassAdd

    Easily clear floats by adding .clearfix to the parent element.

    Easily clear floats by adding .clearfix to the parent element. Utilizes the micro clearfix as popularized by Nicolas Gallagher.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-clearfix

  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. lazy val closeIcon: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    Use the generic close icon for dismissing content like modals and alerts.

    Use the generic close icon for dismissing content like modals and alerts.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-close

  12. def dataProps[T](props: (String, T)*)(implicit arg0: (((utils.UniversalUtils.this)#scalaTags)#all)#AttrValue[T]): (((utils.UniversalUtils.this)#scalaTags)#all)#Modifier

    Appends data-%property% attributes to the element

    Appends data-%property% attributes to the element

    T

    Value type

    props

    Properties

    returns

    Modifier

    Definition Classes
    UniversalUtilsAbstractUtils
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. def icon(name: String): (utils.UniversalUtils.this)#IconModifier

    Default icon

    Default icon

    name

    Icon name

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    https://getbootstrap.com/components/#glyphicons

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val jumbotron: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

    A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    https://getbootstrap.com/components/#jumbotron

  21. val nbsp: (((utils.UniversalUtils.this)#scalaTags)#all)#RawFrag

    Non-breaking Space A common character entity used in HTML is the non-breaking space:   A non-breaking space is a space that will not break into a new line.

    Non-breaking Space A common character entity used in HTML is the non-breaking space:   A non-breaking space is a space that will not break into a new line.

    Definition Classes
    UniversalUtilsAbstractUtils
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newId: String

    Generates unique element ID

    Generates unique element ID

    Definition Classes
    UniversalUtilsAbstractUtils
  24. val noContent: FragT

    No-op frag

    No-op frag

    Definition Classes
    UniversalUtilsAbstractUtils
  25. val noModifier: ModifierT

    No-op modifier

    No-op modifier

    Definition Classes
    UniversalUtilsAbstractUtils
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. lazy val srOnly: (utils.UniversalUtils.this)#ClassAdd

    Hide an element to all devices except screen readers with .sr-only

    Hide an element to all devices except screen readers with .sr-only

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-screen-readers

  29. lazy val srOnlyFocusable: (((utils.UniversalUtils.this)#scalaTags)#all)#Modifier

    Combine .sr-only with .sr-only-focusable to show the element again when it's focused (e.g.

    Combine .sr-only with .sr-only-focusable to show the element again when it's focused (e.g. by a keyboard-only user)

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-screen-readers

  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. lazy val well: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    Use the well as a simple effect on an element to give it an inset effect.

    Use the well as a simple effect on an element to give it an inset effect.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    https://getbootstrap.com/components/#wells

  36. object background extends (utils.UniversalUtils.this)#AbstractBackgroundStyles

    Similar to the contextual text color classes, easily set the background of an element to any contextual class.

    Similar to the contextual text color classes, easily set the background of an element to any contextual class. Anchor components will darken on hover, just like the text classes.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-backgrounds

  37. object image extends (utils.UniversalUtils.this)#AbstractImageUtils

    Add classes to an img element to easily style images in any project.

    Add classes to an img element to easily style images in any project.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#images-shapes

  38. object pull extends (utils.UniversalUtils.this)#AbstractPullModifiers

    Float an element to the left or right with a class.

    Float an element to the left or right with a class. !important is included to avoid specificity issues.

    Definition Classes
    UniversalUtilsAbstractUtils
    Note

    To align components in navbars with utility classes, use .navbar-left or .navbar-right instead. See the navbar docs for details.

    See also

    http://getbootstrap.com/css/#helper-classes-floats

  39. object textAlign extends (utils.UniversalUtils.this)#AbstractTextAlignments

    Easily realign text to components with text alignment classes.

    Easily realign text to components with text alignment classes.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#type-alignment

  40. object textStyle extends (utils.UniversalUtils.this)#AbstractTextStyles

    Convey meaning through color with a handful of emphasis utility classes.

    Convey meaning through color with a handful of emphasis utility classes. These may also be applied to links and will darken on hover just like our default link styles.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-colors

  41. object textTransform extends (utils.UniversalUtils.this)#AbstractTextTransformations

    Transform text in components with text capitalization classes.

    Transform text in components with text capitalization classes.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#type-transformation

  42. object visibility extends (utils.UniversalUtils.this)#AbstractVisibilityModifiers

    Force an element to be shown or hidden (including for screen readers) with the use of .show and .hidden classes.

    Force an element to be shown or hidden (including for screen readers) with the use of .show and .hidden classes. These classes use !important to avoid specificity conflicts, just like the quick floats. They are only available for block level toggling. They can also be used as mixins. .hide is available, but it does not always affect screen readers and is deprecated as of v3.0.1. Use .hidden or .sr-only instead. Furthermore, .invisible can be used to toggle only the visibility of an element, meaning its display is not modified and the element can still affect the flow of the document.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-show-hide

Inherited from (utils.UniversalUtils.this)#UniversalUtils

Inherited from (utils.UniversalUtils.this)#AbstractUtils

Inherited from AnyRef

Inherited from Any

Ungrouped