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