Bug #16877 ยป 0004824.patch
typo3/jsfunc.tbe_editor.js (Arbeitskopie) | ||
---|---|---|
}else{
|
||
document[TBE_EDITOR.formname][theField].value = evalFunc.evalObjValue(theFObj, document[TBE_EDITOR.formname][theField+"_hr"].value);
|
||
}
|
||
typo3.formFieldSet(theField, evallist, is_in, checkbox, checkboxValue);
|
||
typo3form.fieldSet(theField, evallist, is_in, checkbox, checkboxValue);
|
||
}
|
||
}
|
||
};
|