I would like execute an action (reload the page for exemple) if create or remove data is a success with Editor. (No action with update)
Is it possible?
Hi @FrChFGo ,
Yep, there's several events that you can listen for, such as submitSuccess, where you can run your custom code.
submitSuccess
Cheers,
Colin
Answers
Hi @FrChFGo ,
Yep, there's several events that you can listen for, such as
submitSuccess, where you can run your custom code.Cheers,
Colin