htcilt
08-13-2008, 02:53 PM
I have a form textarea that I can disable/enable using javascript:
document.getElementById('mytextarea').disabled=true
I have now replaced the textarea with a WYSIWYG editor called openwysiwyg http://www.openwebware.com/ but now I can't disable/enable using the javascript method. I've even tried disabling the whole row that the textarea appears in but the WYSIWYG editor still allows the user to type.
Any ideas? Thanks.
document.getElementById('mytextarea').disabled=true
I have now replaced the textarea with a WYSIWYG editor called openwysiwyg http://www.openwebware.com/ but now I can't disable/enable using the javascript method. I've even tried disabling the whole row that the textarea appears in but the WYSIWYG editor still allows the user to type.
Any ideas? Thanks.