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…
Referred from John’s cookbook sample app. Interactive GRID Static ID - emp Grid Query SELECT EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM FROM emp Function and Global Variable Declaration Copy CodeCopiedUse a…
Referred from John’s cookbook sample app. Copy CodeCopiedUse a different Browsercreate or replace function striphtml( p_html in varchar2) return varchar2 is l_html varchar2(32767); l_pos pls_integer; begin if length(p_html) > 0 then l_html…