Ticket #2879: test-empty-template.patch
File test-empty-template.patch, 507 bytes (added by , 11 years ago) |
---|
-
_samples/replacebycode.html
24 24 25 25 // Replace the <textarea id="editor"> with an CKEditor 26 26 // instance, using default configurations. 27 CKEDITOR.replace( 'editor1' ); 27 CKEDITOR.replace( 'editor1' , { 28 templates : '', 29 templates_files : [] 30 }); 28 31 29 32 //]]> 30 33 </script>