unclecheese / silverstripe-bootstrap-forms

Allows the creation of forms compatible with the Twitter Bootstrap CSS framework in SilverStripe
GNU General Public License v2.0
55 stars 45 forks source link

DateField showcalendar #9

Open priithansen opened 12 years ago

priithansen commented 12 years ago

the showcalendar config doesn't seem to work with bootstrapform's

Cumquat commented 11 years ago

Im also having this problem, anyone got a fix or work around?

unclecheese commented 11 years ago

It's not likely to be an easy fix. The script that initializes that widget is expecting the HTML to be configured a certain way, with data- attributes, etc. Since Bootstrap uses completely different HTML structure, I can't imagine fixing this any other way than to create a new date field class specifically for BoostrapForms.

You might also talk to Zauberfisch, who took a crack at getting it to work and ran into a wall.