Re: [qooxdoo-devel] integrate external js file with data
Hi, Yes you can add in your html page a
[qooxdoo-devel] integrate external js file with data
Hi, I'm making a program that uses huge amount of static data. But the data changes periodicaly, and I don't want to compile the app over and over again. My system can make a simple javascript file like this: external_data = [data1,data2,data3, ...]; where datax is like {field:value, field:value