codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
42 stars 24 forks source link

Haste Form with datepicker in FE #86

Closed lindesbs closed 8 years ago

lindesbs commented 8 years ago

Is this actually possible ?

$objForm->addFormField('modification_date', array(
                    'label'         => 'Aenderungsdatum',
                    'inputType'     => 'text',
                    'value'         => $modificationTime,
                    'eval'          => array('rgxp'=>'datim','datepicker'=>true)
            ));
Toflar commented 8 years ago

No, this is not possible because it's a back end feature. You have to use the "calendarfield" extension that provides a calendarpicker form field for the FE and then use the respective inputType :)