Package

net

liftmodules

Permalink

package liftmodules

Visibility
  1. Public
  2. All

Value Members

  1. package FoBoBs

    Permalink

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

    FoBo Bootstrap 3 Toolkit Module

    This FoBo toolkit module provides Bootstrap v3.x 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.

    Example:
    1. To initiate this module for usage in your Lift project set something like the following in your projects Lift bootstrap.liftweb.Boot boot method.

      import net.liftmodules.{FoBoBs => FoBo}
       :
       :
      FoBo.Toolkit.Init=FoBo.Toolkit.Bootstrap336 //or any other companion toolkit object

      You may substitute Toolkit for Resource or API and if you wish also adjust the artifact dependencies accordingly to include just the FoBo modules you use.

Ungrouped