Hi I have been 'playing around' with the Demobrowser Table code in the Playground and now have a number of questions relating to editing of dates and check boxes please:
1. In the demo code I changed the 'A Date' column to being editable. Although whilst it is in it's unedited state the field shows the date in the MM/DD/YY format with leading zero suppression, when I double click to edit the field it shows the date and time in detail e.g. Wed Nov 24 2010 + time + locale info. What controls the editable field display? Can I change that so that it shows it in MM/DD/YY format whilst editing. If I enter the information in MM/DD/YY format it accepts it in that way but I don't think the system recognises it as a valid date anymore. Is there a way of entering dates as MM/DD/YY and have the system both validate it as a date AND then recognise the saved info as a date data type? Are there any Date validation functions within qooxdoo along the lines of email or password? 2. In the demo code I changed the Boolean field to editable. However when I edited the field the check box disappeared and was replaced by the value 'true' or 'false' as appropriate. So I tried to setCellEditorFactory for that column to qx.ui.table.celleditor.Checkbox. As soon as I did that I could no longer edit that column. What did I do wrong? 3. I am also trying to find out where in the source code is the cellDblClick event implemented as I want to override it. I've looked in table.js and saw a reference to it there but no implementation of the method. I'm sorry if any or all of this sounds basic, but I'm new to qooxdoo and struggling to find my way around the documentation / concepts. If I'm going to use qooxdoo then I will need to adapt the table to work the way I want it to work and hence I need to make sure that I am able to do that before I spend too much time using qooxdoo. Any and all help will be VERY GRATEFULLY accepted with many thanks. Purvez Desai -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-editing-formatting-tp5428428p5428428.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
