Text field become hidden after changing its presentation to read-only in RTC
3 answers
Hi Brian Fleming,
No i didn't enter anything into the text field.
do you mean to say that if there is no data in the text field than it will disappear only the label remain visible right ???
if yes like blank text field will become disappear in read-only format then how can make it remain visible in the read-only format, is there any way to deal with it ?
if yes like blank text field will become disappear in read-only format then how can make it remain visible in the read-only format, is there any way to deal with it ?
because i really want that text to remain visible in read-only format
Comments
If there is data in the field, it will appear. If there is no data, you will not see anything. What were you expecting to appear if there was no data?
Perhaps you actually need a dynamic read only attribute. Otherwise, how do you plan on having users populate this field?
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.workitem.doc/topics/t_configuring_dynamic_read-only.html&scope=null
Brian Fleming i was expecting just readonly text field a blurred look which usually readonly has but is there any other way i can display it in readonly look,
What do you mean by dynamic read only attribute ? how can i achieve it ? please elaborate brother
I'm now reading your provided article