3 declare(strict_types=1);
31 $this->
setId(
"bulk_creation");
33 $term_manager = $DIC->glossary()
37 $html_util = $DIC->glossary()->internal()->gui()->html();
40 $lng = $DIC->language();
45 $this->
setData($term_manager->getDataArrayFromInputString($raw_data));
52 "tpl.bulk_creation_row.html",
57 $html_util->escape($raw_data)
61 protected function fillRow(array $a_set): void
63 $this->tpl->setVariable(
"TERM", $a_set[
"term"]);
64 $this->tpl->setVariable(
"DEFINITION", $a_set[
"definition"]);
__construct(ilTermDefinitionBulkCreationGUI $a_parent_obj, string $a_parent_cmd, string $raw_data, ilObjGlossary $glossary)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
addHiddenInput(string $a_name, string $a_value)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getFormAction(object $a_gui_obj, string $a_fallback_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
setMaxCount(int $a_max_count)
set max.