How to Create a Pop Dialog box with input fields and buttons
Hi Community,
Any Idea how can I create a dialog box with input fields and buttons?
Like
Dear Fulgen,
Depending on your business task, your can make up a business process with AUTO-GENERATED PAGE or PRE-CONFIGURED PAGE elements. Here are some more details on them:
https://academy.bpmonline.com/documents/technic-bpms/7-13/auto-generated-page-process-element
https://academy.bpmonline.com/documents/technic-bpms/7-13/pre-configured-page-process-element
Basically, the application does not support opening small dialog boxes, but you can use auto-generated page with any fields or buttons that you need. It can appear as a separate page but not as a small dialog box.
Best regards,
Dean
Dean Parrett,
Thanks Dean.
Auto generated page and pre-configured page will not be acceptable for our client since it will open as full screen. What we want to achieve is only as size as mini page or a dialog box.
How can we open a minipage in client code? maybe we can use mini page, upon clicking a custom button we will load a minipage.
Dear Fulgen,
Yes, that would be possible if you are ready to create this window using the development tools. Here are a couple of similar articles that will be helpful.
https://academy.bpmonline.com/documents/technic-sdk/7-13/adding-pop-summaries-mini-pages-module
https://academy.bpmonline.com/documents/technic-sdk/7-13/creating-pop-summaries-mini-pages
https://academy.bpmonline.com/documents/technic-sdk/7-13/adding-pop-hints
You can also analyze the the any minipage code and create a custom page that would open up upon your preferred conditions, as in your example upon clicking any button.
Dean
Dean Parrett,
Thanks Dean,
I found below dialog box with text field in BPM online after clicking the new email account. Same as below is our requirement, any idea how we can achieve this?
Dear Fulgen,
There are no basic tools in the bpmonline that would allow to open similar boxes. However, we suggest you to analyse the 'ModalBox' as well as 'ModalBoxSchemaModule' schemas code and develop your own dialog windows that would pop up under your preferred conditions.
Best regards,
Dean