El lunes, 6 de febrero de 2017 4:16:21 (CET) Chee Chong Hwa escribió: > Hi Sergio > > 1. Just added jquery-ui-rails to Gemfile and got what I wanted :-) > 2. :calendar form_ui exist did exist in 2007 and I think via Tim Harper > CalenderSelect which is no longer supported.
There is :calendar_date_select form_ui, from that bridge, needs calendar_date_select gem, but only works with prototype, which is not default in newer active_scaffold and not maintained. Probably I will ask for someone wanting to work in prototype support, or I will remove it, and all bridges which require prototype. I don't use prototype anymore and I don't have time to support it, also I added some features to JS using jquery which are not in prototype, so I think removing prototype support is better if none adds those features to JS using prototype and maintain that code. > > TQVM for a timely and very useful reply. > > Cheers ! > > On Monday, 6 February 2017 19:16:58 UTC+8, Sergio Cambra wrote: > > I don't think :calendar form_ui exists, you can use :date_picker if using > > jquery and added jquery-ui-rails to Gemfile, although in that case is > > default > > form_ui for date and datetime columns > > > > El viernes, 3 de febrero de 2017 10:22:46 (CET) Chee Chong Hwa escribió: > > > Hi Sergio > > > > > > No more error messages but config.columns[:date_join].form_ui = > > : > > :calendar, > > : > > > date_join did not display as a calendar :-( > > > Do I need to gem install another plugin ? > > > > > > On Friday, 3 February 2017 20:27:22 UTC+8, Sergio Cambra wrote: > > > > See answer for config.columns[:eno].description. All your issues about > > > > ActiveScaffold ignoring your settings must be the same. > > > > > > > > El jueves, 2 de febrero de 2017 19:38:57 (CET) Chee Chong Hwa > > > > escribió: > > > > > Hi Sergio > > > > > > > > > > config.columns[:date_join].form_ui = :calendar > > > > > I get the no implicit conversion of Symbol into Integer error > > > > message > > > > > > > How to get this to work ? > > > > > > > > > > TIA -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
