Ticket #3777: 3777.patch
File 3777.patch, 1.1 KB (added by , 14 years ago) |
---|
-
_samples/enterkey.html
15 15 { 16 16 // If we already have an editor, let's destroy it first. 17 17 if ( editor ) 18 editor.destroy( );18 editor.destroy( true ); 19 19 20 20 // Create the editor again, with the appropriate settings. 21 21 editor = CKEDITOR.replace( 'editor1', … … 57 57 </select> 58 58 </div> 59 59 <br style="clear: both" /> 60 60 61 <form action="sample_posteddata.php" method="post"> 61 62 <p> 62 63 <br /> 63 <textarea id="editor1" name="editor1" rows="10" cols="80"> <p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea>64 <textarea id="editor1" name="editor1" rows="10" cols="80">This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</textarea> 64 65 </p> 65 66 <p> 66 67 <input type="submit" value="Submit" />