35 self::MESSAGE_TYPE_FAILURE,
36 self::MESSAGE_TYPE_INFO,
37 self::MESSAGE_TYPE_SUCCESS,
38 self::MESSAGE_TYPE_QUESTION,
60 public function addJavaScript(
string $a_js_file,
bool $a_add_version_parameter =
true,
int $a_batch = 2): void;
65 public function addOnLoadCode(
string $a_code,
int $a_batch = 2): void;
85 public function addCss(
string $a_css_file,
string $media =
"screen"): void;
90 public function addInlineCss(
string $a_css,
string $media =
"screen"): void;
95 public function setBodyClass(
string $a_class =
""): void;
108 public function setTitle(
string $a_title,
bool $hidden =
false): void;
118 public function setTitleIcon(
string $a_icon_path,
string $a_icon_desc =
""): void;
149 public function setTabs(
string $a_tabs_html): void;
154 public function setSubTabs(
string $a_tabs_html): void;
159 public function setContent(
string $a_html): void;
191 string $part = self::DEFAULT_BLOCK,
192 bool $add_error_mess =
false,
193 bool $handle_referer =
false,
194 bool $add_ilias_footer =
false,
195 bool $add_standard_elements =
false,
196 bool $a_main_menu =
true,
205 string $part = self::DEFAULT_BLOCK,
206 bool $has_tabs =
true,
207 bool $skip_main_menu =
false 224 public function addLightbox(
string $a_html,
string $a_id): void;
233 bool $is_bottom_panel =
true,
234 bool $has_arrow =
false 243 string $a_append =
"",
244 string $a_target =
"",
261 public function get(
string $part = self::DEFAULT_BLOCK):
string;
267 public function setVariable(
string $variable, $value =
''): void;
272 public function setCurrentBlock(
string $part = self::DEFAULT_BLOCK): bool;
277 public function parseCurrentBlock(
string $block_name = self::DEFAULT_BLOCK): bool;
282 public function touchBlock(
string $block): bool;
287 public function addBlockFile(
string $var,
string $block,
string $template_name,
string $in_module = null): bool;
293 public function blockExists(
string $block_name): bool;
printToStdout(string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false)
addBlockFile(string $var, string $block, string $template_name, string $in_module=null)
overwrites ITX::addBlockFile
setLocator()
Insert locator.
setHeaderPageTitle(string $a_title)
Sets the title of the page (for browser window).
touchBlock(string $block)
overwrites ITX::touchBlock.
setOnScreenMessage(string $type, string $a_txt, bool $a_keep=false)
Set a message to be displayed to the user.
addLightbox(string $a_html, string $a_id)
Add a lightbox html to the template.
setFileUploadRefId(int $a_ref_id)
Enables the file upload into this object by dropping a file.
resetHeaderBlock(bool $a_reset_header_action=true)
Reset all header properties: title, icon, description, alerts, action menu.
addAdminPanelToolbar(ilToolbarGUI $toolbar, bool $is_bottom_panel=true, bool $has_arrow=false)
Add admin panel commands as toolbar.
printToString()
Use this method to get the finally rendered page as string.
setVariable(string $variable, $value='')
Sets the given variable to the given value.
setLoginTargetPar(string $a_val)
Set target parameter for login (public sector).
setTreeFlatIcon(string $a_link, string $a_mode)
Sets a tree or flat icon.
setBodyClass(string $a_class="")
Sets the body-tags class.
const MESSAGE_TYPE_QUESTION
setTitleIcon(string $a_icon_path, string $a_icon_desc="")
set title icon
hideFooter()
Make the template hide the footer.
setSubTabs(string $a_tabs_html)
sets subtabs in standard template
setHeaderActionMenu(string $a_header)
Set header action menu.
fillJavaScriptFiles(bool $a_force=false)
Probably adds javascript files.
setLeftContent(string $a_html)
Sets content of left column.
addInlineCss(string $a_css, string $media="screen")
Add a css file that should be included in the header.
const MESSAGE_TYPE_SUCCESS
setContent(string $a_html)
Sets content for standard template.
clearHeader()
Clear header.
setTabs(string $a_tabs_html)
sets tabs in standard template
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.
setPageFormAction(string $a_action)
Sets the pages form action.
loadStandardTemplate()
This loads the standard template "tpl.adm_content.html" and "tpl.statusline.html" the CONTENT and STA...
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
setAlertProperties(array $alerts)
Set alert properties.
addOnLoadCode(string $a_code, int $a_batch=2)
Add on load code.
blockExists(string $block_name)
check if block exists in actual template
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
setPermanentLink(string $a_type, ?int $a_id, string $a_append="", string $a_target="", string $a_title="")
Generates and sets a permanent ilias link.
setDescription(string $a_descr)
Sets description below title in standard template.
setRightContent(string $a_html)
Sets content of right column.
const MESSAGE_TYPE_FAILURE
resetJavascript()
Reset javascript files.
getOnLoadCodeForAsynch()
Get js onload code for ajax calls.
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.
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
setLeftNavContent(string $a_content)
Sets content of left navigation column.
addCss(string $a_css_file, string $media="screen")
Add a css file that should be included in the header.