If you ever had to handle a modal dialog close to trigger some action on the parent page, you probably used a dynamic action using the “Dialog Closed” event.
[Read More]
iOS Modal Scrolling
If you ever tried to scroll a modal page from within Safari on iOS you probably noticed that what is getting scrolled is the parent page content and not the actual modal content.
[Read More]
[Read More]
Return Page Item From an AJAX Callback Process
Recently, I was working on a form that had multiple items retrieved when a select list item changed. The select list triggered a dynamic action that executed some PL/SQL code and returned item values.
[Read More]
[Read More]
Customizing Cards Report
The other day I was working on a cards report for a customer and they wanted to have the cards on the same line be of equal height. They also wanted to have some kind of visual indicator of what card was currently being hovered.
[Read More]
[Read More]
Securing Ajax Callback Process
When navigating from a report page to the corresponding detail page, it’s always a good practice to enable the parameters checksum to prevent users from tampering with the item values that are in the url.
[Read More]
[Read More]
Adding a Clear Icon to an Item
Here’s how to add a clear icon to an item (similar to the calendar icon of the datepicker item).
Since the datepicker’s icon has the same look and feel as what we want, let’s reuse the same CSS and html.
[Read More]
[Read More]
Close Modal Dialog When Clicking Outside
A couple weeks ago someone on apex.world slack asked a question regarding how to capture the cancel dialog event.
[Read More]
[Read More]
Button in Region Title
Note: Instead of using the below code, it’s easier to simply use the built-in button positions. Have a look at my demo application for a preview of the all the button position.
[Read More]
[Read More]
Copy Theme Roller Theme From One Application to Another
Here is how you can copy a theme roller custom theme from one application to the other.
[Read More]
[Read More]
Region in Left-side Navbar Menu
As of now, there is now way to edit the Navigation Menu template under the page template to let’s say add a region above or below it.
[Read More]
[Read More]