Wednesday, February 13, 2019

Auto reload oracle apex page & color


Go to page property --> html header paste

<meta http-equiv="refresh" content="3">    --like 3 seconds


--region color change
go to region --> advance--> customer Attributes

Style="background:yellow;width:500px;"

--item a color change then

go to item -->column attribute

Style="color:red;" --;--;

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...