Re: [web2py] Re: alternate date/time widgets?

2016-03-29 Thread ..mg..
Is there an easy way to get just the widgets? I have stupid.css, and I should have some time Thursday to play with it. -mg On Tue, Mar 29, 2016 at 02:25:11PM -0700, Massimo Di Pierro wrote: > You do not have to use stupid css to use the tags widget. But you will need > to write some

[web2py] alternate date/time widgets?

2016-03-25 Thread ..mg..
I'm looking to replace the date and time widgets that ship with web2py. My dream widget would use dropdowns (or similar) for month/day/hour/minute, but store values as datetime objects (like native web2py). Does anyone have experience or recommendations with this? Thanks,

Re: [web2py] How to preserve order for query results

2016-03-15 Thread ..mg..
On Tue, Mar 15, 2016 at 11:20:04PM -0700, mfarees.kny...@gmail.com wrote: > I have a list, > ids = [2, 3, 1, 4] > When I use this list in a query, like this: > db(db.test.id.belongs(ids)).select() > I get results sorted by id, like (1, 2, 3, 4), but what I want is the exact > order that I

Re: [web2py] Re: form.accepts fails with 'links' browser

2016-02-13 Thread ..mg..
ean Lynx, though. I guess we really > haven't been worried about catering to Lynx users. > Links (links.twibright.com) is a more recent browser with a very lynx- like interface but, AFAIK, no shared code. I'll grab a copy of lynx, too, and see how that behaves. -mg >

[web2py] form.accepts fails with 'links' browser

2016-02-06 Thread ..mg..
nd the browser not submitting them on security concerns, but I'm ignorant of what the specs say about this corner case. Best, -mg -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2p