3 ways to make Page Item read only in Oracle APEX

3 ways to make a page item readonly of a page in oracle APEX.

Option 1

By default Oracle APEX giving feature to make a page item read only. But if you want to set value by Dynamic Action or by any Computation you will get a session state protection violateion error.

3wayspageitemreadonly_01

Option 2

  • Go to Advanced
  • Then go to Custom Attributes.
  • write -   readonly="true"

3WaysPageItemReadonly_02

Option 3

  • Go to Aappearance
  • Then go to CSS Classes.
  • write –   apex_disabled

3WaysPageItemReadonly_03

 

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *