Processing for SAVE (inline or bubble)
Processing for SAVE (inline or bubble)
![wadeparallon](https://secure.gravatar.com/avatar/d3bbe76b231df5516613f7f36898e2fe/?default=https%3A%2F%2Fvanillicon.com%2Fd3bbe76b231df5516613f7f36898e2fe_200.png&rating=g&size=120)
in Editor
I've tried to look up in the documentation, and I apologize if I've missed it.. but is there a "processing" setting for SAVING data? We are hands tied to a slow API and I need to get messaging out the the user that "its working on it".
I'm using both inline and bubble editor
This discussion has been closed.
Replies
There's not a specific one, but you could use the events
preSubmit
andsubmitComplete
to show/remove a message.Colin
I'm trying to use those now.. but having issues attempting to put an overlay over the WHOLE row with a spinner.
assuming presubmit pops it up, and the submitcomplete goes away.
If you can post a link, or create a test case, we're happy to take a look,
Colin
I've gone in a different direction. This was just a band-aid of a symptom that was from me trying to marry whole row inline edit AND bubble edit on two columns.
It was a mess. A happier out-of-the-box solution was to use inline bubble edit for everything and the option for in table form control.