OutSystems Service Studio 4.1 Help
Design Web Screens
Web Screens are
elements of the eSpace used to produce HTML pages where the user can interact
through links, buttons, and forms.
To design the layout of Web screens, you have a specific editor where you drag & drop tools called widgets. See Web widgets toolbar.
You can add the following elements to your Web screen by right-clicking the Web screen in the eSpace tree:
Input parameters: Used to send data between Web screens. How?
Local variables: used when you have to create variables where the scope is the Web screen itself. How?
Screen preparation: Used to execute an action before the rendering of the Web screen. How?
Screen actions: Used when you want to design actions that are only available inside the Web screen. How?
These operations are available in the Screen Menu, on the Menu bar when the Web screen is selected on the Flow canvas, or by right-clicking the Web screen in the eSpace tree.
Improving screen development
To improve the development of your Web Screens, Service Studio provides you with the following advanced techniques:
See Also
Web Screen Properties | About Web Screen Editor | Reuse Web Screens | Cache Screen Contents