ILIAS
release_8 Revision v8.19
|
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.
References $DIC.
Referenced by ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilLMPresentationGUI\addResourceFiles(), ilObjForumGUI\doHistoryCheck(), ilTestOutputGUI\executeCommand(), ilMainMenuSearchGUI\getHTML(), ilInfoScreenGUI\getHTML(), assOrderingHorizontalGUI\getPreview(), assMatchingQuestionGUI\getPreview(), assOrderingHorizontalGUI\getTestOutput(), assMatchingQuestionGUI\getTestOutput(), ilLMPresentationGUI\glossary(), ilObjMediaObjectGUI\includePresentationJS(), ilExplorerBaseGUI\init(), ilAccountRegistrationGUI\initForm(), ilCalendarViewGUI\initialize(), ilOnScreenChatGUI\initializeFrontend(), ILIAS\Notes\InternalGUIService\initJavascript(), ilTaggingGUI\initJavascript(), ilChart\initJS(), ilLPObjectStatisticsLPTableGUI\initLearningProgressDetailsLayer(), ilPreviewGUI\initPreview(), ilRTEGlobalTemplate\loadStandardTemplate(), ilDataCollectionGlobalTemplate\loadStandardTemplate(), ilGlobalTemplate\loadStandardTemplate(), ilTestPlayerAbstractGUI\outProcessingTime(), ilSessionReminderGUI\populatePage(), ILIAS\Notifications\ilNotificationOSDGUI\populatePage(), ilGlobalPageTemplate\prepareBasicJS(), ilForumExportGUI\printPost(), ilForumExportGUI\printThread(), ilTextInputGUI\render(), ilMultipleNestedOrderingElementsInputGUI\render(), ILIAS\Export\PrintProcessGUI\renderPrintView(), ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable(), 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.
References $DIC.
Referenced by ilPCIIMTriggerEditorGUI\__construct(), ilAccordionGUI\addJavaScript(), ilStudyProgrammeExpandableProgressListGUI\addJavaScript(), ilLMPresentationGUI\addResourceFiles(), ilMainMenuSearchGUI\getHTML(), assOrderingHorizontalGUI\getPreview(), assMatchingQuestionGUI\getPreview(), assOrderingHorizontalGUI\getTestOutput(), assMatchingQuestionGUI\getTestOutput(), ilLMPresentationGUI\glossary(), ilOnScreenChatGUI\initializeFrontend(), ilRTEGlobalTemplate\loadStandardTemplate(), ilDataCollectionGlobalTemplate\loadStandardTemplate(), ilGlobalTemplate\loadStandardTemplate(), ilGlobalPageTemplate\prepareBasicJS(), ilTextInputGUI\render(), ilMultipleNestedOrderingElementsInputGUI\render(), and ilPageObjectGUI\showPage().
|
static |
Inits and add maphilight to the general template.
Definition at line 92 of file class.iljQueryUtil.php.
Referenced by ilHelpGUI\initHelp().
|
staticprivate |
Definition at line 29 of file class.iljQueryUtil.php.