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, ...}

But then I need to be able to read it into Qx.

Can I simply put that file in a <script> token at html level and use
external_data as a global variable into Qx?

Regards,
Herman Gomez




-----
la vida es una incesante cadena de oportunidades para aprender y triunfar.
life is an endless chain of opportunities to learn and succeed.

lo más importante: ser selectivo, responsable y perseverante.
the most importantly: to be selective, responsible and persevering.
--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/integrate-external-js-file-with-data-tp6597009p6597009.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to