net.liftmodules.FoBo.snippet

FoBo

package FoBo

Visibility
  1. Public
  2. All

Type Members

  1. class Resources extends StatefulSnippet

    This snippet class lets you inject FoBo resources into your templates.

    Resources Snippet

    This snippet class lets you inject FoBo resources into your templates. Instead of hand write the resource tags you can use this helper snippet to inject it for you.

    Example Invoke with

    data-lift="FoBo.Resources.functionName?paramName=paramValue&...."

    For more examples see the individual transform functions.

    Since

    v1.3

Value Members

  1. object Info extends StatefulSnippet with Loggable

    This snippet object contains transform functions containing some FoBo Information

    Info Snippet

    This snippet object contains transform functions containing some FoBo Information

    Example Invoke with

    <span data-lift="FoBo.Info.buildInfo" id="shortVersion">v</span>

    Result: This will append the current FoBo version in place of the snippet invocation:

    <span>vX.Y.Z</span>

    For more examples see the individual transform functions.

Ungrouped