net.liftmodules

JQueryModule

package JQueryModule

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

Type Members

  1. trait JQModule extends AnyRef

Value Members

  1. object InitParam extends JQModule

    Enable Toolkit(s)/JQuery options for the FoBo module in your bootstrap liftweb Boot

  2. object JQuery1102 extends JQModule with Product with Serializable

    Enable usage of JQuery version 1_10_2 in your bootstrap liftweb Boot.

  3. object JQuery1110 extends JQModule with Product with Serializable

    Enable usage of JQuery version 1_11_0 in your bootstrap liftweb Boot.

  4. object JQuery164 extends JQModule with Product with Serializable

    Enable usage of JQuery version 1_6_4 in your bootstrap liftweb Boot.

  5. object JQuery171 extends JQModule with Product with Serializable

    Enable usage of JQuery version 1_7_1 in your bootstrap liftweb Boot.

  6. object JQuery172 extends JQModule with Product with Serializable

    Enable usage of JQuery version 1_7_2 in your bootstrap liftweb Boot.

  7. object JQuery182 extends JQModule with Product with Serializable

    Enable usage of JQuery version 1_8_2 in your bootstrap liftweb Boot.

  8. object JQuery191 extends JQModule with Product with Serializable

    Enable usage of JQuery version 1_9_1 in your bootstrap liftweb Boot.

  9. def init(): Unit

    Example:
    1. In bootstrap liftweb Boot set

      JQueryModule.init()

      The above example just calls init without specifying init params so the default JQuery version will be used.

Inherited from AnyRef

Inherited from Any

Ungrouped