24 include_once(
"Services/Table/classes/class.ilTable2GUI.php");
41 parent::__construct($a_parent_obj, $a_parent_cmd);
44 $this->
addColumn($lng->txt(
"user"),
"user_full_name",
"100%");
49 $this->
addMultiCommand(
"deleteTrackingData", $lng->txt(
"cont_delete_track_data"));
61 $this->tpl->setVariable(
"USER_NAME", $a_set[
"user_full_name"]);
62 $this->tpl->setVariable(
"USER_ID", $a_set[
"user_id"]);
fillRow($a_set)
Standard Version of Fill Row.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
TableGUI class for table NewsForContext.
__construct($a_parent_obj, $a_parent_cmd="")
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.
setSelectAllCheckbox($a_select_all_checkbox)
Set the name of the checkbox that should be toggled with a select all button.
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.