Is there a way to submit entire web page after creating new row in Editor?

Is there a way to submit entire web page after creating new row in Editor?

atcclearsatcclears Posts: 24Questions: 7Answers: 0

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()'

Answers

  • atcclearsatcclears Posts: 24Questions: 7Answers: 0

    I forgot to add the reason/need for this is there are other tabs on the page that reference the rows maintained by Editor.

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    Listen for submitComplete and use window.location to navigate to another url if you need to.

    Allan

This discussion has been closed.