Is it possible in JavaScript to check if a form has saved successfully before launching a dialog? I want to launch a dialog after the save event, but only after the Save event is complete. The only thing I could think to do is create a setTimeout
function, but it doesn't seem ideal. Does anyone have any suggestions? Thank you!
↧