ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
hideFooter () | |
Make the template hide the footer. More... | |
setOnScreenMessage (string $type, string $a_txt, bool $a_keep=false) | |
Set a message to be displayed to the user. More... | |
addJavaScript (string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2) | |
Add a javascript file that should be included in the header. More... | |
addOnLoadCode (string $a_code, int $a_batch=2) | |
Add on load code. More... | |
getOnLoadCodeForAsynch () | |
Get js onload code for ajax calls. More... | |
resetJavascript () | |
Reset javascript files. More... | |
fillJavaScriptFiles (bool $a_force=false) | |
Probably adds javascript files. More... | |
addCss (string $a_css_file, string $media="screen") | |
Add a css file that should be included in the header. More... | |
addInlineCss (string $a_css, string $media="screen") | |
Add a css file that should be included in the header. More... | |
setBodyClass (string $a_class="") | |
Sets the body-tags class. More... | |
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 (string $a_title, bool $hidden=false) | |
Sets title in standard template. More... | |
setDescription (string $a_descr) | |
Sets description below title in standard template. More... | |
setTitleIcon (string $a_icon_path, string $a_icon_desc="") | |
set title icon More... | |
setAlertProperties (array $alerts) | |
Set alert properties. More... | |
clearHeader () | |
Clear header. More... | |
setHeaderActionMenu (string $a_header) | |
Set header action menu. More... | |
setHeaderPageTitle (string $a_title) | |
Sets the title of the page (for browser window). More... | |
setLocator () | |
Insert locator. More... | |
setTabs (string $a_tabs_html) | |
sets tabs in standard template More... | |
setSubTabs (string $a_tabs_html) | |
sets subtabs in standard template More... | |
setContent (string $a_html) | |
Sets content for standard template. More... | |
setLeftContent (string $a_html) | |
Sets content of left column. More... | |
setLeftNavContent (string $a_content) | |
Sets content of left navigation column. More... | |
setRightContent (string $a_html) | |
Sets content of right column. More... | |
setPageFormAction (string $a_action) | |
Sets the pages form action. More... | |
setLoginTargetPar (string $a_val) | |
Set target parameter for login (public sector). More... | |
getSpecial (string $part=self::DEFAULT_BLOCK, bool $add_error_mess=false, bool $handle_referer=false, bool $add_ilias_footer=false, bool $add_standard_elements=false, bool $a_main_menu=true, bool $a_tabs=true) | |
Renders the page with specific elements enabled. More... | |
printToStdout (string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false) | |
printToString () | |
Use this method to get the finally rendered page as string. More... | |
setTreeFlatIcon (string $a_link, string $a_mode) | |
Sets a tree or flat icon. More... | |
addAdminPanelToolbar (ilToolbarGUI $toolbar, bool $is_bottom_panel=true, bool $has_arrow=false) | |
setPermanentLink (string $a_type, ?int $a_id, string $a_append="", string $a_target="", string $a_title="") | |
Generates and sets a permanent ilias link. More... | |
resetHeaderBlock (bool $a_reset_header_action=true) | |
Reset all header properties: title, icon, description, alerts, action menu. More... | |
setFileUploadRefId (int $a_ref_id) | |
Enables the file upload into this object by dropping a file. More... | |
get (string $part=self::DEFAULT_BLOCK) | |
Renders the given block and returns the html string. More... | |
setVariable (string $variable, $value='') | |
Sets the given variable to the given value. More... | |
setCurrentBlock (string $part=self::DEFAULT_BLOCK) | |
Sets the template to the given block. More... | |
parseCurrentBlock (string $block_name=self::DEFAULT_BLOCK) | |
Parses the given block. More... | |
touchBlock (string $block) | |
overwrites ITX::touchBlock. More... | |
addBlockFile (string $var, string $block, string $template_name, ?string $in_module=null) | |
overwrites ITX::addBlockFile More... | |
blockExists (string $block_name) | |
check if block exists in actual template More... | |
![]() | |
addAdminPanelToolbar (\ilToolbarGUI $toolbar, bool $is_bottom_panel=true, bool $has_arrow=false) | |
Add admin panel commands as toolbar. More... | |
Protected Member Functions | |
getLegacyGlobalTemplateInstance () | |
Additional Inherited Members | |
![]() | |
const | MESSAGE_TYPE_FAILURE = 'failure' |
const | MESSAGE_TYPE_SUCCESS = "success" |
const | MESSAGE_TYPE_QUESTION = "question" |
const | MESSAGE_TYPE_INFO = "info" |
const | MESSAGE_TYPES |
const | DEFAULT_BLOCK = 'DEFAULT' |
Definition at line 26 of file GlobalTemplateLegacyInitialisationAdapter.php.
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::addAdminPanelToolbar | ( | ilToolbarGUI | $toolbar, |
bool | $is_bottom_panel = true , |
||
bool | $has_arrow = false |
||
) |
Definition at line 201 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::addBlockFile | ( | string | $var, |
string | $block, | ||
string | $template_name, | ||
?string | $in_module = null |
||
) |
overwrites ITX::addBlockFile
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 254 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::addCss | ( | string | $a_css_file, |
string | $media = "screen" |
||
) |
Add a css file that should be included in the header.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 63 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::addInlineCss | ( | string | $a_css, |
string | $media = "screen" |
||
) |
Add a css file that should be included in the header.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 68 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::addJavaScript | ( | string | $a_js_file, |
bool | $a_add_version_parameter = true , |
||
int | $a_batch = 2 |
||
) |
Add a javascript file that should be included in the header.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 38 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::addOnLoadCode | ( | string | $a_code, |
int | $a_batch = 2 |
||
) |
Add on load code.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 43 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::blockExists | ( | string | $block_name | ) |
check if block exists in actual template
string | $block_name |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 259 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::clearHeader | ( | ) |
Clear header.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 103 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::fillJavaScriptFiles | ( | bool | $a_force = false | ) |
Probably adds javascript files.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 58 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::get | ( | string | $part = self::DEFAULT_BLOCK | ) |
Renders the given block and returns the html string.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 229 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
|
protected |
Definition at line 264 of file GlobalTemplateLegacyInitialisationAdapter.php.
References $DIC.
Referenced by ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\addAdminPanelToolbar(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\addBlockFile(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\addCss(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\addInlineCss(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\addJavaScript(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\addOnLoadCode(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\blockExists(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\clearHeader(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\fillJavaScriptFiles(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\get(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getOnLoadCodeForAsynch(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getSpecial(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\hideFooter(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\loadStandardTemplate(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\parseCurrentBlock(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\printToStdout(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\printToString(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\resetHeaderBlock(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\resetJavascript(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setAlertProperties(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setBodyClass(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setContent(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setCurrentBlock(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setDescription(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setFileUploadRefId(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setHeaderActionMenu(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setHeaderPageTitle(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setLeftContent(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setLeftNavContent(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setLocator(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setLoginTargetPar(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setOnScreenMessage(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setPageFormAction(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setPermanentLink(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setRightContent(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setSubTabs(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setTabs(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setTitle(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setTitleIcon(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setTreeFlatIcon(), ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\setVariable(), and ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\touchBlock().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::getOnLoadCodeForAsynch | ( | ) |
Get js onload code for ajax calls.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 48 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::getSpecial | ( | string | $part = self::DEFAULT_BLOCK , |
bool | $add_error_mess = false , |
||
bool | $handle_referer = false , |
||
bool | $add_ilias_footer = false , |
||
bool | $add_standard_elements = false , |
||
bool | $a_main_menu = true , |
||
bool | $a_tabs = true |
||
) |
Renders the page with specific elements enabled.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 163 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::hideFooter | ( | ) |
Make the template hide the footer.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 28 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::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.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 78 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::parseCurrentBlock | ( | string | $block_name = self::DEFAULT_BLOCK | ) |
Parses the given block.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 244 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::printToStdout | ( | string | $part = self::DEFAULT_BLOCK , |
bool | $has_tabs = true , |
||
bool | $skip_main_menu = false |
||
) |
bool | $has_tabs | if template variable {TABS} should be filled with content of ilTabs |
bool | $skip_main_menu | if the main menu should be rendered. |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 183 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::printToString | ( | ) |
Use this method to get the finally rendered page as string.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 191 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::resetHeaderBlock | ( | bool | $a_reset_header_action = true | ) |
Reset all header properties: title, icon, description, alerts, action menu.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 219 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::resetJavascript | ( | ) |
Reset javascript files.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 53 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setAlertProperties | ( | array | $alerts | ) |
Set alert properties.
array<int,array> | $alerts |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 98 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setBodyClass | ( | string | $a_class = "" | ) |
Sets the body-tags class.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 73 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setContent | ( | string | $a_html | ) |
Sets content for standard template.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 133 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setCurrentBlock | ( | string | $part = self::DEFAULT_BLOCK | ) |
Sets the template to the given block.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 239 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setDescription | ( | string | $a_descr | ) |
Sets description below title in standard template.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 88 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setFileUploadRefId | ( | int | $a_ref_id | ) |
Enables the file upload into this object by dropping a file.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 224 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setHeaderActionMenu | ( | string | $a_header | ) |
Set header action menu.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 108 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setHeaderPageTitle | ( | string | $a_title | ) |
Sets the title of the page (for browser window).
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 113 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setLeftContent | ( | string | $a_html | ) |
Sets content of left column.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 138 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setLeftNavContent | ( | string | $a_content | ) |
Sets content of left navigation column.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 143 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setLocator | ( | ) |
Insert locator.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 118 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setLoginTargetPar | ( | string | $a_val | ) |
Set target parameter for login (public sector).
This is used by the main menu
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 158 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setOnScreenMessage | ( | string | $type, |
string | $a_txt, | ||
bool | $a_keep = false |
||
) |
Set a message to be displayed to the user.
Please use instead of ilUtil::sendInfo(), ilUtil::sendSuccess() and ilUtil::sendFailure().
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 33 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setPageFormAction | ( | string | $a_action | ) |
Sets the pages form action.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 153 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setPermanentLink | ( | string | $a_type, |
?int | $a_id, | ||
string | $a_append = "" , |
||
string | $a_target = "" , |
||
string | $a_title = "" |
||
) |
Generates and sets a permanent ilias link.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 209 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setRightContent | ( | string | $a_html | ) |
Sets content of right column.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 148 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setSubTabs | ( | string | $a_tabs_html | ) |
sets subtabs in standard template
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 128 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setTabs | ( | string | $a_tabs_html | ) |
sets tabs in standard template
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 123 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setTitle | ( | string | $a_title, |
bool | $hidden = false |
||
) |
Sets title in standard template.
Will override the header_page_title.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 83 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setTitleIcon | ( | string | $a_icon_path, |
string | $a_icon_desc = "" |
||
) |
set title icon
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 93 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setTreeFlatIcon | ( | string | $a_link, |
string | $a_mode | ||
) |
Sets a tree or flat icon.
string | $a_mode | ("tree" | "flat") |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 196 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::setVariable | ( | string | $variable, |
$value = '' |
|||
) |
Sets the given variable to the given value.
mixed | $value |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 234 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().
ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter::touchBlock | ( | string | $block | ) |
overwrites ITX::touchBlock.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 249 of file GlobalTemplateLegacyInitialisationAdapter.php.
References ILIAS\UICore\GlobalTemplateLegacyInitialisationAdapter\getLegacyGlobalTemplateInstance().