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 | initConnection (?ilGlobalTemplateInterface $a_main_tpl=null) |
Init YUI Connection module. More... | |
static | initEvent (?ilGlobalTemplateInterface $a_main_tpl=null) |
Init YUI Event. More... | |
static | initDom (?ilGlobalTemplateInterface $a_main_tpl=null) |
Init YUI Dom. More... | |
static | initDragDrop (?ilGlobalTemplateInterface $a_main_tpl=null) |
Init YUI Drag and Drop used in Modules/Survey, Services/Calendar, Services/COPage, Services/Form (Jan 2022) More... | |
static | initDomEvent (?ilGlobalTemplateInterface $a_main_tpl=null) |
Init YUI DomEvent used in Services/Calendar, Modules/Session, Modules/Test (Jan 2022) More... | |
static | initPanel (bool $a_resize=false, ?ilGlobalTemplateInterface $a_main_tpl=null) |
Init yui panel used in Modules/Test, Services/TermsOfService (Jan 2022) More... | |
static | initConnectionWithAnimation () |
Init YUI connection and animation module used in Modules/Test (Jan 2022) More... | |
static | initOverlay (?ilGlobalTemplateInterface $a_main_tpl=null) |
Init YUI Overlay module used in Modules/Test, Services/TermsOfService, Services/Tracking, Services/UIComponent. More... | |
static | initButtonControl () |
init button control In the moment used for calendar color picker button More... | |
static | initCookie () |
used in Services/Authentication (Session Reminder) Jan 2022 More... | |
static | getLocalPath (string $a_name="") |
Get local path of a YUI js file. More... | |
Static Protected Member Functions | |
static | addContainerCss (?ilGlobalTemplateInterface $a_main_tpl=null) |
Add container css. More... | |
Protected Attributes | |
const | YUI_BASE = "./libs/bower/bower_components/yui2/build" |
Static Private Member Functions | |
static | ensureGlobalTemplate (?ilGlobalTemplateInterface $main_tpl=null) |
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 Yahoo YUI Library Utility functions
Definition at line 23 of file class.ilYuiUtil.php.
|
staticprotected |
Add container css.
Definition at line 191 of file class.ilYuiUtil.php.
References $tpl.
|
staticprivate |
|
static |
Get local path of a YUI js file.
Definition at line 182 of file class.ilYuiUtil.php.
Referenced by ilSCORM13PlayerGUI\debugGUI(), ILIAS\LearningModule\Export\LMHtmlExport\getSupplyingExportFiles(), and YUITest\testPath().
|
static |
init button control In the moment used for calendar color picker button
Definition at line 152 of file class.ilYuiUtil.php.
References $tpl.
|
static |
Init YUI Connection module.
Definition at line 37 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilBlockGUI\__construct(), ilAccordionGUI\addJavaScript(), ilLMPresentationGUI\addResourceFiles(), ilInternalLinkGUI\getInitHTML(), ilExplorer\getOutput(), ilExplorerBaseGUI\init(), ilHelpGUI\initHelp(), ILIAS\Notes\InternalGUIService\initJavascript(), ilMediaPlayerGUI\initJavascript(), ILIAS\COPage\Editor\UI\Init\initUI(), ilTable2GUI\renderFilter(), and ilAdvancedSelectionListGUI\setAsynch().
|
static |
Init YUI connection and animation module used in Modules/Test (Jan 2022)
Definition at line 123 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilTestOutputGUI\executeCommand().
|
static |
used in Services/Authentication (Session Reminder) Jan 2022
Definition at line 171 of file class.ilYuiUtil.php.
References $tpl.
|
static |
Init YUI Dom.
Definition at line 60 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilPropertyFormGUI\getContent(), ilRTEGlobalTemplate\printToStdout(), ilGlobalTemplate\printToStdout(), ilDataCollectionGlobalTemplate\printToStdout(), and ilGlobalTemplate\printToString().
|
static |
Init YUI DomEvent used in Services/Calendar, Modules/Session, Modules/Test (Jan 2022)
Definition at line 88 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilTestServiceGUI\getPassListOfAnswersWithScoring(), assTextQuestionGUI\getTestOutput(), ilCalendarAppointmentGUI\initForm(), ilObjSessionGUI\initForm(), and ilConsultationHoursGUI\initFormSequence().
|
static |
Init YUI Drag and Drop used in Modules/Survey, Services/Calendar, Services/COPage, Services/Form (Jan 2022)
Definition at line 73 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilHierarchyFormGUI\__construct(), ilSurveyPageEditGUI\renderPage(), ilCalendarDayGUI\show(), ilCalendarWeekGUI\show(), and ilCalendarMonthGUI\show().
|
static |
Init YUI Event.
Definition at line 49 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilPropertyFormGUI\getContent().
|
static |
Init YUI Overlay module used in Modules/Test, Services/TermsOfService, Services/Tracking, Services/UIComponent.
Definition at line 138 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilOverlayGUI\add(), ilLPObjectStatisticsLPTableGUI\initLearningProgressDetailsLayer(), and ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable().
|
static |
Init yui panel used in Modules/Test, Services/TermsOfService (Jan 2022)
Definition at line 100 of file class.ilYuiUtil.php.
References $tpl.
Referenced by ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), and ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable().
|
protected |
Definition at line 25 of file class.ilYuiUtil.php.