Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

..more ..less link to show and hide long text area page items in Oracle APEX

user12258588Jan 18 2024

Hi Everyone,

I am a beginner in Oracle APEX, We have a requirement to show long text area items to have ..more ..less buttons to show and hide. There is a post on this but it is for a column in a interactive report which i am able to achieve.

https://forums.oracle.com/ords/apexds/post/more-less-link-to-show-hide-more-text-in-a-report-1155#comment_323462159461157142162142616005330512745

I am trying to achieve same on a page item field which is of type text area.

I tried to apply CSS using some examples in forums but not sure of how to put the buttons.

#P2_LONG_TEXT {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}

We have many such long text area fields in the application. If anyone has worked on this before please help to share your inputs it would be very helpful.

Regards,
Sandeep

Comments
Post Details
Added on Jan 18 2024
2 comments
482 views