ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 | initjQueryUI (?ilGlobalTemplateInterface $a_tpl=null) |
inits and adds the jQuery-UI JS-File to the global template (see included_components.txt for included components) More... | |
static | getLocaljQueryPath () |
static | getLocaljQueryUIPath () |
static | initMaphilight () |
Inits and add maphilight to the general template. More... | |
static | getLocalMaphilightPath () |
Get local path of maphilight file. More... | |
Static Private Attributes | |
static | $min = ".min" |
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
Definition at line 24 of file class.iljQueryUtil.php.
|
static |
Definition at line 71 of file class.iljQueryUtil.php.
Referenced by ILIAS\COPage\ResourcesCollector\__construct(), ilSCORM13PlayerGUI\getPlayer(), ILIAS\UI\Implementation\Component\Layout\Page\Renderer\setHeaderVars(), and PathTest\testPath().
|
static |
Definition at line 80 of file class.iljQueryUtil.php.
Referenced by ILIAS\COPage\ResourcesCollector\__construct(), and PathTest\testPath().
|
static |
Get local path of maphilight file.
Definition at line 105 of file class.iljQueryUtil.php.
Referenced by ilPCMediaObject\getJavascriptFiles(), ilObjMediaObjectGUI\includePresentationJS(), and PathTest\testPath().
|
static |
inits and adds the jQuery JS-File to the global or a passed template
\ilTemplate | $a_tpl | global $tpl is used when null |
Definition at line 37 of file class.iljQueryUtil.php.
Referenced by ILIAS\LegalDocuments\Legacy\Table\__construct(), ilLMPresentationGUI\addResourceFiles(), ilObjForumGUI\doHistoryCheck(), ilTestPlayerAbstractGUI\executeCommand(), ilMainMenuSearchGUI\getHTML(), ilInfoScreenGUI\getHTML(), ilLMPresentationGUI\glossary(), ilObjMediaObjectGUI\includePresentationJS(), ilExplorerBaseGUI\init(), ilAccountRegistrationGUI\initForm(), ilCalendarViewGUI\initialize(), ilOnScreenChatGUI\initializeFrontend(), ilTaggingGUI\initJavascript(), ilChart\initJS(), ilLPObjectStatisticsLPTableGUI\initLearningProgressDetailsLayer(), ilRTEGlobalTemplate\loadStandardTemplate(), ilDataCollectionGlobalTemplate\loadStandardTemplate(), ilGlobalTemplate\loadStandardTemplate(), ilTestPlayerAbstractGUI\outProcessingTime(), ilSessionReminderGUI\populatePage(), ILIAS\Notifications\ilNotificationOSDGUI\populatePage(), ilGlobalPageTemplate\prepareBasicJS(), ilForumExportGUI\printPost(), ilForumExportGUI\printThread(), ILIAS\Export\PrintProcessGUI\renderPrintView(), and ilPageObjectGUI\showPage().
|
static |
inits and adds the jQuery-UI JS-File to the global template (see included_components.txt for included components)
Definition at line 55 of file class.iljQueryUtil.php.
Referenced by ilAccordionGUI\addJavaScript(), ilStudyProgrammeExpandableProgressListGUI\addJavaScript(), ilMainMenuSearchGUI\getHTML(), ilOnScreenChatGUI\initializeFrontend(), ilRTEGlobalTemplate\loadStandardTemplate(), ilDataCollectionGlobalTemplate\loadStandardTemplate(), ilGlobalTemplate\loadStandardTemplate(), and ilGlobalPageTemplate\prepareBasicJS().
|
static |
Inits and add maphilight to the general template.
Definition at line 92 of file class.iljQueryUtil.php.
References $DIC.
Referenced by ilHelpGUI\initHelp().
|
staticprivate |
Definition at line 29 of file class.iljQueryUtil.php.