How to get Screen Resolution of system in Oracle Apex

Create 2 Text Items P1_SCREEN_WIDTH P1_SCREEN_HEIGHT 2. Create a Dynamic Action Named “get Screen Resolution” Event = Page Load True Action = Set Value Set Type = JavaScript Expression JavaScript Expression =

Affected Elements > Selection Type :  Item(s) Item(s): P1_SCREEN_WIDTH Fire on Initialization :Yes Create another True action under …

How to Launch inline dialog in oracle apex using JavaScript

How to show and hide inline dialog in oracle apex using JavaScript Create a Region named as example “Employee Details: Assign a Static ID of the region “EMPDTLS”  ( ..Region Property/Advanced/Static ID:) Create a Page Button Named “ShowDialog” Go to the button property and set it’s properties as below: Behavior/Action …

Calling AJAX call back process in Oracle Apex using Javascript

Without Dynamic Action we  can easily call AJAX call back process Create a Page Process: Name: EMP_NAME Type : PL/SQL Code Source> PL/SQL Code:

Execute Options > Point: AJAX Callback Create 2 Items in the page P2_ID P2_NAME Note: in this example my Page ID is 2, in your …