27 public function __construct($a_parent_obj, $a_parent_cmd, $a_ass)
31 $this->ctrl = $DIC->ctrl();
32 $this->lng = $DIC->language();
33 $this->access = $DIC->access();
34 $this->
user = $DIC->user();
36 $lng = $DIC->language();
37 $ilAccess = $DIC->access();
38 $lng = $DIC->language();
42 $this->
setId(
"exc_mdf_upload");
45 $this->
setData($this->ass->getMultiFeedbackFiles(
$ilUser->getId()));
50 $this->
addColumn($this->lng->txt(
"lastname"),
"lastname");
51 $this->
addColumn($this->lng->txt(
"firstname"),
"firstname");
52 $this->
addColumn($this->lng->txt(
"login"),
"login");
53 $this->
addColumn($this->lng->txt(
"file"),
"file");
56 $this->
setRowTemplate(
"tpl.multi_feedback_confirmation_row.html",
"Modules/Exercise");
69 $this->tpl->setVariable(
"FIRSTNAME", $a_set[
"firstname"]);
70 $this->tpl->setVariable(
"LASTNAME", $a_set[
"lastname"]);
71 $this->tpl->setVariable(
"LOGIN", $a_set[
"login"]);
72 $this->tpl->setVariable(
"FILE", $a_set[
"file"]);
73 $this->tpl->setVariable(
"POST_FILE", md5($a_set[
"file"]));
74 $this->tpl->setVariable(
"USER_ID", $a_set[
"user_id"]);
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
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.
fillRow($a_set)
Fill table row.
__construct($a_parent_obj, $a_parent_cmd, $a_ass)
Constructor.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
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.
setLimit($a_limit=0, $a_default_limit=0)