[TYPO3-dev] BE Module: How to add a datepicker to an input
Stephen Bungert
stephenbungert at yahoo.de
Thu Nov 17 00:12:10 CET 2011
When creating fields in a BE module (for user submission, not for any
particular table record), how can I create a datepicker like the record
forms have?
I see in t3lib_tceforms the function "getSingleField_typeInput" could create
an input with a datepicker, but I need to pass information to the function
like the field config, etc and I don't have this information, I want users
to be able to just submit a date in my BE module.
Does anyone know how I can do this? Or have any tips?
More information about the TYPO3-dev
mailing list