![]() |
Admin 4/18/2013 |
I'm not really sure what readonly dropdown list is. Probably is can simple set 'Edit as' of this type to readonly? |
D
|
dkasing author 4/20/2013 |
I'm not really sure what readonly dropdown list is. Probably is can simple set 'Edit as' of this type to readonly?
|
![]() |
Admin 4/20/2013 |
I see, this makes sense. $('#input_id').disabled(); |
W
|
wildwally 4/21/2013 |
I had a simialar issue where I wanted a drop down field to be read only on an edit page. I tried using the javascript method to accomplish this by setting/enabling the makereadonly on the field. However, in doing so the lookup fileds with dependenicies will no longer work, plus the read only fields turn to a light gray color that even after many attempts to manipulate I just could not override PHPR. |