Hi,
SetTabIndex(1) is not working in firefox for TextField.
I added textbox in a window which is having tabs.The code is as below
win = new qx.ui.window.Window("");
var p1_1 = new qx.ui.pageview.tabview.Page(t1_1);
txtfield= new qx.ui.form.TextField();
with(txtfield)
{
setTop(nCurrItemSpacing-2);
setLeft(nValueLeft);
setWidth(nValueWidth);
};
txtfield.setTabIndex(1);
It is working fine for IE cases.Can some body help me on this?
Thanks in advance.
Regards,
Chandras
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel