ILIAS
release_7 Revision v7.30-3-g800a261c036
|
UI framework utility class. More...
Static Public Member Functions | |
static | getJSFiles () |
Get javascript files. More... | |
static | getCssFiles () |
Get javascript files. More... | |
static | init (ilGlobalTemplateInterface $a_tpl=null) |
Init. More... | |
Data Fields | |
const | BOWER_BOOTSTRAP_JS = "node_modules/bootstrap/dist/js/bootstrap.min.js" |
|
static |
Get javascript files.
Definition at line 32 of file class.ilUIFramework.php.
Referenced by init().
|
static |
Get javascript files.
Definition at line 22 of file class.ilUIFramework.php.
Referenced by init(), and ILIAS\UI\Implementation\Component\Layout\Page\Renderer\setHeaderVars().
|
static |
Init.
ilGlobalTemplateInterface | $a_tpl | template object |
Definition at line 43 of file class.ilUIFramework.php.
References $DIC, Vendor\Package\$f, getCssFiles(), and getJSFiles().
Referenced by ilLMPresentationGUI\addResourceFiles(), ilLMPresentationGUI\glossary(), ilCOPageGlobalTemplate\loadStandardTemplate(), ilRTEGlobalTemplate\loadStandardTemplate(), ilDataCollectionGlobalTemplate\loadStandardTemplate(), ilGlobalTemplate\loadStandardTemplate(), and ilGlobalPageTemplate\prepareBasicJS().
const ilUIFramework::BOWER_BOOTSTRAP_JS = "node_modules/bootstrap/dist/js/bootstrap.min.js" |
Definition at line 14 of file class.ilUIFramework.php.