edvin
02/28/2017, 7:51 PMopenWindow
, openModal
or openInternalWindow
and create the content myself. It's not a lot of code, especially if you use the form builder. I find myself using the builderWindow
more and more actually. You get the title and close-button "for free" but add your own buttons. However, we could even cut down even more of the boiler plate by creating a dialog
builder based on a form
builder. That's actually a good idea, I'll investigate a little 🙂