24include_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();
49 $ilCtrl =
$DIC->ctrl();
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"]);
An exception for terminatinating execution or to throw for unit testing.
TableGUI class for table NewsForContext.
__construct($a_parent_obj, $a_parent_cmd="")
Constructor.
fillRow($a_set)
Standard Version of Fill Row.
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.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
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.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc