Package

net.liftmodules.FoBoHL.snippet

FoBo

Permalink

package FoBo

Visibility
  1. Public
  2. All

Type Members

  1. class HLJS extends StatefulSnippet with Loggable

    Permalink

    This snippet class contains a collection of functions for common transform operations useful when working with the Higlight toolkit components.

    Hightlight JS Snippet

    This snippet class contains a collection of functions for common transform operations useful when working with the Higlight toolkit components. Example Invoke with

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

    For more examples see the individual transform functions.

    Since

    v1.6

  2. class HLResources extends StatefulSnippet

    Permalink

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

    HLResources Snippet

    This snippet class lets you inject FoBo Hightlight 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.HLResources.functionName?paramName=paramValue&...."

    For more examples see the individual transform functions.

    Since

    v1.6

Ungrouped