[web2py] datepicker preserve selecred date after postback

2019-04-25 Thread Andrea Fae'
How to preserve datepicker selected date after postback using web2py in a javascript view... I think it's a javascript problem but I don't know how to fix it. thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - h

Re: [web2py] Datepicker

2013-06-18 Thread Richard Vézina
Your field need to be of type date in order to the datepicker widget to trigger. You may also set a widget on your field if your field is not of type widget. I suspect that you only store de the mouth and day and not a date... Richard On Mon, Jun 17, 2013 at 9:22 PM, wrote: > I am following so

[web2py] Datepicker

2013-06-17 Thread tom
I am following some examples and created a table with a date of birth field. In my form I cannot seem to get the datepicker set to show when selecting that field. Is there something special to do to get that to work like that? Thanks -- --- You received this message because you are subscrib

[web2py] DatePicker

2013-06-17 Thread tom
I am a bit confused on what I may be missing but how do I have a datepicker in my form? My db.py: b.define_table('patient', Field('first_name', requires=IS_NOT_EMPTY()), Field('last_name', requires=IS_NOT_EMPTY()), Field('phone', requires=IS_NOT_EMPTY()), Field('date_of_birth',

[web2py] Datepicker not showing up for simple input field

2011-11-26 Thread Roger Baker
Hello, I know I am probably overlooking something really obvious, but I can't get the datepicker to show up for a simple search field. The search seems to work ok, but I have to manually enter the date. my controller function is: **

[web2py] datepicker js littles issues first day name of week don't get hilite class and build up hilite and active class when mouse over buttons

2011-09-07 Thread Richard
Hello, I notice that the datepicker js is not setting the hilite class properly to the first day name of the week when passing over it. Also when passing over the buttons ("?" and the "x") the js adds hilite class and active class as long as it detect movement, so there is a build up of hilite cl

[web2py] DatePicker not working

2011-02-14 Thread greenpoise
Something is wrong in my app. The date picker is not working. Which web2py files that come standard in web2py I might have edited?? the picker is just not showing and I dont get any error. THanks

[web2py] Datepicker to UTC time

2011-01-05 Thread rāma
Does/Can web2py store tzinfo in the datetime by the datepicker so that we can do time conversion easily to server time or UTC time. Time conversion was hell for me for the past two days. How is this issue typically approached? For my case, it has to be accurate as tasks are scheduled client side

[web2py] Re: built in web2py datepicker bug with Google Chrome

2010-07-07 Thread Iceberg
Hi everyone, Tips: the patch is accepted in trunk. But, "hg pull; hg update" is not enough to make it work. You need to tell web2py to reload the new scaffold app by manually touch a file /home/you/web2py/NEWINSTALL and then restart your web2py. On Jul1, 8:01pm, Iceberg wrote: > > > I met this i

[web2py] Re: built in web2py datepicker bug with Google Chrome

2010-07-03 Thread mdipierro
No. I did not get it. On 3 Lug, 06:28, Iceberg wrote: > On Jul1, 8:01pm, Iceberg wrote: > > > > > On Jun30, 4:56am, Jean-Guy wrote: > > > > Hello, > > > > Is there other user that are having datepicker coming blank when > > > changing the year or mouth couples of time with Google Chrome? > > >

[web2py] Re: built in web2py datepicker bug with Google Chrome

2010-07-03 Thread Iceberg
On Jul1, 8:01pm, Iceberg wrote: > On Jun30, 4:56am, Jean-Guy wrote: > > > Hello, > > > Is there other user that are having datepicker coming blank when > > changing the year or mouth couples of time with Google Chrome? > > > I test it with firefox no problem. > > > I use web2py 1.7.8 > > > Jonhy

[web2py] Re: built in web2py datepicker bug with Google Chrome

2010-07-01 Thread Iceberg
On Jun30, 4:56am, Jean-Guy wrote: > Hello, > > Is there other user that are having datepicker coming blank when > changing the year or mouth couples of time with Google Chrome? > > I test it with firefox no problem. > > I use web2py 1.7.8 > > Jonhy Thank you, Jonhy!!! I met this issue recently.

[web2py] built in web2py datepicker bug with Google Chrome

2010-06-29 Thread Jean-Guy
Hello, Is there other user that are having datepicker coming blank when changing the year or mouth couples of time with Google Chrome? I test it with firefox no problem. I use web2py 1.7.8 Jonhy