|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
UI framework utility class. More...
Collaboration diagram for ilUIFramework: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().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
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(), ilDataCollectionGlobalTemplate\loadStandardTemplate(), ilCOPageGlobalTemplate\loadStandardTemplate(), ilRTEGlobalTemplate\loadStandardTemplate(), ilGlobalTemplate\loadStandardTemplate(), and ilGlobalPageTemplate\prepareBasicJS().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilUIFramework::BOWER_BOOTSTRAP_JS = "libs/bower/bower_components/bootstrap/dist/js/bootstrap.min.js" |
Definition at line 14 of file class.ilUIFramework.php.