On 11/06/2011 11:17 PM, jan1993 wrote: > Hello, > > is it possible to show the content of a mysql data base with php in a > qooxdoo table?
Yes. A good approach might be using a Jsonp store, and have your backend fill in the data from Mysql. > Or is it possible to show PHP/HTML content in a qooxdoo window? Yes. E.g. use a Label as the contents of the window, and set innerHtml. T. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
