Elgg  Version 2.3
Variables
elgg.js.php File Reference

Go to the source code of this file.

Variables

global $CONFIG
 Core Elgg JavaScript file. More...
 
const jquery function () { return jQuery; }
 
const datepicker jQuery.datepicker
 
const elgg ['jquery', 'languages/' + elgg.get_language()], function($, translations) { elgg.add_translation(elgg.get_language(), translations); return elgg; }
 
if(!window._require_queueelse
 

Variable Documentation

global $CONFIG

Core Elgg JavaScript file.

Definition at line 6 of file elgg.js.php.

const datepicker jQuery.datepicker

Definition at line 90 of file elgg.js.php.

Definition at line 92 of file elgg.js.php.

Initial value:
{
while (_require_queue.length) {
require.apply(null, _require_queue.shift());
}
delete window._require_queue
elgg require
Throw an error if the required package isn't present.
Definition: elgglib.js:164
_require_queue
Definition: head.php:38

Definition at line 106 of file elgg.js.php.

const jquery function () { return jQuery; }

Definition at line 82 of file elgg.js.php.