- JavaScript API Enhancements in APEX 21.2 #JoelKallmanDayFor this year’s #JoelKallmanDay, I’m excited to tell you about some enhancements we’re bringing to the JavaScript API-s in APEX 21.2, which is right around the corner. In this release specifically, we’ve looked at bringing more structure to certain API-s and making them simpler to use. I will only cover some of the enhancements here.Continue reading “JavaScript API Enhancements in APEX 21.2 #JoelKallmanDay”
- How to dynamically compute Interactive Grid Columns in #orclAPEX 20.2Consider this scenario: You have a number of editable columns that dictate the value of another column and you wish for the said column to update live, even before hitting Save. If you’ve had this requirement in the past, you probably found it not to be a trivial task. Currently, one would have to setContinue reading “How to dynamically compute Interactive Grid Columns in #orclAPEX 20.2”
- A closer look at the Rich Text Editor of #orclAPEX 20.2Oracle APEX version 20.2 comes bundled with a new Rich Text Editor widget. It is based on the CKEditor5 JavaScript library, whereas before it was leveraging CKEditor4. This is a bigger deal than it seems, as version 5 is a complete rewrite of the library and is API-incompatible with previous versions. Part 1: An OverviewContinue reading “A closer look at the Rich Text Editor of #orclAPEX 20.2”