24 include_once(
"Services/Table/classes/class.ilTable2GUI.php");
42 public function __construct($a_parent_obj, $a_parent_cmd =
"")
46 $this->ctrl = $DIC->ctrl();
47 $this->lng = $DIC->language();
48 $this->access = $DIC->access();
50 $lng = $DIC->language();
52 parent::__construct($a_parent_obj, $a_parent_cmd);
55 $this->
addColumn(
$lng->txt(
"user"),
"user_full_name",
"100%");
58 "tpl.table_scorm_2004_tracking_row.html",
76 $this->tpl->setVariable(
"USER_NAME", $a_set[
"user_full_name"]);
77 $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.
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.
setSelectAllCheckbox($a_select_all_checkbox)
Set the name of the checkbox that should be toggled with a select all button.