Definition A message that is displayed when the S10 Framework is busy with a task.
Code
to clipboard
<button type="button" class="toolbarbutton" 
        onclick="S10Apply('change_save');">
    Save
</button>

<!-- Display this message while processing the data -->
<div class="processingmessage">Order was saved</div>
Example
Component S10 Framework