Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
I wanted to give a popup message on clicking a button.I dont want to give it using navigation button.
Instance: I am using a save button which saves the report.Here,
On clicking the save button i wanted to display a pop up which says "saved successfully".
How can I make it possible?
Thanks,
V.Shalini.
1. Go to the properties under your Thing ( the one that you are pulling services from).
1.a. Select your Service
1.b. band your button/widget's property 'Click' to the service
2. Click into your service >'Configure the Selected Entity'
3. Add the message you wanna display in case of a successful or failure case and select check box
4.Test your mashup. On the top of the screen, message should pop.
Hope this is what you are looking for.
There is a widget called Status Message, you can bind your button to the widget and you can get the popup.
In addition, if you have a validation service to check if your saving process is really successful, you can bind your service output to a Validation widget, and the equation inside will tell it's true or false, and the true event can be used to trigger the Status Message widget
Status Message widget only pops up a TextBox, no extra decorations can be done;
If you want other information/ image in the popup , use Navigation widget instead.