20 "link" =>
$form->getInput(
"field_" . $this->getField()->getId()),
21 "title" =>
$form->getInput(
"field_" . $this->getField()->getId() .
'_title'));
66 parent::addHiddenItemsToConfirmation($confirmation);
107 $value = parent::getValueFromExcel($excel,
$row, $col);
110 if ($excel->getCell(1, $col + 1) == $this->
getField()->getTitle() .
'_title') {
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)
if(isset($_POST['submit'])) $form
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.