Wow thanks. that was unintuitive since all attributes are prefixed but ye
it does work, indeed.
Its documented tho, my bad.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (
On 14-12-2015 08:56, Alfonso Serra wrote:
Hi Anthony, Thanks again but it isnt working on postback.
|
chk =True
ifchk:
_input
=INPUT(_type="checkbox",_name=field.name,_class="checkbox",_value="on",_checked="on")
else:
_input
=INPUT(_type="checkbox",_name=field.name,_class="checkbox",_
2 matches
Mail list logo