Kexi/Handbook/Building Simple Databases/Designing Forms/Setting the tab order: Difference between revisions
(Marked this version for translation) |
m (KEXI uppercase) |
||
Line 13: | Line 13: | ||
<!--T:15--> | <!--T:15--> | ||
{{Info|The current version of ''' | {{Info|The current version of '''KEXI''' (2.4) doesn't seem to allow changing the tab order}} | ||
<!--T:16--> | <!--T:16--> | ||
Line 47: | Line 47: | ||
--> | --> | ||
<!-- TODO: Se above info box | <!-- TODO: Se above info box | ||
:* Click the '''Handle tab order automatically''' check box to set the automatic tab order for the form. If this option has been switched on, any changes made to the list of widgets by hand are not taken into account - ''' | :* Click the '''Handle tab order automatically''' check box to set the automatic tab order for the form. If this option has been switched on, any changes made to the list of widgets by hand are not taken into account - '''KEXI''' will be handling the tab orders on its own. The automatic ordering means that the top-left widget will be focused first (or the top-right if your operating system uses right-to-left layout), and the order comes from the left to right (from the right to left, respectively) and from the top to bottom. | ||
--> | --> | ||
Latest revision as of 01:54, 20 December 2024
Setting the tab order
A widget's focus determines that widget's activity available using keyboard. Focus is related to widgets displayed in the form's data view. Exactly one form widget can have focus at the same time. The most frequent use of focus is text entry (when a given text field is active, i.e. it is focused). An other example is a button widget - when focused, it is possible to “press” it using the Enter or Space key instead of a mouse button.
There are a few methods of making the widgets active (moving the focus to the widget): clicking with a mouse button, rotating the mouse wheel over the widget, or using the Tab key. The latter method is often used because of its speed and convenience for users. Availability of the focusing methods is controlled by Focus Policy property of a given widget.
There is a relationship between focusing (activating) widgets using Tab key and tab order setting of a form. After pressing the Tab key, the next widget should be focused, so the form should know about the tab order.