On 26/05/2011 10:29, max wrote:
Hi,
I am trying to integrate my database data into a ajax application as
follows
http://dev.sencha.com/deploy/ext-4.0.1/examples/view/animated-dataview.html
How would I open/interface my table data to the java script
application?
Thanks
I think data variable could be writed with a cicle on the results of a
query... something like:
{{for i in db(db.cellular.id>0).select():}}
...
{{pass}}
just pay attention to translate boolean values from python to js, in
python they are capitalized
I hope it could help
Cheers
Manuele