Hi,

 

why is the click-functionality of  the boolean-cellrenderer not
implemented directly into qooxdoo?

Why do I have to catch the click-event of my table and make something
like:

 

if (this.getTableColumnModel().getDataCellRenderer(column) instanceof
qx.ui.table.cellrenderer.Boolean)

{

var value = this.getTableModel().getValue(column, row);

if (value == true)?false : true;

this.tabelModel.setValue(column, row, value);

}

}

 

 

 

Thanks

Tobi 

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

Reply via email to