Xwiki modal popup in AppWithinMinutes

Hi,I created application with AWM.
image
I want to remove this option and enter the data with “popup”.
Do I have a chance to do this?
Modal Popup UI:
https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/FrontendResources/ModalPopup/

I just have the same (loose) advice as given in a similar topic (which has been posted later, but I read the other one first …) i.e. try to overwrite theJavaScript Event Handler with a different one that fetches the edit view of the sheet for the class via AJAX and inserts it in the modal dialog.

thanks @ClemensRobbenhaar
I tried a different solution