.

ConfigJQuery Class Reference
[JQuery]

JQuery Config options. More...

List of all members.

Public Attributes

const  CDN = 'JQUERY_CDN'
  JQuery CDN URL.
const  JQUERY_ON_EVERY_PAGE = 'JQUERY_ON_EVERY_PAGE'
const  JQUERY_VERSION = 'JQUERY_VERSION'
const  ON_EVERY_PAGE = 'JQUERY_ON_EVERY_PAGE'
const  VERSION = 'JQUERY_VERSION'

Detailed Description

JQuery Config options.

Author:
Gerd Riesselmann

Definition at line 41 of file start.inc.php.


Member Data Documentation

const ConfigJQuery::CDN = 'JQUERY_CDN'

JQuery CDN URL.

Either an URL with version% as placeholder for version OR

  • "google" for the Google CDN
  • "ms" for the Microsoft CDN
Attention:
version% will be allways 3 digits (e.g. 1.6.0). Use version_min% to force this to 1.6

Files will be loaded using https with both Google and Microsoft CDN

Definition at line 60 of file start.inc.php.

Deprecated:
Use ON_EVERY_PAGE instead

Definition at line 47 of file start.inc.php.

Deprecated:
Use VERSION instead

Definition at line 43 of file start.inc.php.

Definition at line 48 of file start.inc.php.

Definition at line 44 of file start.inc.php.


The documentation for this class was generated from the following file: