Object

com.karasiq.bootstrap_text

Bootstrap

Related Doc: package bootstrap_text

Permalink

object Bootstrap

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bootstrap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait TextModifier extends ModifierFactory

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. object background

    Permalink

    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.

    See also

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

  6. def badge: scalatags.Text.all.Tag

    Permalink

    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.

    See also

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

  7. def button: scalatags.Text.all.Tag

    Permalink

    Default button

  8. def caret: scalatags.Text.all.Tag

    Permalink

    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.

    See also

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

  9. def centerBlock: scalatags.Text.all.Modifier

    Permalink

    Set an element to display: block and center via margin

    Set an element to display: block and center via margin

    See also

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

  10. def clearFix: scalatags.Text.all.Modifier

    Permalink

    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.

    See also

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

  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def closeIcon: scalatags.Text.all.Tag

    Permalink

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

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

    See also

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

  13. def dataProperties(props: Map[String, _]): scalatags.Text.all.Modifier

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def icon(name: String): BootstrapGlyphicon

    Permalink

    Glyphicon

  20. object image

    Permalink

    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.

    See also

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

  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def jumbotron: scalatags.Text.all.Tag

    Permalink

    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.

    See also

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def newId: String

    Permalink

    Generates unique element ID

  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. object pull

    Permalink

    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.

    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

  28. def srOnly: scalatags.Text.all.Modifier

    Permalink

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

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

    See also

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

  29. def srOnlyFocusable: scalatags.Text.all.Modifier

    Permalink

    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)

    See also

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

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

    Permalink
    Definition Classes
    AnyRef
  31. object textAlign

    Permalink

    Easily realign text to components with text alignment classes.

    Easily realign text to components with text alignment classes.

    See also

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

  32. def textHide: TextModifier

    Permalink

    Utilize the .text-hide class or mixin to help replace an element's text content with a background image.

    Utilize the .text-hide class or mixin to help replace an element's text content with a background image.

    See also

    http://getbootstrap.com/css/#helper-classes-image-replacement

  33. object textStyle

    Permalink

    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.

    See also

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

  34. object textTransform

    Permalink

    Transform text in components with text capitalization classes.

    Transform text in components with text capitalization classes.

    See also

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

  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. object visibility

    Permalink

    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.

    See also

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

  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def well: scalatags.Text.all.Tag

    Permalink

    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.

    See also

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

Inherited from AnyRef

Inherited from Any

Ungrouped