Hi,
   I am trying put tabIndex property for TextFields.
The code is as follows,
     txtfield= new qx.ui.form.TextField();
              with(txtfield)
               {
                  setTop(20);
                  setLeft(10);
                   setWidth(10);
               };
    txtfield.setTabIndex(1);
Its working fine for IE.But for Mozilla, its not working(TextField is not
get focused).
Can anyone please help me on this?

Regards,
Sucharitha
-------------------------------------------------------------------------
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

Reply via email to