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…
APEX 21.2 New JavaScript APIs Stefan’s Blog John’s BLog Daniel’s Blog apex.env Copy CodeCopiedUse a different Browserapex.env; apex.date Daniel’s Blog apex.regions Copy CodeCopiedUse a different Browser apex.regions.emp.refresh(); OR apex.region("emp").refresh(); apex.items Copy…
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…
APEX 21.2 is live apex.oracle.com , thanks to APEX DEV team. APEX 21.2 comes up with enormous updates including Smart filters Progressive Web Apps, Universal Theme & UI Updates, new components 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. Add Custom Validation to the Interactive Grid Interactive Grid Static ID - emp Use SAL as column Name for below example. JavaScript Code Copy CodeCopiedUse a…
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…