Package

com.karasiq.bootstrap_text

buttons

Permalink

package buttons

Visibility
  1. Public
  2. All

Type Members

  1. case class ButtonBuilder(style: ButtonStyle = ButtonStyle.default, size: ButtonSize = ButtonSize.default, block: Boolean = false, active: Boolean = false, disabled: Boolean = false) extends BootstrapHtmlComponent with Product with Serializable

    Permalink

    Button builder

    Button builder

    style

    Use any of the available button classes to quickly create a styled button

    size

    Fancy larger or smaller buttons? Add .btn-lg, .btn-sm, or .btn-xs for additional sizes

    block

    Create block level buttons—those that span the full width of a parent— by adding .btn-block

    active

    Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active

    disabled

    Make buttons look unclickable by fading them back with opacity

    See also

    http://getbootstrap.com/css/#buttons

  2. case class ButtonGroup(size: ButtonGroupSize, buttons: scalatags.Text.all.Modifier*) extends BootstrapHtmlComponent with Product with Serializable

    Permalink
  3. sealed trait ButtonGroupSize extends ModifierFactory

    Permalink
  4. final class ButtonGroupSizeValue extends ButtonGroupSize

    Permalink
  5. sealed trait ButtonSize extends ModifierFactory

    Permalink
  6. final class ButtonSizeValue extends ButtonSize

    Permalink
  7. final class ButtonStyle extends ModifierFactory

    Permalink
  8. case class ButtonToolbar(buttonGroups: ButtonGroup*) extends BootstrapHtmlComponent with Product with Serializable

    Permalink
  9. final class DisabledButton extends BootstrapHtmlComponent

    Permalink
  10. final class ToggleButton extends BootstrapHtmlComponent

    Permalink

Ungrouped