Hi, Yes you can add in your html page a <script> with a global var, and it will be available in qooxdoo namespace. However, if the external_data changes in that file, the user has to refresh the page, and you have to make sure the browser doesn't cache the static .js resource.
you could use http://demo.qooxdoo.org/current/apiviewer/#qx.io.request.Xhr instead and load your external data into your app, and, depending on your application logic, reload it when necessary. cheers, Gabi -- View this message in context: http://qooxdoo.678.n2.nabble.com/integrate-external-js-file-with-data-tp6597009p6597807.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
