X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_samples%2Freadonly.html;h=83cf3146000c58d05eec5b835fe28762778aa1fb;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=283b2940cdc06835568c53cec740f69da160ff99;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_samples/readonly.html b/_samples/readonly.html index 283b294..83cf314 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 )

- +