OutSystems Service Studio 4.1 Help
About Mobile Web Screens
Mobile Web Screens
are WAP pages where the user can interact through links, buttons, and
forms. To design the layout of Mobile Web screens, you have a specific
editor and simply drag & drop the
available widgets (Combination of the words: Window and Object. Used to presents dynamic
content in your screens.).
See Mobile Web Widgets Toolbar.
You can add the following elements to your Mobile Web screen:
Input parameters: used to send data between Mobile Web screens. How?
Local variables: used when you have to create variables whose scope is the Mobile Web screen itself. How?
Screen preparation: used to execute an action before the rendering of the Mobile Web screen. How?
Screen actions: used when you want to create actions that are only available inside the Mobile Web screen. How?
These operations are available in the Screen Menu, at the Menu bar when the Mobile Web screen is selected in the Flow canvas; or by right-clicking the Mobile Web screen in the eSpace tree.
Improving screen development
To improve the development of your Mobile Web Screens, Service Studio provides the following features:
See Also