Modal popup menu

ss2ss3

When I click the AddNewEntry button, a pop-up window opens. In addition to performing the same task with the AddNewEntry page in the action menu, I also want the following input entries. Is it possible? It’s like the AddUser’s working system, which is also in AdminastrationWiki. That is, the number 1 button performs the same function, the record with 2 is added, and the number 3 is added to the list.
Thanks: mild_smile:

There is a similar function in the MoccaCalendar (shameless plug, as I am one of the authors of that plugin.
The trick is to fetch the sheet associated with the class for the app in edit mode via Ajax and insert it into the dialog, also overriding the “Add” and “Cancel” buttons.

If you want to do the default “Add New Entry” button in the extension to do the same, you might need some JavaScript to overwrite the default handler for this link which just shows the input field for the name of the new object. I have to admit that I have not tried if that works.

Thank you. I will try to do.