This could be done using Editor's buttons() options - you'd call submit() with the fourth parameter set to false so it doesn't hide the form, and then immediately call create().
This example, while not exactly what you are looking for, will be of some use in creating the required code, as it does something very similar.
Answers
Hi,
This could be done using Editor's
buttons()
options - you'd callsubmit()
with the fourth parameter set tofalse
so it doesn't hide the form, and then immediately callcreate()
.This example, while not exactly what you are looking for, will be of some use in creating the required code, as it does something very similar.
Regards,
Allan
Thank you