[web2py] web2py with js framework

2017-08-14 Thread Carlos Kitu
Hi stifan, I just wanted to share my recent experience with vue.js and web2py. At first I didn't want to give up things like sqlform. Then I tried to tweak the form generated by web2py with el1=form.element(...) to get a reference to the html element I wanted to add certain vue.js directives

[web2py] web2py with js framework

2017-08-08 Thread 黄祥
is there any simple web2py app with js framework (whatever) that have a CRUD or GRID example? want to learn to combine it, but confuse, what is web2py job (define models, provide restful api, any others ?), what is js framework job (client side response) ? how about the form handling (web2py