ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
iljQueryUtil Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for iljQueryUtil:

Static Public Member Functions

static initjQuery (?ilGlobalTemplateInterface $a_tpl=null)
 inits and adds the jQuery JS-File to the global or a passed template More...
 
static getLocaljQueryPath ()
 

Static Private Attributes

static $min = ".min"
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning jQuery utilities

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

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

Member Function Documentation

◆ getLocaljQueryPath()

static iljQueryUtil::getLocaljQueryPath ( )
static
Returns
string local path of jQuery file

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

52 : string
53 {
54 return "assets/js/jquery" . self::$min . ".js";
55 }

Referenced by ilSCORM13PlayerGUI\getPlayer(), ILIAS\UI\Implementation\Component\Layout\Page\Renderer\setHeaderVars(), and PathTest\testPath().

+ Here is the caller graph for this function:

◆ initjQuery()

Field Documentation

◆ $min

iljQueryUtil::$min = ".min"
staticprivate

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


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