martinbnielsen / apex-mbn-large-text

APEX Plugin - MBN Large Text
MIT License
3 stars 1 forks source link

apex-mbn-large-text

Oracle Application Express Plugin - MBN Large Text

MBN Large Text

This plugin enables collapse/expand of large text columns in Interactive Reports. The end user will, by default, only see a small amount of text, but can choose to expand to see the full text in a column.

Changelog

1.0 - Initial Release

1.1 - Added expand/collapse JavaScript functions.

Install

Plugin Settings

The plugin settings are highly customizable and you can change:

How to use

Collapse and Expand all

To collapse or expand all, two JavaScript function are supplied:

mbndata.expand_all('.large_text');
or
mbndata.collapse_all('.large_text');

Please use the same JQuery selector as specified in the plugin (as parameter to the JavaScript functions).

Demo Application

https://apex.oracle.com/pls/apex/f?p=42601:1

Preview