OraOpenSource / apex-plugin-clob-load

Oracle Application Express (APEX) Plugin for form items with long text content (over 32k)
Other
21 stars 3 forks source link
apex clob oracle plugin

APEX Plugin CLOB Load

Plugin for displaying and saving CLOB content in a form.

Event based architecture that writes the contents of a CLOB to a collection that can then be used to write to any custom location needed.

This is a modification of the previously released Enkitec CLOB Load Plugin enabled for use with APEX 5.X.X

Short Description

When using a Text Area or Rich Text Editor, you can save larger amounts of data to a CLOB table column by adding the following events:

The included application is a working basic example of plugin.

Content

apex-plugin-clob-load.sql

apex-plugin-clob-load-UnitTestApp.sql

Unit Test Application

This is a basic implementation app that tests the different reagions and features.

Sample Screen

Requirements

APEX 5.0.0 +

Version Notes

Short description of changes

2017.08.04 (release)

Improvements to Unit test app
Rich Text - race condition patch

2017.06.21 (being tested)

New version structure
Bug fix for Rich Text Area
Implemented source changes into plugin and app export
Unit Test App - modified to use collections

1.0

Initial port from original source

Historical Credits