Overlay Side Navigation Menu
In the last couple of weeks, I’ve been playing with the side navigation menu. By default, the side navigation menu “pushes” the page content back and forth as it expands and collapses.
Which looks just like this:
[Read More]
[Read More]
Right Side Column Page and Validation Error Message Region
If you ever used the “Right Side Column” page template, you might have noticed that the validation error message region is displayed under the right side region’s expand/collapse trigger button.
[Read More]
[Read More]
Interactive Report Alternating Rows
For classic reports there is a region attribute template option to have the rows have alternating row color.
[Read More]
[Read More]
Auto Publish All Translations When Importing an Application
When working with translated application, once everything is done in the source application, you need to seed all the translations, then translate what needs to be and then publish all the translations.
When migrating the application, you will have two choices.
[Read More]
[Read More]
Required Asterisk Left of Item Label
If you ever had a customer asked you to move the required asterisk of the item’s label before the item itself, you probably had to copy the existing template and move the span that holds the asterisk before the item itself then you had to go through all you labels...
[Read More]
[Read More]
Handling Dialog Cancel Event
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]
[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]