Hello danovics,

to set the focused cell on a table, use setFocusedCell()[1] on the pane
scroller.

Simplest example:
var pane = table.getPaneScroller(0);
pane.setFocusedCell(0,0);


[1]
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.pane.Scroller~setFocusedCell


Cheers
Jonathan



-----
Jonathan Weiß
Framework Engineer

http://mysterycity.de/blog Blog  -  http://www.linkedin.com/in/jonathanrass
LinkedIn  -  http://www.xing.com/profile/Jonathan_Weiss5 XING 
-- 
View this message in context: 
http://n2.nabble.com/table-focus-question-tp4776865p4777112.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to