can I show "saving" as big icon in center of the page on button click by making background blur??
*This post is locked for comments
Yes you can, though it will not be a supported code. You can register a JavaScript function on save event. Make the save call through Ajax using JavaScript, show saving icon (using html and css) and in the success function hide the saving icon.
Can u please send sample code for this??
You can use below:
$("body").append("<div id='loaderimg' style='position:absolute;top:30%;left:35%;z-index:1;width:150px;height:150px;background:antiqueWhite;text-align:center;' ><img style='margin-top:40px;' src='URL of the image' /></div>");
You can store the image as a web resource and use it.
Hi!
Please don't do this! Save is handled asynchronously and so it should be unobtrusive to the user - especially when autosave is enabled.
If you use this kind of code it will set a dangerous precedent where users will start expecting a consistent approach on all forms - which will result in a great deal of unsupported code!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
HR-09070029-0 2
ED-30091530-0 1