Wait cursor for inline edit

Wait cursor for inline edit

GeorgeHelmkeGeorgeHelmke Posts: 44Questions: 16Answers: 0

Wondering if it is possible to get a wait cursor while an ajax request is being processed.

The user edits a field, and then this is submitted to the server. We have one server calculation routine that can take up to 5 seconds, which can annoy a user if they get no feedback.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Answer ✓

    Hi,

    We discussed this by e-mail as well, but just incase anyone else is interested in this discussion, this was my e-mail reply:

    In the main Editor lightbox view a spinning cursor will be shown while the Ajax request is being processed (top right of the lightbox). In inline editing mode you can use the preSubmit and postSubmit events to listen for when the Ajax request is submitted and then answered to display a custom processing element. I will be looking at adding this into the default library in future.

    Regards,
    Allan

This discussion has been closed.