Hi Monika, On Wednesday 16 December 2009 [email protected] wrote: > I have a question regarding tab index. Do I need to set up tab Index on > each textField? For example like this: > > this.__someTextField.setTabIndex(this.__tabIndex ++); > > I am using qooxdoo 0.8.2 version. Yes, if you want to use a special tab order for your textfields you have to set a specific tabIndex to every widget. Since the tab order is highly dependend on the layout of the application and on the order of the form widgets it is the task of the application developer to set the tabIndex property.
cheers, Alex ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
