4 include_once(
"Services/Table/classes/class.ilTable2GUI.php");
5 include_once(
"Services/Component/classes/class.ilComponent.php");
18 public function __construct($a_parent_obj, $a_parent_cmd =
"")
22 parent::__construct($a_parent_obj, $a_parent_cmd);
24 $this->
setId(
"cmpstblslt");
26 $this->
setTitle($lng->txt(
"cmps_slots"));
28 $this->
addColumn($lng->txt(
"cmps_service") .
" / " . $lng->txt(
"cmps_module"),
"subdir");
29 $this->
addColumn($lng->txt(
"cmps_plugin_slot"),
"name");
30 $this->
addColumn($lng->txt(
"cmps_dir"),
"dir");
31 $this->
addColumn($lng->txt(
"cmps_lang_prefix"),
"lang");
32 $this->
addColumn($lng->txt(
"action"),
"lang");
40 "tpl.table_row_component.html",
54 include_once(
"./Services/Component/classes/class.ilService.php");
58 "subdir" => $obj[
"subdir"],
60 "name" => $slot[
"name"],
61 "dir" => $slot[
"dir_pres"],
62 "lang" => $slot[
"lang_prefix"],
68 include_once(
"./Services/Component/classes/class.ilModule.php");
72 "subdir" => $obj[
"subdir"],
74 "name" => $slot[
"name"],
75 "dir" => $slot[
"dir_pres"],
76 "lang" => $slot[
"lang_prefix"],
93 $this->tpl->setVariable(
"SLOT_NAME", $a_set[
"name"]);
94 $this->tpl->setVariable(
"SLOT_ID", $a_set[
"id"]);
95 $this->tpl->setVariable(
"SLOT_DIR", $a_set[
"dir"]);
96 $this->tpl->setVariable(
"LANG_PREFIX", $a_set[
"lang"]);
98 $ilCtrl->setParameter($this->parent_obj,
"ctype", $a_set[
"ctype"]);
99 $ilCtrl->setParameter($this->parent_obj,
"cname", $a_set[
"subdir"]);
100 $ilCtrl->setParameter($this->parent_obj,
"slot_id", $a_set[
"id"]);
101 $this->tpl->setVariable(
103 $ilCtrl->getLinkTarget($this->parent_obj,
"showPluginSlotInfo")
105 $this->tpl->setVariable(
"TXT_SHOW_SLOT", $lng->txt(
"cmps_show_details"));
107 $this->tpl->setVariable(
"TXT_MODULE_NAME", $a_set[
"subdir"]);
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
__construct($a_parent_obj, $a_parent_cmd="")
getComponents()
Get pages for list.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
fillRow($a_set)
Standard Version of Fill Row.
static getAvailableCoreServices()
Get all available core services.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
Create styles array
The data for the language used.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
TableGUI class for components listing.
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.
setEnableHeader($a_enableheader)
Set Enable Header.
setLimit($a_limit=0, $a_default_limit=0)
static getAvailableCoreModules()
Get all available core modules.
static lookupPluginSlots($a_type, $a_name)
Lookup all plugin slots of a component.