X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Freadonly.html;h=e462fbdcdebcbc8edd29a3be604ad2289aa6da16;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=283b2940cdc06835568c53cec740f69da160ff99;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_samples/readonly.html b/_samples/readonly.html index 283b294..e462fbd 100644 --- a/_samples/readonly.html +++ b/_samples/readonly.html @@ -1,6 +1,6 @@ @@ -32,11 +32,11 @@ CKEDITOR.on( 'instanceReady', function( ev ) }); }); -function toggleReadOnly( makeEditable ) +function toggleReadOnly( isReadOnly ) { // Change the read-only state of the editor. // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setReadOnly - editor.setReadOnly( makeEditable ); + editor.setReadOnly( isReadOnly ); } //]]> @@ -74,7 +74,7 @@ function toggleReadOnly( makeEditable )

- +