Hi,

I am using Qx 1.4.1 and I am currently trying to use cell editors.
When looking at the code in setCellEditorFactory in columnmodel\Basic.js I 
noticed the following statements in that function:

      var oldRenderer = this.__columnDataArr[col].headerRenderer;
      if (oldRenderer !== this.__editorFactory) {
        oldRenderer.dispose();
      }

It seems to be a copy of the content of setDataCellRenderer and that the code 
should do something with "this.__columnDataArr[col].editorFactory".
Is that correct?

Met vriendelijke groet,
Kind regards,

Jeroen Smit
Expert Software Engineer

ORTEC | Groningenweg 6k | PO Box 490 | 2800 AL Gouda | The Netherlands
Tel.+31 (0) 182 540 500 | Fax +31 (0) 182 540 540 | i...@ortec.com | 
www.ortec.com
P Please consider the environment before printing this e-mail

------------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to