Hello list,

long time no see :)
I've been developing a web based aplication and i'am trying to
integrate qooxdoo into it step by step. First of all I added
initialization of qooxdoo (ie: loaded qooxdoo.js, adden
window.aplication.man function after body tag). I want to disable
qxFocusManager for the moment because after loading qooxdoo objects
the focus cannot be moved using the keys(tab,shift+tab) between
non-qooxdoo objects.
i tried
this.getClientWindow().getDocument().setFocusManager().setEnabled(false);
this.getClientWindow().getDocument().setFocusManager(null);

... but no effect

any suggestions?


--
Cristian Bica


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to