Kent Olsson schrieb:
How can I edit an item in the QxListView? How can I add a new empty editable item to the table? Is it implemented yet?
Nothing like this is implemented currently. IMHO it is the best to handle this inside a new component which extends the current QxListView.
editable just means that the cell last clicked on gets editable which IMHO just moves a textfields to the cell position an handle the input of the user. This won't require a major change inside the whole QxListView.
To add an new entry just add a new array-entry to update the listview afterwards like the demos shows this already.
Sebastian
Kent ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
