Hello everybody,

maybe these issues finds a solution via this mailinglist.

1. Editing table cell of type boolean
I've created a column of type boolean. From the beginning all cells of the 
columns have a checked checkbox because the value is true. Now I tried to 
uncheck this boolean checkbox but then the cell is only a text cell containing 
"true" or "false" or something else. How can I realize a checkbox in the table 
that could be checked and unchecked.

2. Backgroun color for table cells
Some columns of my table are editable and some are now. Because there is no 
optical dífference I tried to assign a background color using the CellRendere 
Conditional:

new qx.ui.table.cellrenderer.Conditional("right", "red", "background:#ccc;", 
"bold") );

The cell content is red and bold but the background isn't grey as I wanted it 
to be. Is there no possibility to determine the background color of table cells.

Thanks for every help.

Best regards, Christian
-------------------------------------------------------------------------
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