Skip to Main Content
Run ORDS as a systemd Service Shuttle Sorting

Set an Attribute to read only or hidden

APEX CSS
Set an Attribute to readonly or hidden

Example

  • Advanced → Custom Attribute → readonly
  • Advanced → Custom Attribute → hidden

Add to Page Inline CSS ( For Hidden )


.hidden {
 display: none;
}