Return to browse form after save edit form
Posted: Fri Apr 29, 2022 10:52 pm
hello i want return to browse form when i click on save button. to do this I write this in java code
this works but always appears popup with this message :
Leave this form without saving?
why does this happen?
the code doesn't work after saving?
Code: Select all
function nuAfterSave(){
nuOpenPreviousBreadcrumb();
}
Leave this form without saving?
why does this happen?
the code doesn't work after saving?