madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

inputType: day/hour... feature request? #68

Closed rocchidavide closed 8 years ago

rocchidavide commented 8 years ago

Is it already possible to use an inputType that implements a day-hour widget?

rocchidavide commented 8 years ago

I found the solution:

'inputType' => 'text',
'eval' => array('rgxp'=>'datim', 'datepicker'=>true, 'tl_class' => 'w50'),