ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 = "libs/bower/bower_components/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 ilSetupGUI\__construct(), ilLMPresentationGUI\layout(), ilRTEGlobalTemplate\loadStandardTemplate(), ilCOPageGlobalTemplate\loadStandardTemplate(), ilDataCollectionGlobalTemplate\loadStandardTemplate(), ilGlobalTemplate\loadStandardTemplate(), and ilGlobalPageTemplate\prepareBasicJS().
const ilUIFramework::BOWER_BOOTSTRAP_JS = "libs/bower/bower_components/bootstrap/dist/js/bootstrap.min.js" |
Definition at line 14 of file class.ilUIFramework.php.