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!

Popup Key LOV grayed out: javascript to change 'disabled' to 'readonly'?

620887Jun 1 2010 — edited Jun 26 2010
With a Popup Key LOV field, the description displays as grayed out due to having a disabled="disabled" attribute on the input text tag. Grayed out text is hard to read and a usability issue in my app.

I've not found a way to change this in Application Express and have now read a reply in this forum that there is no way to change this. However substituting a readonly="readonly" attribute would change it: the text would be black and readable normally, while still remaining non-editable.

Can anyone provide me with any tips as to the best way to embed javascript in my Apex page to delete the disabled attribute and add the readonly attribute to the input text tag? Thanks!
This post has been answered by Mark M. on Jun 2 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2010
Added on Jun 1 2010
3 comments
1,765 views