Popup Key LOV grayed out: javascript to change 'disabled' to 'readonly'?
620887Jun 1 2010 — edited Jun 26 2010With 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!