Widgets I
Widgets I
The visual elements that make up the application screens are called Widgets. Widgets
allow inputting and displaying data to the user in a variety of formats
We will cover some of the basic widgets that OutSystems provides out-of-the-box next
Drag and drop widgets from the toolbox to the screen editor to use them
Toolbox
(widgets)
Basic Data Display Widgets
Expression widget
Displays calculated values
Text widget
Displays static text
Basic Data Input Widgets
Input widget
Allows end-user to enter data by typing it in
Label widget
A label to be displayed next to an input
Label widget
A label to be displayed next to an input
We will cover a few more, larger base widgets that OutSystems provides
out-of-the-box
Record Widgets
● Form and Table Records
Screen Layout Widgets
Container widget
Groups widgets and applies style to them
Table widget
Displays content in a tabular view
Form widget
Allows showing/editing a single record
Form widget
Allows showing/editing a single record
Form widget
Allows showing/editing a single record
r
othe widgets
Can contain input
No layout constraints!
*
except other Table/List Records and Labels
Widgets I
Basic web screen building blocks