My HTMLEditor in extjs won't be disabled I tried : disabled : true, it don't want. how to do ???
+1
A:
disabled
is not a valid config option for the HTML editor,
try
detailInput.setReadOnly( true );
instead
ammoQ
2010-09-29 09:13:20
Thnx dude, it' working! :)
taichimaro
2010-09-29 09:43:19