Changeset 3718
- Timestamp:
- 06/19/09 16:53:31 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_samples/enterkey.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_samples/enterkey.html
r3717 r3718 17 17 // If we already have an editor, let's destroy it first. 18 18 if ( editor ) 19 editor.destroy( );19 editor.destroy( true ); 20 20 21 21 // Create the editor again, with the appropriate settings. … … 59 59 </div> 60 60 <br style="clear: both" /> 61 61 62 <form action="sample_posteddata.php" method="post"> 62 63 <p> 63 64 <br /> 64 <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>65 <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> 65 66 </p> 66 67 <p>
Note: See TracChangeset
for help on using the changeset viewer.
