Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Ritu raj
3
Views
4
Comments
Popup at end of an action
Question
OutSystems UI Patterns
I have a "Add a new record" screen which has a save button at the end. The action associated with the button creates/updates database. What I want after this updating of database, is a popup to show the user some more options that he can interact with. But I am not sure how to achieve this. Need help.
Note: I know how to create popup on click of a button. But here, I want some actions to be performed before generating a pop up.
Matthias Preuter
MVP
Create a screen-action, and add the actions you want to perform and add a Feedback_massage action before the End of the action.
Isaac Blaise
Staff
Hi Ritu,
Since the Popup Editor widget is run from navigation, you can execute a Javascript function to open it (there is an action in the HTTPRequestHandler extension to do that). Check out this link and let me know if it helps.
https://www.outsystems.com/forums/discussion/10617/javascript-in-expression-editor/
1 reply
14 Jul 2014
Show thread
Hide thread
Ritu raj
Hi Isaac,
You are probably refering to the run javascript action. I got that part, but which method would I have to call in that javascript to open the pop up.
Isaac Blaise
Staff
Ritu,
There is actually an easier way than I previously mentioned. Check this link:
https://www.outsystems.com/forums/discussion/12059/opening-popups-within-an-action/
I went ahead and created an example here, check it out! I added logic that if the data in attribute3 is not "", open the popup editor. Otherwise, show a message saying 'blank!'.
https://isaacblaise.outsystemscloud.com/Popup_Edit_Logic/Test_List.aspx
Cheers,
Isaac
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...