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!

How to change the border color of a text area page item

HawkerHunterFeb 21 2021

Hello friends,
I am working on an APEX form where I am using a text area page item P23_USER_COMMENT.
On clicking a button where I have added a JavaScript code in true action to check the business logic, I want to color the border of the text area with red color when the logic fails.
I found that I cannot put any Static Id for a Text Area page item P23_USER_COMMENT to locate the Text Area element in the HTML document and apply the CSS on it.
Can anyone please let me know how I can grab this element in the HTML document to change the CSS.
Thanks and Regards
Hawker

This post has been answered by Ramin Angooti on Feb 21 2021
Jump to Answer
Comments
Post Details
Added on Feb 21 2021
6 comments
3,554 views