38 $ilCtrl = $DIC[
'ilCtrl'];
41 $this->
ctrl = $ilCtrl;
48 $this->
addColumn($this->
lng->txt(
'filename'),
'filename',
'70%');
49 $this->
addColumn($this->
lng->txt(
'date'),
'date',
'29%');
57 $this->
setRowTemplate(
"tpl.il_as_qpl_fileupload_file_row.html",
"Modules/TestQuestionPool");
63 #$this->enable('select_all'); 97 $this->
enable(
'select_all');
103 $commandButton->
setCommand($this->parent_cmd);
119 $ilAccess = $DIC[
'ilAccess'];
121 $this->tpl->setVariable(
'VAL_ID', $a_set[
'solution_id']);
126 $this->tpl->setVariable(
'VAL_POSTVAR', $this->
getPostVar());
139 if (!isset($a_set[
'webpath']) || !strlen($a_set[
'webpath'])) {
143 $link =
"<a href='{$a_set['webpath']}{$a_set['value1']}' download target='_blank'>";
enable(string $a_module_name)
addCommandButtonInstance(ilButtonBase $a_button)
initCommand(ilAssFileUploadFileTableCommandButton $commandButton, $postVar)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($a_parent_obj, $a_parent_cmd, $formname='test_output')
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
setFormName(string $a_name="")
setStyle(string $a_element, string $a_style)
buildFileItemContent($a_set)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
fillRow(array $a_set)
fill row public
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
disable(string $a_module_name)
setDisplayAsBlock(bool $a_val)
static setUseRelativeDates(bool $a_status)
set use relative dates
setPrefix(string $a_prefix)