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
It looks like you're new here. If you want to get involved, click one of these buttons!
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