|
| __construct ( $file, $flag1, $flag2, $in_module=false, $vars="DEFAULT", $plugin=false, $a_use_cache=true) |
|
| get ( $part=null, $add_error_mess=false, $handle_referer=false, $add_ilias_footer=false, $add_standard_elements=false, $a_main_menu=true, $a_tabs=true) |
|
| __construct ( $file, $flag1, $flag2, $in_module=false, $vars="DEFAULT", $plugin=false, $a_use_cache=true) |
| constructor More...
|
|
| printToString ($part="DEFAULT") |
|
| hideFooter () |
| Make the template hide the footer. More...
|
|
| setOnScreenMessage ($a_type, $a_txt, $a_keep=false) |
| Set a message to be displayed to the user. More...
|
|
| addJavaScript ($a_js_file, $a_add_version_parameter=true, $a_batch=2) |
| Add a javascript file that should be included in the header. More...
|
|
| addOnLoadCode ($a_code, $a_batch=2) |
| Add on load code. More...
|
|
| getOnLoadCodeForAsynch () |
| Get js onload code for ajax calls. More...
|
|
| resetJavascript () |
| Reset javascript files. More...
|
|
| fillJavaScriptFiles ($a_force=false) |
|
| fillOnLoadCode () |
| Fill add on load code. More...
|
|
| addCss ($a_css_file, $media="screen") |
| Add a css file that should be included in the header. More...
|
|
| addInlineCss ($a_css, $media="screen") |
| Add a css file that should be included in the header. More...
|
|
| fillCssFiles ($a_force=false) |
| Fill in the css file tags. More...
|
|
| setBodyClass ($a_class="") |
|
| fillBodyClass () |
|
| renderPage ($part, $a_fill_tabs, $a_skip_main_menu, \ILIAS\DI\Container $DIC) |
|
| loadStandardTemplate () |
| This loads the standard template "tpl.adm_content.html" and "tpl.statusline.html" the CONTENT and STATUSLINE placeholders if they are not already loaded. More...
|
|
| setTitle ($a_title, $hidden=false) |
| Sets title in standard template. More...
|
|
| setDescription ($a_descr) |
| Sets descripton below title in standard template. More...
|
|
| setTitleIcon ($a_icon_path, $a_icon_desc="") |
| set title icon More...
|
|
| setAlertProperties (array $a_props) |
| Set alert properties. More...
|
|
| clearHeader () |
| Clear header. More...
|
|
| setHeaderActionMenu ($a_header) |
| Set header action menu. More...
|
|
| setHeaderPageTitle ($a_title) |
| Sets the title of the page (for browser window). More...
|
|
| setLocator () |
| Insert locator. More...
|
|
| setTabs ($a_tabs_html) |
| sets tabs in standard template More...
|
|
| setSubTabs ($a_tabs_html) |
| sets subtabs in standard template More...
|
|
| fillTabs () |
|
| setContent ($a_html) |
| Sets content for standard template. More...
|
|
| setLeftContent ($a_html) |
| Sets content of left column. More...
|
|
| setLeftNavContent ($a_content) |
| Sets content of left navigation column. More...
|
|
| setRightContent ($a_html) |
| Sets content of right column. More...
|
|
| fillContentLanguage () |
| Add current user language to meta tags. More...
|
|
| fillWindowTitle () |
|
| setPageFormAction ($a_action) |
|
| setLoginTargetPar ($a_val) |
| Set target parameter for login (public sector). More...
|
|
| getSpecial ( $part="DEFAULT", $add_error_mess=false, $handle_referer=false, $add_ilias_footer=false, $add_standard_elements=false, $a_main_menu=true, $a_tabs=true) |
|
| printToStdout ($part="DEFAULT", $a_fill_tabs=true, $a_skip_main_menu=false) |
|
| fillScreenReaderFocus () |
| Accessibility focus for screen readers. More...
|
|
| setTreeFlatIcon ($a_link, $a_mode) |
| set tree/flat icon More...
|
|
| addLightbox ($a_html, $a_id) |
| Add lightbox html. More...
|
|
| addAdminPanelToolbar (ilToolbarGUI $toolb, $a_bottom_panel=true, $a_arrow=false) |
| Add admin panel commands as toolbar. More...
|
|
| setPermanentLink ($a_type, $a_id, $a_append="", $a_target="", $a_title="") |
|
| resetHeaderBlock ($a_reset_header_action=true) |
| Reset all header properties: title, icon, description, alerts, action menu. More...
|
|
| enableDragDropFileUpload ($a_ref_id) |
| Enables the file upload into this object by dropping a file. More...
|
|
| get ($part="DEFAULT") |
|
| setVariable ($variable, $value='') |
|
| setCurrentBlock ($part="DEFAULT") |
| public More...
|
|
| touchBlock ($block) |
| overwrites ITX::touchBlock. More...
|
|
| parseCurrentBlock ($part="DEFAULT") |
| Überladene Funktion, die auf den aktuelle Block vorher noch ein replace ausführt public. More...
|
|
| addBlockFile ($var, $block, $tplname, $in_module=false) |
| overwrites ITX::addBlockFile public More...
|
|
| blockExists ($a_blockname) |
| check if block exists in actual template private More...
|
|
| getJSFiles () |
|
| getCSSFiles () |
|
| getInlineCSS () |
|
| printToString () |
| Use this method to get the finally rendered page as string. More...
|
|
| setCurrentBlock ($name) |
| Set the block to work on. More...
|
|
| parseCurrentBlock () |
| Parse the block that is currently worked on. More...
|
|
| touchBlock ($name) |
| Touch a block without working further on it. More...
|
|
| setVariable ($name, $value) |
| Set a variable in the current block. More...
|
|
| get ($block=null) |
| Get the rendered template or a specific block. More...
|
|
| addOnLoadCode ($code) |
| Add some javascript to be executed on_load of the rendered page. More...
|
|