Kexi/Handbook/Building Simple Databases/Designing Forms/Using the Widgets tab: Difference between revisions
m (add translation tags) |
m (add formatting) |
||
Line 11: | Line 11: | ||
* Keeping the <keycap>Ctrl</keycap> key pressed while an item on the widgets list is being selected allows to select multiple widgets at a time. Keeping the <keycap>Shift</keycap> key pressed allows to select entire lists of widgets.}} | * Keeping the <keycap>Ctrl</keycap> key pressed while an item on the widgets list is being selected allows to select multiple widgets at a time. Keeping the <keycap>Shift</keycap> key pressed allows to select entire lists of widgets.}} | ||
Giving widgets reasonable names can be useful but is not mandatory. Note that widget's name is a property that is not visible to the user of your form. Users will only see a widget text, provided by Text property or similar. | Giving widgets reasonable names can be useful but is not mandatory. Note that widget's name is a property that is not visible to the user of your form. Users will only see a widget text, provided by '''Text''' property or similar. | ||
{{Prevnext2 | {{Prevnext2 |
Revision as of 08:04, 23 October 2011
Using the Widgets tab
The Widgets tab in the
pane provides a list of form widgets and their hierarchy. Each widget is presented within the hierarchy beside other widgets being on the same level (the same parent container). Child widgets (inside containers) are presented using indented names.Each widget has displayed its name and type. The type has also an icon displayed - the same as the one displayed on the toolbar used while form designing is performed.
Giving widgets reasonable names can be useful but is not mandatory. Note that widget's name is a property that is not visible to the user of your form. Users will only see a widget text, provided by Text property or similar.