Processing for SAVE (inline or bubble)
Processing for SAVE (inline or bubble)
wadeparallon
Posts: 64Questions: 9Answers: 0
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
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.