Oracle Application Express Plugin - 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.
The plugin settings are highly customizable and you can change:
<div class="large_text">#CALL_STACK#</div>
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).
https://apex.oracle.com/pls/apex/f?p=42601:1