Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disable create button before submit and enable it when server-side validation rise

BorkanJan 3 2021 — edited Jan 3 2021

Hello guys, I have a page with a create button with behavior action Submit Page. I want when click Enter on specific item click create button using jQuery disable it and if there is a server-side validation enable it again ,because when click enter twice while saving process it duplicate data. Show Processing attribute for submit dynamic action doesn't allow the user to do anything when there is a process but it doesn't prevent click on button using jQuery like this :
$("#create_button").click();
Any help?
Regards
~ Borkan

Comments
Post Details
Added on Jan 3 2021
2 comments
401 views