org.querki.facades.bootstrap

datepicker

package datepicker

This package provides a facade for Bootstrap Datepicker, a third-party plugin for Bootstrap that can be found at:

https://github.com/eternicode/bootstrap-datepicker

As the name implies, this provides a cross-platform, responsive UI for choosing a date. In principle, it would be ideal to do this as a polyfill instead, based on the HTML5 date input type; in practice, date isn't well-supported, and I haven't loved any of the polyfills I've encountered yet. So for now, this UI still seems useful.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. datepicker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BootstrapDatepicker extends Object

    Annotations
    @RawJSType() @native()
  2. class BootstrapDatepickerOptionBuilder extends JSOptionBuilder[BootstrapDatepickerOptions, BootstrapDatepickerOptionBuilder]

    Options available to BootstrapDatepicker.

  3. trait BootstrapDatepickerOptions extends Object

    Annotations
    @RawJSType() @native()
  4. class DatepickerCommands extends AnyRef

    Strongly-typed versions of the commands defined on BootstrapDatepicker.

  5. trait DatepickerEventObject extends Event with JQueryEventObject

    According to the documentation, events defined on BootstrapDatepicker return this enhanced version of JQueryEventObject.

  6. final case class DayOfWeek(underlying: Int) extends AnyVal with Product with Serializable

  7. final case class Orientation(underlying: String) extends AnyVal with Product with Serializable

  8. final case class StartView(underlying: Int) extends AnyVal with Product with Serializable

  9. final case class ViewMode(underlying: Int) extends AnyVal with Product with Serializable

Value Members

  1. object BootstrapDatepickerOptions extends BootstrapDatepickerOptionBuilder

  2. object DayOfWeek extends Serializable

  3. object Orientation extends Serializable

  4. object StartView extends Serializable

  5. object ViewMode extends Serializable

  6. implicit def jq2Datepicker(jq: JQuery): BootstrapDatepicker

  7. implicit def jq2DatepickerCommands(jq: JQuery): DatepickerCommands

Inherited from AnyRef

Inherited from Any

Ungrouped