With a simple one column list, I would like to be able to click on any field in the list and have the color of the text in the field change to blue using onFocusGained. The color changes must be remembered from session to session. How can this be done? The field display type must be TEXT_FIELD.
I had a similiar issue that was answered here:
I believe that refers to use of a HTML_AREA field, but I wanted to use a regular TEXT_FIELD. Maybe that is not possible. Thanks for pointing out the link though. I does provide some good information.
Gotta’ use HTML in list view if you want to show something different on one row versus all the rest.