Hello, Everyone!
There is many cookbooks to convert qx.core.Object to a Map. But I need to
do the opposite. I need to do that in this code:
var q = this._table.getTableModel();
var z = q.getRowDataAsMap(e.getRow());
var pwin = aurore.ui.PeopleWindow.getInstance();
pwin.fillForm(z);
fillForm : function(person) {
var controller = new qx.data.controller.Form(person, this._form);
controller.updateModel();
},
And I recieve error:
*Expected value to be instanceof 'qx.core.Object' but found [object Object]!
*
----
С уважением,
Jagget
------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been
demonstrated beyond question. Learn why your peers are replacing JEE
containers with lightweight application servers - and what you can gain
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel