Hi, I suggest you to use a JSON Marshaler to achieve what you want to do. See this example : http://demo.qooxdoo.org/current/demobrowser/#virtual~List.html
The thing is to give to qx.data.marshal.Json.createModel() method a javascript array, and it will convert it to a qooxdoo array with qooxdoo object (i.e. bindable objects) inside... Hope this helps ! -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-create-my-own-model-I-cannot-find-tp7357709p7357716.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
