Hide Close X from a dialog page
Posted: Sat Feb 08, 2025 6:09 am
Step 1
On calling page inline add this
.no-close .ui-dialog-titlebar-close {
display: none;
}
Step 2
then on the dialog page properties go to Dialog > CSS Classes > Enter no-close
On calling page inline add this
.no-close .ui-dialog-titlebar-close {
display: none;
}
Step 2
then on the dialog page properties go to Dialog > CSS Classes > Enter no-close