Customizing the message on Save/Submit in a webinterface

601 views
Skip to first unread message

sowm...@gmail.com

unread,
Nov 17, 2014, 2:20:27 PM11/17/14
to suppor...@runmyprocess.com
Hi,

In my web-interface, I have the option 'Show pop-up message' selected for "On Click" for the Save/Submit buttons.

I referred to the below link to make the "message" have the look and feel of my overall page. http://docs.runmyprocess.com/Developer_Guide/Web_Interface/User_Experience/Information_Tags

Is there a way I can customize this message apart from just the styling? For example, show the message in a particular div/location on the page instead of flashing it at the bottom etc.

Also, I want some post-processing to be done once save action completes. Is there a way I can provide a callback to submit/save?

Regards,
Sowmya

Sushma Padidela

unread,
Nov 17, 2014, 3:13:52 PM11/17/14
to suppor...@runmyprocess.com, sowm...@gmail.com
Hi Sowmya,

No, you cannot customize the default popup message shown after Save/Submit which comes at the bottom. You can just customize the text to be shown in it. May be you can try something with the CSS class associated with it.
The userguide article which you referred is just to show a message when some kind of action is done or for validation message etc. If you want to use this information tags after Save/Submit button clicked, then you can add a Javascript widget and write the code which triggers on click of the button. The 

document.getElementById("id_submit").addEventListener('click',function ()
    {
        alert("hello");
id_info_tags.setVisible(true);   // id_info_tags is the id of html widget that contains the html code mentioned in the documentation. Initially this widget can be checked not visible and can be placed beside the Save/Submit button.
        // you can also do some post-processing here.
    }  ); 


Thanks,
Sushma


--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/4fe37b3f-7fc8-4896-93e5-d957d03abc8d%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Reply all
Reply to author
Forward
0 new messages