S SONYFX Senior member May 14, 2003 403 0 0 Dec 29, 2006 #1 Is it possible to disable the text field but still make the scroll bar "scrollable"? I tried READONLY and DISALBED but they don't work, thanks.
Is it possible to disable the text field but still make the scroll bar "scrollable"? I tried READONLY and DISALBED but they don't work, thanks.
G GotGoose Member Feb 25, 2006 41 0 0 Dec 29, 2006 #2 I tried readonly and that worked. See code below.
I igowerf Diamond Member Jun 27, 2000 7,697 1 76 Dec 29, 2006 #3 If you want it to look disabled in read-only mode, try adding a gray background color. <textarea style="background-color:#eee" readonly="readonly">
If you want it to look disabled in read-only mode, try adding a gray background color. <textarea style="background-color:#eee" readonly="readonly">