Saturday, January 5, 2019

how to favicon in oracle apex

1. upload logo in shareed componenet --> static aplication files
2. copy file reference
3. go to user interface attribute and paste Favicon HTML
<link rel="icon" href="#APP_IMAGES#logo.png" type="image/png" sizes="16x16">

4. run and view effecet

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...