Package

org.querki.facades.bootstrap

datepicker

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type BeforeShowFunc = Function1[Date, UndefOr[|[|[Boolean, String], Dictionary[Any]]]]

    Permalink
  2. trait BootstrapDatepicker extends Object

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

    Permalink

    Options available to BootstrapDatepicker.

    Options available to BootstrapDatepicker.

    See http://bootstrap-datepicker.readthedocs.org/en/latest/options.html for full documentation.

  4. trait BootstrapDatepickerOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  5. class DatepickerCommands extends AnyRef

    Permalink

    Strongly-typed versions of the commands defined on BootstrapDatepicker.

  6. trait DatepickerEventObject extends Event with JQueryEventObject

    Permalink

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

    According to the documentation, events defined on BootstrapDatepicker return this enhanced version of JQueryEventObject. See http://bootstrap-datepicker.readthedocs.org/en/latest/events.html

    Annotations
    @RawJSType() @native()
  7. final case class DayOfWeek(underlying: Int) extends AnyVal with Product with Serializable

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

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

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

    Permalink

Value Members

  1. object BootstrapDatepickerOptions extends BootstrapDatepickerOptionBuilder

    Permalink
  2. object DayOfWeek extends Serializable

    Permalink
  3. object Orientation extends Serializable

    Permalink
  4. object StartView extends Serializable

    Permalink
  5. object ViewMode extends Serializable

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped