Custom BCD-UI utility functions provided as jQuery Plugins
Methods
-
staticjQuery.fn.bcdLoad()
util/bcdJQueryPlugins.js, line 84 -
jQuery BCD-UI bcdLoad plugin like jQuery.load(), but evaluates 'bcdOnLoad' attributes in loaded fragments.
-
staticjQuery.fn.bcdRender(bcdRendererArgs)
util/bcdJQueryPlugins.js, line 99 -
jQuery BCD-UI bcdRender plugin
Name Type Description bcdRendererArgs
object arguments to bcdui.core.Renderer -
staticjQuery.fn.bcdScrollTo(target, options){object}
util/bcdJQueryPlugins.js, line 45 -
Name Type Description target
object | element | string Target to scroll the container to, must be a level-1 child of the container. Can be a jQuery object, an Element or jQuery compatible selector. options
BcdScrollToParamOptions optional Options to apply, all the options are optional Returns:
Type Description object jQuery object -
staticjQuery.fn.bcdTranslate()
util/bcdJQueryPlugins.js, line 73 -
jQuery BCD-UI bcdTranslate plugin Translates element. In case i18n catalog is not loaded yet, the translation is scheduled and runs as soon as the catalog is loaded.