Ok so I have this *non-SQLFORM* form
form = FORM(TABLE(TR(XML('Please enter/select below '),XML(' ')),
TR(XML('Created'),INPUT(_name='skillcreated',
_value=skillsdict['created']), _type="text", ),
TR(XML(' '),XML(' ')),
TR(INPUT(_type='submit',_value="SUBMIT"),XML(' '))))
I have tried using
type="date"
_type="date"
requires = IS_DATE(format=T('%Y-%m-%d'),
but in neither case I can get the calendar picker automatically added for
the field.
Tried to search doc, examples, even the code in an auto-generated web2py
form, to no avail.
All help will be appreciated
--
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 Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/2c4b9884-ab72-42fa-8f9e-2a6ce12f62f3o%40googlegroups.com.