We're thrilled to announce the initial release of SearchBox Pro, an APEX plug-in that adds a powerful global search to your applications.
- Global search bar that integrates seamlessly into your app header
- Reuses existing APEX search configurations for quick setup
- Responsive design adapts to screen size (inline search bar on desktop, overlay spotlight mode on mobile)
- Customizable search bar and results UI via templates and CSS
- Keyboard shortcut (Cmd/Ctrl+K) to open search from anywhere
- Works with standard SQL queries and advanced options like Oracle Text indexes
- Supports reference to existing lists and ubiquitous search in newer database versions
- Plug-in documentation
- Demo application
Enhanced Grid Pro v24.1.1 is now available for download.
Added some features and fixed some bugs.
Show/hide columns using UI dialog
Use Saved reports - in a same way as they're used with IR/IG
Use HTML Expression field, same as it's possible with IR/IG (to style cells, etc.)
Use aggregations on numeric columns
/
Fixed an issue with plug-in not working in APEX 24.1
"Sum" now rounded to two decimal places
Grid plug-in can now handle big numbers normally
Enhanced Grid Pro v24.1 is now available for download. This version is compatible with APEX 19.2 and higher.
Users can now copy values from Excel (or any other external source) to Select list columns (and developers can choose whether return or display values are pasted).
JavaScript API:
"Show delete column" option
New column option: "Duplicate Copies Existing Value"
Select list columns now support Copy-Paste from Excel
Numeric column - added culture support
Select list column
Checkbox column
"Total" counter not updated
With this version of Gantt Chart Pro, the minimum supported version of the Oracle APEX 22.1. For previous versions of APEX, please use Gantt Chart Pro v24.1.
Upgrade the "UC_GANTT" package and the plug-in "United Codes Gantt Chart Pro".
If the "sort" functionality was used, please move the function into the new function "sortData" in "option.methods".
/** * Example : * Previously */ function (pOptions) { //Invert resource sort pOptions.sort = function (data) { return data.sort(function (a, b) { return a.resource < b.resource ? 1 : -1; }) }; return pOptions; } /** * Example : * New from 24.2 */ function (pOptions) { pOptions.methods = { //Invert resource sort sortData : function (data) { return data.sort(function (a, b) { return a.resource < b.resource ? 1 : -1; }) } /* sortData : function (data) { //No sort return data; } */ }; return pOptions; }
Initial release of Plug-ins Pro FlowForms!
v24.1
Release date: 2024-01-22
The issue occurs when a developer uses the Froala option imageDefaultWidth set to 0 in the plug-in attribute JavaScript Initialization Code. The problem is confirmed by the Froala framework bug. To add an image with the original size (without the width property set), a developer has to set the imageDefaultWidth to 100% and the imageResizeWithPercent set to true. See an example code below:
function( pOptions ) {
pOptions.imageDefaultWidth = ‘100%’;
pOptions.imageResizeWithPercent = true;
return pOptions;
}
Small fix to sample application.
Added to Plug-ins Pro Community Plug-ins
Initial release as a Plug-ins Pro Community Plug-in.
Initial release as a Plug-ins Pro Community Plug-in. Previously released by FOEX as a FOS plug-in.
Added a redaction feature for PDF.
Release Date: 2023-10-24
- The Froala WYSIWYG editor updated to 4.1.3 - changelog
- Fixed: Component settings Image Upload URL (Value Required) in 23.2.1 was referencing a hardcoded invalid URL- Fixed: Plug-in attribute File URLs to Load \ Cascading Style Sheet was having extra / for plug-in file froala_editor.pkgd.min.css, causing editor not to render correctly on servers with strict policies- Fixed: Computing REST handlers URL based on the plug-in substitution string #DEFAULT_*# was malformed when owa_util.get_cgi_env('X-Forwarded-Port') is set to NULL- Fixed: Uploading error message when REST upload handler raises errors ERR_* was misleading, pointing to CORS policies [1]- Fixed: Updating CLOB using supporting dynamic action was setting a page item session state to not supported value, including on-load checksum [2]
#DEFAULT_*#
owa_util.get_cgi_env('X-Forwarded-Port')
NULL
ERR_*
Annotations
- [1] Now, it prompts a developer to check an error in a browser console for a detailed error raised by a browser.- [2] When using the plug-in APEX before 22.2, and the CLOB value exceeds the VARCHAR2 limitation, the plug-in nulls a page item session item, similarly to the APEX engine.
Initial release! UC Parallax is now available for download.
Rich Text Editor Pro v23.2 is now available for download. This version is compatible with APEX 19.2 and higher.
The plug-in is successfully tested with the most recent APEX version (23.1.3) at apex.oracle.com.
Support for CLOB values across APEX versions
New image uploading mechanism
Upload images on demand
Third-party plug-ins are supported
General
Third-party integration: Track Changes
Third-party integration: TOAST UI Image Editor
Third-party integration: WProofreader Text Checker
Third-party integration: Wiris Math Type
New package variable g_disable_rest_enabled_check
UC_FROALA_SAMPLE_CLOB_BLOBS
UC_FROALA_SAMPLE_CLOB_BLOBS_SEQ
UC_FROALA_SAMPLE_CLOB_BLOBS_FK
UC_FROALA_SAMPLE_CLOB_BLOBS_FK2
Enhanced Grid Pro v23.2.1 is now available for download. This version is compatible with APEX 19.2 and higher.
Minor release.
Fixed three issues.
Enhanced Grid Pro v23.2 is now available for download. This version is compatible with APEX 19.2 and higher.
Most of the changes in this release are under the hood, so they are not directly visible to the users. But in general, the user experience with Enhanced Grid Pro is now better.
“Select list” column
Text Messages
General
Initial release! Item Option Manager Pro is now available for download.
Progress Bar Pro v23.1 is now available for download. This version is compatible with APEX 19.2 and higher.
Added 'headers' property to Web Service parameters, this allows you to send HTTP-Headers to the web service.
Modal Warn on Unsaved Changes Pro v23.1 is now ready for download! This is the initial release of this plug-in.
Displaying Warning messages when data has been changed but not saved is beyond the scope of a modal dialog page's native functionality. We've built Modal Warn on Unsaved Changes Pro to improve the user interface and experience. This plug-in tracks if there are any changes on the modal page when closing or canceling the modal dialog to warn the user of possible data loss.
UC Autonumeric v23.1 is now ready for download! This release includes:
Minor update: