After creating a new row in Editor, is there a way to invoke the equivalent of this for the entire web page? onchange='this.form.submit()'
I forgot to add the reason/need for this is there are other tabs on the page that reference the rows maintained by Editor.
Listen for submitComplete and use window.location to navigate to another url if you need to.
submitComplete
window.location
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
I forgot to add the reason/need for this is there are other tabs on the page that reference the rows maintained by Editor.
Listen for
submitComplete
and usewindow.location
to navigate to another url if you need to.Allan