Package

net

liftmodules

Permalink

package liftmodules

Visibility
  1. Public
  2. All

Value Members

  1. package fobotb

    Permalink

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

    FoBo Twitter Bootstrap Toolkit Module

    This FoBo toolkit module provides Twitter Bootstrap v2.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.{fobotb => fobo}
       :
       :
      fobo.Toolkit.init=fobo.Toolkit.Bootstrap232 //or any other 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