3727
Views
6
Comments
Solved
Tutorial Pop Up
Discussion

anyone can help me ?

i have a problem to set up using pop up editor,
I've followed the outsystem tutorial on youtube https://www.youtube.com/watch?v=tGD2UmwT52c, but i'm still confused

i want to display a pop up when click and then i can edit the data and save.

can anyone give me tutorial using pop up editor ?

2020-03-05 14-29-02
José Costa
Solution

Hi Risa,

In here: https://www.outsystems.com/learn/lesson/868/scaffolding-and-richwidgets-exercise/

you have a step by step instructions to implement a pop up (starting in page 14 of the pdf file in Resources..

Cheers,

José

UserImage.jpg
Risa Ayu Putri

José Costa wrote:

Hi Risa,

In here: https://www.outsystems.com/learn/lesson/868/scaffolding-and-richwidgets-exercise/

you have a step by step instructions to implement a pop up (starting in page 14 of the pdf file in Resources..

Cheers,

José


Hi Jose,
thank you for the information, my problem was solved

Risa

2018-11-14 14-40-27
Vincent Colpa

Hey

maybe you have a doubt in something specific? share with us your experience and what part is difficult for you so we can help

2021-02-25 10-16-25
Wouter Verbeeck

Is this still valid for reactive web development?

UserImage.jpg
Camila Rodrigues

Wouter Verbeeck wrote:

Is this still valid for reactive web development?


I had the same question, but someone pointed me to this link.

https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Inputs/Create_and_Use_a_Popup

 It explains how to work with popups in resctive web. Instead of using the popup_editor and popup_close, you just need to assign a boolean local variable and use some logic to define when you want the popup to show.

Hope this helps.


UserImage.jpg
Davi Bernardo

Camila Rodrigues wrote: 

Wouter Verbeeck wrote:

Is this still valid for reactive web development?


I had the same question, but someone pointed me to this link.

https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Inputs/Create_and_Use_a_Popup

 It explains how to work with popups in resctive web. Instead of using the popup_editor and popup_close, you just need to assign a boolean local variable and use some logic to define when you want the popup to show.

Hope this helps.


 Thanks, 

So simple rs

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.