net.liftmodules

FoBoJQ

package FoBoJQ

FoBo JQuery Toolkit Module

This FoBo toolkit module provides JQuery API and Resource components to the FoBo / FoBo Module, but can also be used as-is, see below for setup information.

If you are using this module via the FoBo/FoBo artifact module see also net.liftmodules.FoBo for setup information.

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

Type Members

  1. sealed trait API extends AnyRef

    Initiate FoBo's JQuery API in you bootstrap liftweb Boot.

    Initiate FoBo's JQuery API in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoJQ => FoBo}
     :
    FoBo.API.Init=FoBo.API.[API Object]

    Note: To see available objects click on the round trait icon in the header of this page.

  2. sealed trait Resource extends AnyRef

    Initiate FoBo's JQuery Resource(s) in you bootstrap liftweb Boot.

    Initiate FoBo's JQuery Resource(s) in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoJQ => FoBo}
     :
    FoBo.Resource.Init=FoBo.Resource.[Resource Object]

    Note: To see available objects click on the round trait icon in the header of this page.

  3. sealed trait Toolkit extends AnyRef

    Initiate FoBo's JQuery Toolkit(s) in you bootstrap liftweb Boot.

    Initiate FoBo's JQuery Toolkit(s) in you bootstrap liftweb Boot. Using the Toolkit initiation you will bring in both the toolkit's resources and FoBo/Lift API associated with the toolkit.

    Example:

    import net.liftmodules.{FoBoJQ => FoBo}
     :
    FoBo.Toolkit.Init=FoBo.Toolkit.[Toolkit Object]

    Note: To see available objects click on the round trait icon in the header of this page.

  4. sealed trait FoBoJQ extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use Toolkit or Resouce

Value Members

  1. object API extends API

  2. object Resource extends Resource

  3. object Toolkit extends Toolkit

  4. def toString(): String

    Definition Classes
    FoBoJQ → AnyRef → Any

Deprecated Value Members

  1. object InitParam extends FoBoJQ

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.[Toolkit Object]

  2. object JQuery1102 extends FoBoJQ with Product with Serializable

    Enable usage of JQuery version 1․10․2 in your bootstrap liftweb Boot.

    Enable usage of JQuery version 1․10․2 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.JQuery1102

    Version

    1.10.2

    Example:

    FoBoJQ.InitParam.JQuery=FoBoJQ.JQuery1102
  3. object JQuery1113 extends FoBoJQ with Product with Serializable

    Enable usage of JQuery version 1․11․3 in your bootstrap liftweb Boot.

    Enable usage of JQuery version 1․11․3 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.JQuery1113

    Version

    1.11.3

    Example:

    FoBoJQ.InitParam.JQuery=FoBoJQ.JQuery1113
    Since

    v1.4

  4. object JQuery172 extends FoBoJQ with Product with Serializable

    Enable usage of JQuery version 1․7․2 in your bootstrap liftweb Boot.

    Enable usage of JQuery version 1․7․2 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.JQuery172

    Version

    1.7.2

    Example:

    FoBoJQ.InitParam.JQuery=FoBoJQ.JQuery172
  5. object JQuery182 extends FoBoJQ with Product with Serializable

    Enable usage of JQuery version 1․8․2 in your bootstrap liftweb Boot.

    Enable usage of JQuery version 1․8․2 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.JQuery182

    Version

    1.8.2

    Example:

    FoBoJQ.InitParam.JQuery=FoBoJQ.JQuery182
  6. object JQuery191 extends FoBoJQ with Product with Serializable

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.JQuery191

    Version

    1.9.1

    Example:

    FoBoJQ.InitParam.JQuery=FoBoJQ.JQuery191
  7. object JQuery211 extends FoBoJQ with Product with Serializable

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.JQuery211

    Version

    2.1.1 OBS! JQuery 2.x dose not support Internet Explorer 6, 7, or 8.

    Example:

    JQueryModule.InitParam.JQuery=JQueryModule.JQuery211
    Since

    v1.3

  8. object JQuery214 extends FoBoJQ with Product with Serializable

    Enable usage of JQuery version 2․1․4 in your bootstrap liftweb Boot.

    Enable usage of JQuery version 2․1․4 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.JQuery214

    Version

    2.1.4 OBS! JQuery 2.x dose not support Internet Explorer 6, 7, or 8.

    Example:

    JQueryModule.InitParam.JQuery=JQueryModule.JQuery211
    Since

    v1.3

  9. object JQueryMigrate121 extends FoBoJQ with Product with Serializable

    Enable usage of JQuery-migrate version 1․2․1 in your bootstrap liftweb Boot.

    Enable usage of JQuery-migrate version 1․2․1 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoJQ.Toolkit.Init=FoBoJQ.Toolkit.JQueryMigrate121

    Version

    1.2.1

    Example:

    JQueryModule.InitParam.JQuery=JQueryModule.JQueryMigrate121
    Since

    v1.3

  10. def init(): Unit

    Object for initiating FoBo API packages.

    Object for initiating FoBo API packages.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Init no longer nessesary as it is now automaticaly done for respective FoBoJQ.InitParam

Inherited from AnyRef

Inherited from Any

Ungrouped