Plug-in Documentation
The Rich Text Editor Pro documentation covers all plug-in components available after installing it in Oracle APEX application and explains concepts on how the plug-in works.
Concepts
Section titled “Concepts”Learn on how plug-in works, what information is available throught the plug-in session state, how the plug-in handles images while working with a document and while submitting a page. Also, learn what are the plug-in toolbar capabilities for customization, and how APEX features such as authorization schemes and global page can be used to customize the plug-in.
:::note Topics
- Learn about the plug-in session state and information stored in APEX collection
- Learn about the plug-in image handling capabilities
- Learn how the plug-in upload and update workflow preparing document to be saved in the database
- Learn about the plug-in toolbar capabilities
- Learn about the plug-in capability to be configured depending on user roles
- Learn on how to laverege APEX application global page to customize the plug-in
:::
Page Item plug-in
Section titled “Page Item plug-in”Learn about page item plug-in implementing Rich Text Editor Pro. What attributes are exposed in application component settings, and what can be configures on page level using APEX page designer.
:::note Topics
- Explore which standard page item attributes are used by the plug-in
- Explore the plug-in custom attributes exposed in the page desinger
- Explore the plug-in JavaScript events exposed for the page designer
- APEX Integration
:::
Process plug-in
Section titled “Process plug-in”Learn about the supporting process plug-in exposing processes to handle CLOB values across APEX versions, and two processes for image handling in the database after submitting a page.
:::note topics
:::
Dynamic Action plug-in
Section titled “Dynamic Action plug-in”Learn about the supporting dynamic action plug-in exposing dozen options to customize the plug-in using dynamic action interface. The dynamic action plug-in exposes also actions on demand to manipulate the plug-in session state or upload images on end-user demand without submitting a page.
:::note Topics
Configuration:
Action on demand:
:::
Database Objects
Section titled “Database Objects”Learn about all database objects created in APEX schema after installing the plug-in.
:::note Table of contents
- Tables, sequences and triggers
- Access Token Type
- Package UC_FROALA_RTE
- Package UC_FROALA_SETTINGS
- Package UC_FROALA_SAMPLE_APP
- Package UC_FROALA_SAMPLE_REST
- Package UC_CRYPTO
- Package UC_PLUGINSPRO
:::
Sample RESTful Service
Section titled “Sample RESTful Service”Learn about the plug-in sample RESTful service used by the plug-in sample application. The sample service provides handlers to upload, display and delete images in the database using the plug-in editor’s UI.
:::note Table of contents
:::
PL/SQL API
Section titled “PL/SQL API”The plug-in exposes several functions and procedures to be used in custom development on PL/SQL level.
:::note Table of contents
Functions
Procedures
:::