net.liftmodules

FoBoAJS

package FoBoAJS

FoBo AngularJS Toolkit Module

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

If you are using this module via the FoBo/FoBo module see also net.liftmodules.FoBo for setup information.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FoBoAJS
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait API extends AnyRef

    Initiate FoBo's Angular API in you bootstrap liftweb Boot.

  2. sealed trait Resource extends AnyRef

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

  3. sealed trait Toolkit extends AnyRef

    Initiate FoBo's Angular Toolkit(s) in you bootstrap liftweb Boot.

  4. sealed trait FoBoToolkit extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit or FoBoAJS.Resource and FoBoAJS.API

Value Members

  1. object API extends API

  2. object Resource extends Resource

  3. object Toolkit extends Toolkit

  4. def toString(): String

    Definition Classes
    FoBoAJS → AnyRef → Any

Deprecated Value Members

  1. object AJMaterial0100 extends FoBoToolkit with Product with Serializable

    Enable usage of Angular Material version 0․10․0 in your bootstrap liftweb Boot.

  2. object AJMaterial101 extends FoBoToolkit with Product with Serializable

    Enable usage of Angular Material version 1․0․1 in your bootstrap liftweb Boot.

  3. object AJMaterial108 extends FoBoToolkit with Product with Serializable

    Enable usage of Angular Material version 1․0․8 in your bootstrap liftweb Boot.

  4. object AJSNGGrid207 extends FoBoToolkit with Product with Serializable

    Enable usage of NG-Grid version 2․0․7 in your bootstrap liftweb Boot.

  5. object AJSUIBootstrap0100 extends FoBoToolkit with Product with Serializable

    Enable usage of AngularUI-Bootstrap version 0․10․0 in your bootstrap liftweb Boot.

  6. object AJSUIBootstrap020 extends FoBoToolkit with Product with Serializable

    Enable usage of AngularUI-Bootstrap version 0․2․0 in your bootstrap liftweb Boot.

  7. object AJSUIBootstrap070 extends FoBoToolkit with Product with Serializable

    Enable usage of AngularUI-Bootstrap version 0․7․0 in your bootstrap liftweb Boot.

  8. object AJSUIGrid307 extends FoBoToolkit with Product with Serializable

    Enable usage of UI-Grid version 3․0․7 in your bootstrap liftweb Boot.

  9. object AngularJS1219 extends FoBoToolkit with Product with Serializable

    Enable usage of AngularJS version 1․2․19 in your bootstrap liftweb Boot.

  10. object AngularJS1219i18n extends FoBoToolkit with Product with Serializable

    Enable usage of AngularJS i18n files in your bootstrap liftweb Boot.

  11. object AngularJS1315 extends FoBoToolkit with Product with Serializable

    Enable usage of AngularJS version 1․3․15 in your bootstrap liftweb Boot.

  12. object AngularJS1315i18n extends FoBoToolkit with Product with Serializable

    Enable usage of AngularJS i18n files in your bootstrap liftweb Boot.

  13. object AngularJS141 extends FoBoToolkit with Product with Serializable

    Enable usage of AngularJS version 1․4․1 in your bootstrap liftweb Boot.

  14. object AngularJS141i18n extends FoBoToolkit with Product with Serializable

    Enable usage of AngularJS i18n files in your bootstrap liftweb Boot.

  15. object AngularJS148 extends FoBoToolkit with Product with Serializable

    Enable usage of AngularJS version 1․4․8 in your bootstrap liftweb Boot.

  16. object AngularJS148i18n extends FoBoToolkit with Product with Serializable

    Enable usage of AngularJS i18n files in your bootstrap liftweb Boot.

  17. object InitParam extends FoBoToolkit

  18. def init(): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Init is no longer nessesary as it is now automaticaly done for respective FoBoAJS.InitParam

Inherited from AnyRef

Inherited from Any

Ungrouped