Wednesday, January 11, 2023

How to disable to manual editing of Date Picker Item in Oracle Apex?


We can set the Custom Attributes of the Date Picker Item (under Advanced) to:


readonly="readonly"

Sunday, January 1, 2023

Oracle APEX hide the x on the modal dialog

Below code to be added in Inline CSS of Page.

 .ui-dialog-titlebar .ui-button

{

    display: none;

}




Output: