[Project_owners] <tree/> with checkbox not selectable?
Eric H. Jung
eric.jung at yahoo.com
Sat Jul 1 06:56:12 EDT 2006
Hi,
I have a <tree/> with a custom view. One of the columns is of type
checkbox::
<treecol
id="enabledCol"
label="&foxyproxy.enabled.label;"
flex="1"
persist="width ordinal hidden"
type="checkbox"/>
The view implements these methods to show/hide the checkbox:
setCellValue: function(row, col, val) {p.item(row).enabled = val;},
getCellValue: function(row, col) {return p.item(row).enabled;},
It appears that the all cells of which can display a checkbox aren't
selectable. That is, when the cell is clicked, its corresponding row
does not highlight. Clicking any other cell in the row yields the
correct behavior (row is highligted).
Does anyone know how to fix this?
Thank for any help,
Eric
More information about the Project_owners
mailing list