How to Use Server Process in async Mode?

 apex.server.process namespace works in async mode, meaning whenever you hit the process it never waits to complete. Let’s take below example. AJAX process name : GET_EMP_DATADescription: This process bring data from ORDS REST API. function get_data(p_url, p_pegination) { return apex.server.process('GET_EMP_DATA', {... Read more

New Features in APEX 20

What’s coming in Oracle Application Express (APEX 20.1)?  There are couple of things being added and removed In APEX 20.1. As per the APEX DEV team. Announcements Enhancements New Interactive Grid PDF generation features We have been struggling in APEX... Read more

Markdown Editor Page Items in APEX 19.2

 Displays a text area supporting markdown input, with text formatting options, support for including images, and a preview option to view the formatted text. The Markdown Editor allows you to write using easy-to-read, easy-to-write plain text, then convert it to... Read more

What is New in Oracle APEX 19.2

What’s New in Oracle APEX 19.2? Faceted SearchAPEX dev team introduced in faceted search option in APEX 19.2. As per the DEV team. Introducing Faceted Search, a new component that enables you to quickly search and filter your data like... Read more

APEX user profiler

APEX user profile utility This plugin is inspired by the APEX workspace user profile option. Steps JSON Configuration Sample Query: Attributes Attribute Name Description Example FIRST_NAME Display First Name in Profile Ashish LAST_NAME Display Last Name in Profile Sahay IMAGE_SRC... Read more

How to Print apex region into PDF format in Oracle APEX?

How to Print apex region into PDF format in Oracle APEX? The answer…   People typically want to download region into pdf format from a Classic Report, Interactive Report, or PLSQL dynamic content and this plugin will not supportable for... Read more

Move APEX page item to navigation menu

Move APEX page item to navigation menu, navigation bar or Application title. This plugin help to move the page items to navigation menu, Navigation bar or Application title. Steps Screenshots:    Source: Download source from GitHub. Report a bug Demo Read more

Material Cards Region Plugin

Material Cards Region plugin (1.0) | Oracle APEX.   This plugin returns the dynamic material cards with ripple effect. In this plugin everything is customizable, from color to icons and even number of cards per row. Steps SELECT Initcap(ename) CARD_TITLE,... Read more

Change Font Awesome Icon Color

Most of the times we do not want the default color of font awesome icons. To replace this thing we can use following : Click on page Title , Go to to “JavaScript” > Execute when Page Loads > Paste the... Read more

APEX page types | Universal Theme

APEX provides three types of pages till APEX 20.  To create these pages Select Page Mode. Available options include: Note that options Modal and Non-Modal Dialog will only be available for selection where the current application theme contains a default... Read more