package FoBo
Type Members
-
class
HLJS
extends StatefulSnippet with Loggable
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
-
class
HLResources
extends StatefulSnippet
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