Karel Ekemakarelekema.hashnode.dev·Dec 17, 2024Oracle APEX - Custom Client-Side Validation PluginAPEX offers some declarative settings for client-side validation like 'Required', 'Minimum Value'/'Maximum Value' and the item subtypes. And for few item types, you can use HTML5 validation attributes like ‘pattern’. In case you need additional, more...105 readsorclapex
Karel Ekemakarelekema.hashnode.dev·Dec 10, 2024Oracle APEX - Refresh Region Keep Pagination PluginSomehow I found myself in the business of writing APEX plugins. Sharing this time a plugin to refresh a region keeping the pagination. So it enables to refresh the current page on a region with pagination. It refreshes the region (Classic Report, Int...2 likes·165 readsorclapex
Karel Ekemakarelekema.hashnode.dev·Nov 28, 2024Oracle APEX - Alternative Date Masks PluginSharing another small plugin, enabling the user to enter dates as per one of a list of defined alternative masks. Given a date format mask, this plugin enables to specify one or more alternative masks. Enabling the end-user alternative ways to enter ...91 readsorclapex
Karel Ekemakarelekema.hashnode.dev·Oct 10, 2024Oracle APEX - Popup LOV Search Reference PluginSharing a small plugin to make the search value in a Popup LOV available for reference in the LOV query, enabling ‘Starts With’ search. It submits the entered value to the session cache (transient, so per search request). Having this reference item a...102 readsorclapex
Karel Ekemakarelekema.hashnode.dev·Oct 3, 2024Oracle APEX - IG Simple Choice Column PluginSharing an IG Column Item Plugin for instant multi-row editing of simple choices. It enables the user to quickly select between two choices on multiple rows of the Interactive Grid without need to first click on the cell to get the input item visible...145 readsorclapex