Hey everyone, I am currently extending qx.ui.form.List in order to let the user manually append new items to it. The idea is to store the data, once added, and retrive again from database.
I wrote a wrapper which extends the original qx.ui.form.List class and adds the button and listener for the user to create new data. However, on storage i noticed that: a) formcontroller.getModel() isn't capable of retrieving the list data (possibly due to the missing IModel Interface) b) the list still requires a selection Which leads me to the following questions: 1) How can one override the validator, so that a selection isn't needed or possible?! 2) How can data be retrieved? Can I override the getModel function? Thanks & Regards, Paul -- View this message in context: http://qooxdoo.678.n2.nabble.com/Storing-an-appenable-list-tp6859147p6859147.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
