I need a dialog.prompt but with some more items between the question and the OK/Cancel button.
What’s the ‘recommended’ way to do this?
- patch the dialog.prompt and insert custom HTML-elements
- use a Smart-Select?
- create my own dialog-extension? (e.g.
dialog.extended()
)
or something else?
Think of it like a regular Save As...
- dialog, where you add some items above the Save
button.
Example (green area):