Package

com.karasiq.bootstrap_text

modal

Permalink

package modal

Visibility
  1. Public
  2. All

Type Members

  1. final class CustomModalDialogSize extends ModalDialogSize

    Permalink
  2. sealed trait Modal extends BootstrapHtmlComponent

    Permalink
  3. case class ModalBuilder(title: scalatags.Text.all.Modifier, body: scalatags.Text.all.Modifier, buttons: scalatags.Text.all.Modifier, style: scalatags.Text.all.Modifier, dialogStyle: scalatags.Text.all.Modifier, contentStyle: scalatags.Text.all.Modifier) extends Modal with Product with Serializable

    Permalink
  4. sealed trait ModalDialogSize extends ModifierFactory

    Permalink

Value Members

  1. object DefaultModalDialogSize extends ModalDialogSize

    Permalink
  2. object Modal

    Permalink

    Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

    Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

    See also

    https://getbootstrap.com/javascript/#modals

  3. object ModalDialogSize

    Permalink

Ungrouped