[TYPO3-core] RFC: #11648: Feature: Add datepicker to date and datetime fields in TCEFORMS

Peter Foerger pfoerger at gmail.com
Wed Aug 5 14:32:40 CEST 2009


Hi Steffen,

two remarks.

First: although Javascript silently ignores it, wouldn't it be much
cleaner to define convertDateFieldsToDatePicker() before calling it?

Second: using dot notation would be much easier to read –
eval(el.dom.attributes.onchange.value); as against
eval(el.dom.attributes['onchange'].value);

Besides that +1 on reading and testing.

~ Peter


More information about the TYPO3-team-core mailing list