Package

net.liftmodules

fobotb

Permalink

package fobotb

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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fobotb
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait API extends AnyRef

    Permalink

    Initiate FoBo's Bootstrap 3 API in you bootstrap liftweb Boot.

    Initiate FoBo's Bootstrap 3 API in you bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{fobotb => 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

    Permalink

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

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

    Example:
    1. import net.liftmodules.{fobotb => 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

    Permalink

    Initiate FoBo's Bootstrap 2 Toolkit in you bootstrap liftweb Boot.

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

    Example:
    1. import net.liftmodules.{fobotb => 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.

Value Members

  1. object API extends API

    Permalink
  2. object Resource extends Resource

    Permalink
  3. object TBLocInfo

    Permalink

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

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

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

    Example:
    1.  :
      //add a horizontal menu divider
      divider1 >> LocGroup(...) >> fobotb.TBLocInfo.Divider,
       :
      //add a vertical menu divider
      divider2 >> LocGroup(...) >> fobotb.TBLocInfo.DividerVertical,
       :
  4. object Toolkit extends Toolkit

    Permalink
  5. def toString(): String

    Permalink
    Definition Classes
    fobotb → AnyRef → Any

Inherited from AnyRef

Inherited from Any

Ungrouped