Packages

  • package root
    Definition Classes
    root
  • package net
    Definition Classes
    root
  • package liftmodules
    Definition Classes
    net
  • package fobotb
    Definition Classes
    liftmodules
  • package fobotbapi

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

    FoBo Twitter Bootstrap API Module

    This FoBo API module provides FoBo/Lift API components for the Twitter Bootstrap v2.x Toolkit 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.

    Definition Classes
    liftmodules
  • API
  • TBLocInfo
p

net.liftmodules

fobotbapi

package fobotbapi

FoBo Twitter Bootstrap API Module

This FoBo API module provides FoBo/Lift API components for the Twitter Bootstrap v2.x Toolkit 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. fobotbapi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait API extends AnyRef

    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.{fobotbapi => 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.

Value Members

  1. def toString(): String
    Definition Classes
    fobotbapi → AnyRef → Any
  2. object API extends API
  3. object TBLocInfo

    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,
       :

Inherited from AnyRef

Inherited from Any

Ungrouped