C
|
cgphp 12/23/2012 |
Check this article: http://xlinesoft.com/phprunner/docs/makereadonly.htm |
T
|
Tempus_Erus author 12/25/2012 |
Check this article: http://xlinesoft.com/phprunner/docs/makereadonly.htm
|
![]() |
Sergey Kornilov admin 12/25/2012 |
You can do that using jQuery code similar to what you aleady use. Instead of making all textareas readonly use textarea IDs. $('#field1_id').attr('readonly','readonly');
|
T
|
Tempus_Erus author 12/28/2012 |
You can do that using jQuery code similar to what you aleady use. Instead of making all textareas readonly use textarea IDs. $('#field1_id').attr('readonly','readonly');
|