net.liftmodules

JQueryModule

package JQueryModule

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 JQuery164 extends JQModule with Product with Serializable

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

  3. object JQuery171 extends JQModule with Product with Serializable

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

  4. object JQuery172 extends JQModule with Product with Serializable

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

  5. def init (): Unit

    Definition Classes
    package
    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.