20 public function __construct($a_parent_obj, $a_parent_cmd =
"", $a_has_write =
false)
24 $this->ctrl = $DIC->ctrl();
25 $this->lng = $DIC->language();
27 $lng = $DIC->language();
29 $this->
setId(
"bdgtmpl");
30 $this->has_write = (bool) $a_has_write;
38 if ($this->has_write) {
45 if ($this->has_write) {
65 "id" => $template->getId(),
66 "title" => $template->getTitle(),
67 "path" => $template->getImagePath(),
68 "file" => $template->getImage()
80 if ($this->has_write) {
81 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
84 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
85 $this->tpl->setVariable(
"VAL_IMG", $a_set[
"path"]);
86 $this->tpl->setVariable(
"TXT_IMG", $a_set[
"file"]);
88 if ($this->has_write) {
93 $this->tpl->setVariable(
"TXT_EDIT",
$lng->txt(
"edit"));
94 $this->tpl->setVariable(
"URL_EDIT",
$url);
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
__construct($a_parent_obj, $a_parent_cmd="", $a_has_write=false)
getParentObject()
Get parent object.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
TableGUI class for badge template listing.
setLimit($a_limit=0, $a_default_limit=0)