Hello, List

Actually, the question is in the Subject:
Is it possible to open cell editor with in _single_ click on the cell (instead 
of double-click), qooxdoo 0.7.2?

I played with the Table_CellEditor_1.html:
      propertyEditor.addEventListener('cellClick', function(e) {
        this.startEditing();
        console.debug('I am in');
        }, propertyEditor);
      propertyEditor.addEventListener('click', function(e) {
        this.startEditing();
        console.debug('I am in');
      }, propertyEditor);
Both variants didn't work for me...

I appreciate any help.

Thanks,
        Alexei Golovko

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to