[web2py] Re: web2py calendar

2013-10-31 Thread Ramesh Kumar
hmm its working. thanks On Friday, 1 November 2013 01:10:25 UTC+5:30, Niphlod wrote: > > in web2py if you want the calendar widget attached to an input you should > use _type="string" and _class="date" . What you're using is HTML5 new > inputs, and that kind of support is outside the realm of we

[web2py] Re: web2py calendar

2013-10-31 Thread Niphlod
in web2py if you want the calendar widget attached to an input you should use _type="string" and _class="date" . What you're using is HTML5 new inputs, and that kind of support is outside the realm of web2py (because every browser will implement its own widget for HTML5 new input types). On Thu

[web2py] Re: web2py calendar

2013-10-31 Thread Ramesh Kumar
{{=INPUT(_name='Workingday',_type='date')}} -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Go

[web2py] Re: web2py calendar

2013-10-31 Thread Niphlod
here it does. post an app to reproduce the issue. On Thursday, October 31, 2013 7:39:09 PM UTC+1, Ramesh Kumar wrote: > > Web2py calendar or datepicker not working in firefox. Any idea why? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/we