Hi,
I'm working with qooxdoo 1.2.x. I'm using a qx.ui.form.List with a
controller and a model created out of a json string.
When my app starts, a request to the server is made to get this json string,
the model is created and binded to the controller and everything is fine.
however, I'd like to dynamically add elements to this model.
I understand that a model that comes from
var m = qx.data.marshal.Json.createModel(data)
is an array of qooxdoo objects. is this correct? Can't I simply do
m.push(object of the same type here) ?
Edu
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel