20 "link" => $form->getInput(
"field_" . $this->getField()->getId()),
21 "title" => $form->getInput(
"field_" . $this->getField()->getId() .
'_title'),
50 $worksheet->
setCell($row, $col,
$value, DataType::TYPE_STRING);
67 parent::addHiddenItemsToConfirmation($confirmation);
108 $value = parent::getValueFromExcel($excel, $row, $col);
111 if ($excel->getCell(1, $col + 1) == $this->
getField()->getTitle() .
'_title') {
112 $title = $excel->getCell($row, $col + 1);
Class ilDclBaseFieldModel.
addHiddenItem($a_post_var, $a_value)
Add hidden item.
fillExcelExport(ilExcel $worksheet, &$row, &$col)
setValue($value, $omit_parsing=false)
Set value for record field.
getValueFromExcel($excel, $row, $col)
addHiddenItemsToConfirmation(ilConfirmationGUI &$confirmation)
setCell($a_row, $a_col, $a_value, $a_datatype=null)
Set cell value.
parseSortingValue($value, $link=true)
Returns sortable value for the specific field-types.
Class ilDclTextRecordFieldModel.
Confirmation screen class.