hi,
is there a way to do something like that?
var oFCKeditor1 = new FCKeditor( "myTextArea" ) ;
oFCKeditor1.ReplaceTextarea() ;
...
if (condition) {
oFCKeditor1.setEditable(true);
} else {
oFCKeditor1.setEditable(false);
}
thanks.
javi.
is there a way to do something like that?
var oFCKeditor1 = new FCKeditor( "myTextArea" ) ;
oFCKeditor1.ReplaceTextarea() ;
...
if (condition) {
oFCKeditor1.setEditable(true);
} else {
oFCKeditor1.setEditable(false);
}
thanks.
javi.
