Kexi/Handbook/References/Toolbar Commands/The Form Design Toolbar
Appearance
The Form Design Toolbar
From the Form Design toolbar, you can select widgets to add to your form. All widget items on the toolbar act as toggle buttons. Toggling a button switches to a mode that allows you to place a new widget anywhere on your form by clicking on the form's surface.
- switches to widget selection mode. In this mode, you can select any form widget by clicking it. You can then resize, move, delete, copy, or change its properties in the Property Editor.
- A widget displays textual information on a form. It is typically used as a label next to a data-aware widget.
- A widget is a single-line container that allows you to enter text, which can be saved to the database table.
- A widget is a multi-line container that allows you to enter text, which can be saved to the database table field.
- A widget displays a list of values for the user to choose from. The selected value or its index can then be saved to the database table field.
- A widget displays a Yes/No, True/False or Yes/Unknown/No value that can be saved to the database table field and allows you to select one of them.
- An widget is a container for an image, either read-only or allowing the user to select and save an image to the database table field.
- A allows the user to execute an action upon clicking.
- A is used as a container for other widgets.
- A is used to group other widgets and control their state.
- A is used as a container for other widgets and can have many pages that contain different widgets.
- A is used as a logical separator between different parts of a form.
- Web Browser
- A Web Browser is a widget that allows to display a web page inside the form.
- A widget displays a value from a minimum-maximum range and allows the user to select a different value from this range, and can be saved to the database table field.
- A widget displays feedback about the duration and progression of a process or task, indicating how long the user will be waiting. The value can be retrieved from the database table field.
- A allows the user to execute an action upon clicking, like a standard button, but can also display additional text.
- A widget displays a date value and allows the user to select a different date and save it to the database table field.
- is used to assign an action to be executed when an event occurs (e.g. clicking on a button).