Step-1 :
Copy to paste this code in Page Load Dynamic Action
document.getElementById("P9_
document.getElementById("P9_
document.getElementById("P9_
Note : type not need Display Only . You can put multiple items
------------------------------------------------------------------------------
If You want to Select List or Popup LOV Display Item Fixt Then Select Page and Go to Execute when Page Loads :
$('#P46_SHIPPER_COM').attr('disabled', true);
$('#P46_CONSIGNEE_COM').attr('disabled', true);
------- Perfect Solution ---------
Inline CSS:
======
/* DISPLAY ONLY item*/
#P22083_LC_ID {
pointer-events: none;
background-color: #f2f2f2;
}
Tags:
Oracle Apex (ix)