Hugh Gibson wrote:
>> Just set the property "highlightFocusRow" to false. 
> 
> Doesn't do it. I'm talking about the selected cell, not the selected
> row. It's the little box that appears around the cell that you
> clicked on. It's the TablePaneScroller._focusIndicator object.

Ah, sorry. Just override the appearance of the focus indicator:

   "table-focus-indicator" : {
     state : function(vTheme, vStates) {
       return {
         border: null
       }
     }
   },




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to