Posts by chinnappa

How to Add JavaScript Alert When Item Value is Changed

OverView This document talks about how to add the JavaScript alert when the item value is changed. We are going to achieve this in oracle apex using the JavaScript API…

Read More

Interactive Grid Toolbar Customization -Part 2

Overview Interactive Grid (IG) allows a great deal of customization to its toolbar and menus. The toolbar is implemented by a new toolbar widget. Like most widgets, the toolbar is…

Read More

Interactive Grid Toolbar Customization Part 1

  Overview Interactive Grid (IG) allows a great deal of customization to its toolbar and menus. The toolbar is implemented by a new toolbar widget. Like most widgets, the toolbar…

Read More

Regional Display Selector Freezing In Oracle Apex

Regional Display Selector Freezing In Oracle Apex   The Region Display Selector is a Region component that provides page-level navigation control for other regions with the Region Display Selector property set to Yes. It can be configured to work in two modes: View Single RegionShow regions as tabs. Selecting a tab will make the corresponding region visible and hide the other selections. Scroll WindowAlways display all the regions on the page. Selecting a tab will scroll your window to the corresponding region. Technologies and Tools Used…

Read More

Fade Out Alert Message In Oracle Apex

Fade Out Alert Message In Oracle Apex   The fadeOut() method gradually changes the opacity, for selected elements, from visible to hidden (fading effect). Note: Hidden elements will not be displayed at all (no longer affects the layout of the page). Syntax: $(selector).fadeOut(speed) speed Optional. Specifies the speed of the fading effect. The default value is 400 milliseconds Possible values: · milliseconds · “slow” · “fast”…

Read More