ILIAS  Release_4_2_x_branch Revision 61807
 All Data Structures Namespaces Files Functions Variables Groups Pages
iljQueryUtil Class Reference

jQuery utilities More...

+ Collaboration diagram for iljQueryUtil:

Public Member Functions

 getLocaljQueryPath ()
 Get local path of jQuery file.
 getLocaljQueryUIPath ()
 Get local path of jQuery UI file.

Static Public Member Functions

static initjQuery ()
 Init jQuery.
static initjQueryUI ()
 Init jQuery UI (see included_components.txt for included components)

Static Private Attributes

static $ver = "1_6_2"
static $ui_ver = "1_8_12"
static $min = "-min"

Detailed Description

jQuery utilities

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 10 of file class.iljQueryUtil.php.

Member Function Documentation

iljQueryUtil::getLocaljQueryPath ( )

Get local path of jQuery file.

Definition at line 39 of file class.iljQueryUtil.php.

Referenced by ilCOPageHTMLExport\exportSupportScripts(), and ilObjContentObject\getSupplyingExportFiles().

{
return "./Services/jQuery/js/".self::$ver."/jquery".self::$min.".js";
}

+ Here is the caller graph for this function:

iljQueryUtil::getLocaljQueryUIPath ( )

Get local path of jQuery UI file.

Definition at line 47 of file class.iljQueryUtil.php.

Referenced by ilCOPageHTMLExport\exportSupportScripts(), and ilObjContentObject\getSupplyingExportFiles().

{
return "./Services/jQuery/js/ui_".self::$ui_ver."/jquery-ui.min.js";
}

+ Here is the caller graph for this function:

static iljQueryUtil::initjQuery ( )
static

Init jQuery.

Definition at line 19 of file class.iljQueryUtil.php.

References $tpl.

Referenced by ilTestOutputGUI\executeCommand(), ilChart\getHTML(), ilTemplate\getStandardTemplate(), ilTaggingGUI\initJavascript(), ilNoteGUI\initJavascript(), ilPageObjectGUI\initSelfAssessmentRendering(), ilSCORM2004ScoGUI\sco_preview(), and ilMainMenuGUI\setTemplateVars().

{
global $tpl;
$tpl->addJavaScript(self::getLocaljQueryPath(), true, 1);
}

+ Here is the caller graph for this function:

static iljQueryUtil::initjQueryUI ( )
static

Init jQuery UI (see included_components.txt for included components)

Definition at line 29 of file class.iljQueryUtil.php.

References $tpl.

Referenced by ilPCIIMTriggerEditorGUI\getImageMapTableHTML(), ilPageObjectGUI\initSelfAssessmentRendering(), and ilSCORM2004ScoGUI\sco_preview().

{
global $tpl;
$tpl->addJavaScript(self::getLocaljQueryUIPath(), true, 1);
}

+ Here is the caller graph for this function:

Field Documentation

iljQueryUtil::$min = "-min"
staticprivate

Definition at line 14 of file class.iljQueryUtil.php.

iljQueryUtil::$ui_ver = "1_8_12"
staticprivate

Definition at line 13 of file class.iljQueryUtil.php.

iljQueryUtil::$ver = "1_6_2"
staticprivate

Definition at line 12 of file class.iljQueryUtil.php.


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