Re: [web2py] Time picker is not showing up on Appadmin page.

2012-03-13 Thread Anthony
On Tuesday, March 13, 2012 2:06:30 PM UTC-4, Richard wrote:
>
> I think you need to setup validator to have date time picker to show up.


No, you don't need to set up a validator -- should work as long as the 
field type is "time" (that results in the input element getting 
class="time", which is the jQuery selector for attaching the timeEntry 
widget).

Anthony


Re: [web2py] Time picker is not showing up on Appadmin page.

2012-03-13 Thread Richard Vézina
I think you need to setup validator to have date time picker to show up.

Richard

On Mon, Mar 12, 2012 at 9:44 PM, Kenny  wrote:

> Date and datetime pickers are working fine except time picker
>
> Field('start_time', 'time',notnull=True), is what I put.
>
> It doesn't give me any js calendar popup.
>
> Any help? thank you.