rote:
>
> I guess the book need updating. You need to install the jquery plugin time
> picker yourself and perhaps replace the line in web2py.js that calls
> timeentry.
>
> On Saturday, 5 May 2012 07:25:43 UTC-5, Vincent Davis wrote:
>>
>> jquery timeen
gt;
>
> On Friday, 4 May 2012 23:19:01 UTC-5, Vincent Davis wrote:
>>
>> version 1.99.7 mac
>> I have tried Chrome and Safari (osx 10.7)
>>
>> Just used the wizard to build a simple app. No modification from wizard.
>> see db below
>>
T('Room')),
Field('f_start', type='time',
label=T('Start')),
Field('f_end', type='time',
label=T('End')),
Field('f_day', type='date',
label=T('Day')),
Field(
1. The web2py book suggests there is a time picker ajax built in. It
does not work for me, both the date and datetime picker does.
http://web2py.com/books/default/chapter/29/11#web2py_ajax.html I don't
get the time picker shown here or any time picker.
2. I would like to onl
On Mar 23, 5:21 am, Kenneth Lundström
wrote:
> In your controller/default.py you probably have function defined as:
>
> def download(): return response.download(request,db)
>
> To view a picture do something like this in your controller:
> record = db(db.t_student.id == 2).select()
> if len(reco
I have used the wizard to start working on an app. one of the tabled
upload an file (image). How should I modify the view/control to
display the image? The view and control and db are those created by
the wizard but I have pasted them below.
What is the recommended way to require the uploaded file
6 matches
Mail list logo