Categories

jQuery.dependSettings

Categories: Properties of the Global jQuery Object | Internationalisation | Templates

jQuery.dependSettings

Description: Settings of the dependencies controller.

  • jQuery.dependSettings

    version added: 1.0

The $.dependSettings property keeps all values for the plugin/dependency controller. Before loading jQuery SDK, $.dependSettings should already be configured with Plugin Controller Configuration.

  • minify

    A boolean indication wheather to load minified files (Example: jQuery/dict.min.js instead of jQuery/dict.js)

    Default: false

  • jsonp

    A boolean indication wheather to load dependencies with JSONP or the name of JSONP callback.

    Default: false

  • pluginRoot

    The path to the root directory of jQuery SDK plugin scripts.

    Default: script

jQuery.dependSettings

Plugin: jQuery.dict

Description: Settings of the dependencies controller.

  • jQuery.dependSettings

    version added: 1.0

The jQuery.dict plugin extends the settings of the plugin/depencies controller.

  • dictRoot

    The path to the root directory of jQuery SDK dictionary JSON files.

    Default: $.config.pluginRoot

jQuery.dependSettings

Plugin: jQuery.i18n

Description: Settings of the dependencies controller.

  • jQuery.dependSettings

    version added: 1.0

The jQuery.i18n plugin extends the settings of the plugin/depencies controller.

  • i18nRoot

    The path to the root directory of jQuery SDK internationalisation scripts.

    Default: $.config.pluginRoot + '/jQuery/i18n'

jQuery.dependSettings

Plugin: jQuery.tmpl

Description: Settings of the dependencies controller.

  • jQuery.dependSettings

    version added: 1.0

The jQuery.tmpl plugin extends the settings of the plugin/depencies controller.

  • tmplRoot

    The path to the root directory of jQuery SDK template snippets.

    Default: $.config.pluginRoot