XPages Extension Library
Is it possible to manually remove (or change the event) of the "X" close button in the xe:dialog popup somehow?
It might simple be changing the style, but i don't know more. This is not a core Dojo property of the dialog.
Just needed to add this CSS:
.lotusDialog .lotusClose {</div> display: none;</div> }</div>
.lotusDialog .lotusClose { display: none; }