How to Close Browser upon Logging out In Oracle APEX. Solution 1: In the shared components section go to the Navigation bar and click on the Logout link. Paste Below…
https://youtu.be/sWDLyuUahlE Comparison between Faceted search and Smart filter regions Oracle APEX. Smart Filters:- Smart Filters is a new search component that allows users to quickly narrow data down with filter…
In this Short Video Vikas has explained, how can we customize the APEX login page template using APEX declarative templates options. https://youtu.be/s4T6_5okY5M
In this Short Video Vikas has explained, how can we setup the APEX application header image. Availble Options Text Image Image and Text both https://youtu.be/VqggHl6mJdw
In this Short Video Ashish has explained, how can we create drawer effect in APEX dialog pages. Available Options for Inline regions and Dialog Pages DRAWERS from left DRAWERS from Right https://youtu.be/lV-LSlnnG-Y
Walking through APEX 21.2 new features. https://youtu.be/sWDLyuUahlE Powerful Search Bar Search Suggestions Suggestion Chips Progressive Web Apps Greater Flexibility in Page Layouts Modal Dialog Drawers Updated Alert and Confirm Dialogs…
Static File Editor For static file editing, I have been using FOEX chrome extension till date. Now editing is allowed within the designer natively. Allows developers to create, edit and…
COLLECTION Step 1: Create Data Loading Definition Step 2: Select Target Type (COLLECTION Name- DATA_LOADING) Step 3: Sample Data Mapping (Source Type - Upload a File/Copy and Paste) Step 4:…
Referred from John’s cookbook sample app. Execute when Page Loads // Add the progress indicator. An alternative would be to add this to a page template. $("#t_Header .t-Header-logo").append('<div id="progress" class="progress-bar stripes"><span></span></div>'); Interactive…