4 include_once
'Services/Table/classes/class.ilTable2GUI.php';
17 public function __construct($a_parent_obj, $a_data, $a_type, $a_cmd, $a_default_form_action)
21 parent::__construct($a_parent_obj, $a_cmd);
23 $this->type = $a_type;
26 if($this->type ==
'show')
28 if($ilAccess->checkAccess(
'write',
'', $a_parent_obj->object->getRefId()))
31 if(is_array($a_data) && count($a_data))
35 $this->
enable(
'select_all');
40 $this->
addColumn($lng->txt(
'username'),
'login',
'20%');
41 $this->
addColumn($lng->txt(
'firstname'),
'firstname',
'15%');
42 $this->
addColumn($lng->txt(
'lastname'),
'username',
'15%');
43 $this->
addColumn($lng->txt(
'ilinc_coursemember_status'),
'ilinc_coursemember_status',
'20%');
44 $this->
addColumn($lng->txt(
'role'),
'role',
'20%');
45 $this->
addColumn($lng->txt(
'grp_options'),
'functions',
'10%');
47 $this->
setRowTemplate(
'tpl.icrs_members_row.html',
'Modules/ILinc');
49 else if($this->type ==
'change')
51 $this->
addColumn($lng->txt(
'username'),
'login',
'20%');
52 $this->
addColumn($lng->txt(
'firstname'),
'firstname',
'15%');
53 $this->
addColumn($lng->txt(
'lastname'),
'username',
'15%');
54 $this->
addColumn($lng->txt(
'ilinc_coursemember_status'),
'ilinc_coursemember_status',
'20%');
55 $this->
addColumn($lng->txt(
'role'),
'role',
'30%');
58 if(is_array($a_data) && count($a_data))
63 $this->
setRowTemplate(
'tpl.icrs_members_change_row.html',
'Modules/ILinc');
74 $this->
setFormAction($ilCtrl->getFormAction($a_parent_obj, $a_default_form_action));
setFormName($a_formname)
Set Form name.
__construct($a_parent_obj, $a_data, $a_type, $a_cmd, $a_default_form_action)
setLimit($a_limit=0, $a_default_limit=0)
set max.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
addMultiCommand($a_cmd, $a_text)
Add Command button.
enable($a_module_name)
enables particular modules of table
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="")
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action)
Set Form action parameter.
setSelectAllCheckbox($a_select_all_checkbox)
Set the name of the checkbox that should be toggled with a select all button.