Generate action after closing dialog

You have a page and call a modal page. In that modal page you insert/delete or do something and you want the parent page to refresh. Add dynamic action on parent page which reacts on event Close Dialog Add process in modal page (Close dialog)

Remove X from dialog page

Sometime you want to force users not ‘just’ to close the dialog by a ‘x’, but by a button with some actions in the background. To remove the X you have to add CSS-code in the parent page: button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close { visibility: hidden !important; display:none; }