Skip to content

Lift Module - FoBo v1.5

Compare
Choose a tag to compare
@karma4u101 karma4u101 released this 28 Dec 17:03
· 376 commits to master since this release

FoBo - A Comprehensive Front-End Toolkit Module for Lift. For a introduction see FoBo demo

Lift Module - FoBo v1.5 for Lift 2.6.2 and 3.0 released to Sonatype net/liftmodules/. The following is extracted from the 1.5 section in CHANGELOG.

New features in FoBo v1.5

FoBo v1.5 has the following new sub modules

  • FoBo-AngularJS UI Grid Adds v3.0.7 - Angular UI Grid.
    A data grid for AngularJS. Native AngularJS implementation, no jQuery. This is the successor of NG Grid (also available via FoBo)

FoBo v1.5 has updates to the following sub modules

For a list of already available toolkit versions see respective sub modules README.
You can see a running demo of a Lift Template application using Material Design here.

FoBo v1.5 API updates

  • FoBo v1.5 adds API integration with the MaterialMegaMetaProtoUser trait that adds Material Design styling to the ProtoUser form views.
  • FoBo v1.5 adds a integration of angular material design tosts component with lift messages.
  • For Lift 3.0 users FoBo has added complementary functions for handling script injection (bootstrap poppover,tooltip,...) and to avoid in-lining.
    To aid in supporting a strong CSP (Content Security Policy) with LiftRules.securityRules settings those complementary functions avoids in-lining
    of javascript by utilizing the Lift page script file's (new feature in Lift 3.0). FoBo API functions that utilize this mechanism has
    names that ends with AppendJs or AppendGlobalJs.