Hi again,

I clicked on 'send' a bit too early ;)

Here's the example including the disabled cell focus:
  http://tinyurl.com/46vlkth

/Peter

On 2011-01-14 09:56 Peter Schneider wrote:
> Hi Josh,
> 
> you can set the property "focusCellOnMouseMove" of Table
> 
> <pre class='javascript'>
>   var table = new qx.ui.table.Table(tableModel);
>   table.setFocusCellOnMouseMove(true);
> </pre>
> 
> unfortunately this also sets the cell focus (see http://tinyurl.com/4hlu7e3)
> But that can be disabled as well[1].
> 
> /Peter
> 
> [1] ...I just dont't know by now ;)
> 
> 
> On 2011-01-14 09:51 Josh Marchán wrote:
>> I'm currently using qooxdoo 1.3, and I'm trying to highlight (not select) the
>> currently mouse-hovered row.
>>
>> http://manual.qooxdoo.org/1.3/pages/widget/table.html (search: hovered row)
>> gave me the impression that this was a built-in feature, but I can't seem to
>> find anything about it in he documentation, or in the source with some basic
>> grepping.
>>
>> If this isn't already built-in, what's the suggested way of implementing 
>> this?

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to