net.liftmodules

FoBoBs

package FoBoBs

FoBo - Sub-module

This package object is only of interest to you if you are using this module as a stand alone artifact dependency in your project (without FoBo). This package object provides information on how to initiate and use this module in your project. If you are using this module in FoBo see net.liftmodules.FoBo for usage information.

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

Type Members

  1. trait FoBoJQuery extends AnyRef

  2. trait FoBoToolkit extends AnyRef

Value Members

  1. object BSLocInfo

    Extends your Lift SiteMap with various common bootstrap menu manipulations such as horizontal and vertical menu dividers and menu labels (labels coming soon).

    Extends your Lift SiteMap with various common bootstrap menu manipulations such as horizontal and vertical menu dividers and menu labels (labels coming soon).

    This object should be used in conjunction with the TB* menu builder objects in net.liftmodules.FoBo.snippet.FoBo snippet's.

    Example:

     :
    //add a horizontal menu divider
    divider1 >> LocGroup(...) >> FoBoBs.BsLocInfo.Divider,
     :
    //add a vertical menu divider
    divider2 >> LocGroup(...) >> FoBoBs.BsLocInfo.DividerVertical,
     :
  2. object Bootstrap301 extends FoBoToolkit with Product with Serializable

    Enable usage of Bootstrap version 3․0․1 in your bootstrap liftweb Boot.

    Enable usage of Bootstrap version 3․0․1 in your bootstrap liftweb Boot.

    Version

    3.0.1

    Example

    FoBoBs.InitParam.Toolkit=FoBoBs.Bootstrap301
  3. object Bootstrap311 extends FoBoToolkit with Product with Serializable

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

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

    Version

    3.1.1

    Example

    FoBoBs.InitParam.Toolkit=FoBoBs.Bootstrap311
  4. object Bootstrap320 extends FoBoToolkit with Product with Serializable

    Enable usage of Bootstrap version 3․2․0 in your bootstrap liftweb Boot.

    Enable usage of Bootstrap version 3․2․0 in your bootstrap liftweb Boot.

    Version

    3.2.0

    Example

    FoBoBs.InitParam.Toolkit=FoBoBs.Bootstrap320
  5. object Bootstrap336 extends FoBoToolkit with Product with Serializable

    Enable usage of Bootstrap version 3․3․6 in your bootstrap liftweb Boot.

    Enable usage of Bootstrap version 3․3․6 in your bootstrap liftweb Boot.

    Version

    3.3.6

    Example

    FoBoBs.InitParam.Toolkit=FoBoBs.Bootstrap336
    Since

    v1.5

  6. object InitParam extends FoBoToolkit with FoBoJQuery

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

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

    Example:

    FoBoBs.InitParam.JQuery=FoBoBs.JQuery192
    FoBoBs.InitParam.Toolkit=FoBoBs.Bootstrap301

    This example uses the Bootstrap v3.0.1 option.

  7. def init(): Unit

    Example:
    1. In bootstrap liftweb Boot set

      FoBoBs.init()

      The above example just calls init without specifying fobo init params so default Toolkit and JQuery values will be used.

  8. package lib

  9. package mapper

  10. package snippet

Deprecated Value Members

  1. object Bootstrap335 extends FoBoToolkit with Product with Serializable

    Enable usage of Bootstrap version 3․3․5 in your bootstrap liftweb Boot.

    Enable usage of Bootstrap version 3․3․5 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.5.0) Use Bootstrap336 or later

    Version

    3.3.5

    Example

    FoBoBs.InitParam.Toolkit=FoBoBs.Bootstrap335
    Since

    v1.4

Inherited from AnyRef

Inherited from Any

Ungrouped