• Remove Button from xe:dialog?

    By Ryan Buening 1 decade ago

    Is it possible to manually remove (or change the event) of the "X" close button in the xe:dialog popup somehow?

    • There are several dojo discussions around that

      By Philippe Riand 1 decade ago

      It might simple be changing the style, but i don't know more. This is not a core Dojo property of the dialog.

      • Solved with CSS

        By Ryan Buening 1 decade ago

        Just needed to add this CSS:

         

        .lotusDialog .lotusClose {</div>
        
        &nbsp; &nbsp; &nbsp;display: none;</div>
        
        }</div>
        

         

        .lotusDialog .lotusClose {
        
        display: none;
        
        }