Here is another piece:

http://mdipierro.github.io/stupid.css/widgets/index.html

The work with web2py forms if you manually add the data-format and 
data-range. For example

for e in form.elements('.datetime'): 
    e['_data-format'] = '{DD}/{MM}/{year} {hh}:{mm}:{ss}'

for e in form.elements('.double'):
    e.add_class('number slider');
    e['_data-range']] = '0,100'

It would be great if you could help me test these.


On Tuesday, 8 March 2016 15:04:50 UTC-6, Massimo Di Pierro wrote:
>
> I would like to buy a .ham.burger 
> http://mdipierro.github.io/stupid.css/themes/hamburger.html
>
> On Thursday, 3 March 2016 01:27:57 UTC-6, Massimo Di Pierro wrote:
>>
>> A damn simple and easy css framework ... stupid.css
>>
>>     https://t.co/9vB48IjYJK
>>
>> No promise of backward compatibility is made, but comments and 
>> suggestions for improvement are welcome.
>>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to