5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
63 $this->ctrl = $DIC->ctrl();
64 $this->lng = $DIC->language();
65 $this->tpl = $DIC[
"tpl"];
69 $this->container_skills = $a_cont_skills;
70 $this->container_global_profiles = $a_cont_glb_profiles;
71 $this->container_local_profiles = $a_cont_lcl_profiles;
74 $this->container_skills,
75 $this->container_global_profiles,
76 $this->container_local_profiles
81 $this->
setTitle($this->lng->txt(
"cont_cont_skills"));
84 $this->
addColumn($this->lng->txt(
"cont_skill"),
"",
"1");
85 $this->
addColumn($this->lng->txt(
"cont_path"),
"",
"1");
86 $this->
addColumn($this->lng->txt(
"cont_skill_profile"),
"",
"1");
88 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj));
89 $this->
setRowTemplate(
"tpl.cont_skill_row.html",
"Services/Container/Skills");
92 $this->
addMultiCommand(
"confirmRemoveSelectedSkill", $this->lng->txt(
"remove"));
104 $skills = $this->container_skill_collector->getSkillsForTableGUI();
116 $skill_tree = $this->skill_tree;
118 $tpl->setVariable(
"TITLE", $a_set[
"title"]);
120 $path = $this->
getParentObject()->getPathString($a_set[
"base_skill_id"], $a_set[
"tref_id"]);
121 $tpl->setVariable(
"PATH", $path);
123 if ($a_set[
"profile"] != null) {
124 $tpl->setVariable(
"PROFILE", $a_set[
"profile"]);
126 $tpl->setCurrentBlock(
"checkbox");
127 $tpl->setVariable(
"ID", $a_set[
"base_skill_id"] .
":" . $a_set[
"tref_id"]);
128 $tpl->parseCurrentBlock();
$container_global_profiles
TableGUI class for competences in containers.
getParentObject()
Get parent object.
fillRow($a_set)
Fill table row.
$container_skill_collector
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
Global competence profiles of a container.
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.
$container_local_profiles
setRowTemplate($a_template, $a_template_dir="")
Set row template.
__construct( $a_parent_obj, $a_parent_cmd, ilContainerSkills $a_cont_skills, ilContainerGlobalProfiles $a_cont_glb_profiles, ilContainerLocalProfiles $a_cont_lcl_profiles)
Constructor.
Local competence profiles of a container.
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.
Collector of skills for a container.