Universal Theme Updates in Oracle APEX 26.1

Search for a command to run...

No comments yet. Be the first to comment.
Oracle APEX already includes Font APEX as the default icon library for Universal Theme. In most cases, that is enough. But in one of my APEX apps, I needed a few icons that were not available there, s

Looking to give your Oracle APEX mobile app a modern, native feel? Here’s a quick hack: add a floating action button that stays anchored at the bottom corner just like in popular mobile apps. This sma

The apex_barcode package offers a PL/SQL API to generate various types of barcodes. You can output barcodes as SVG (Scalable Vector Graphics) values or as PNG file blobs, making it easy to embed them

Oracle APEX makes it easy to get data on screen fast, but often, the default tabular output isn’t enough. What if you want to highlight statuses, add icons, or display badges all without writing compl

APEX 26.1 has been updated to the Universal Theme. While much of the attention in this release is on AI features, I think the UT improvements are just as important for developers like me who care about building clean, modern, and maintainable APEX apps.
The first thing that stood out to me was the new Iris style. It gives applications a fresher Oracle-branded look and makes the default UI feel more modern straight away. If you are not seeing the new style, you are probably seeing the message below. Just click Refresh Theme.
New template components and some changes to Template Components. They were enhanced with partial client-side support, allowing parts of a component to be rendered or reused more flexibly on the client side. Another change is the addition of autocomplete support, which makes it easier to create template attributes.
The Font APEX now has more icons. It may seem small compared to some of the headline features in 26.1, but having better icon support does make a considerable difference in day-to-day development.
Template Directives were also expanded in 26.1 and can now be used more broadly across item, region, list, and page templates. For me, that is a big practical improvement in this release because it gives developers greater flexibility to build reusable, consistent UI patterns.
Oracle also reported general bug fixes and theme refresh improvements.