Processing for SAVE (inline or bubble)

Processing for SAVE (inline or bubble)

wadeparallonwadeparallon Posts: 34Questions: 4Answers: 0

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

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    There's not a specific one, but you could use the events preSubmit and submitComplete to show/remove a message.

    Colin

  • wadeparallonwadeparallon Posts: 34Questions: 4Answers: 0

    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.

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    If you can post a link, or create a test case, we're happy to take a look,

    Colin

  • wadeparallonwadeparallon Posts: 34Questions: 4Answers: 0

    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.

Sign In or Register to comment.