4 require_once
'Services/Table/classes/class.ilTable2GUI.php';
14 public function __construct($a_parent_obj, $a_parent_cmd =
"", $a_template_context =
"")
16 $this->
setId(
'qpl_imp_verify');
17 parent::__construct($a_parent_obj, $a_parent_cmd, $a_template_context);
25 $this->
setRowTemplate(
'tpl.qpl_import_verification_row.html',
'Modules/TestQuestionPool');
26 $this->
addMultiCommand(
'importVerifiedFile', $this->lng->txt(
"import"));
38 $this->
addColumn($this->lng->txt(
'question_title'));
39 $this->
addColumn($this->lng->txt(
'question_type'));
48 parent::fillRow($a_set);
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
__construct($a_parent_obj, $a_parent_cmd="", $a_template_context="")
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
Class ilQuestionPoolImportVerificationTableGUI.
disable($a_module_name)
diesables particular modules of table
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.
setOpenFormTag($a_val)
Set open form tag.
setSelectAllCheckbox($a_select_all_checkbox)
Set the name of the checkbox that should be toggled with a select all button.
static formCheckbox($checked, $varname, $value, $disabled=false)
??? public
setCloseFormTag($a_val)
Set close form tag.
setLimit($a_limit=0, $a_default_limit=0)