35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
|
|
<!--
|
|
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>Replace Textareas by Class Name — CKEditor Sample</title>
|
|
|
|
<script type="text/javascript" src="../_V2/ckeditorFull/ckeditor.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<form action="../ckeditor/_samples/sample_posteddata.php" method="post">
|
|
<p>
|
|
<label for="editor1">
|
|
Editor 1:</label>
|
|
<textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p></textarea>
|
|
</p>
|
|
<p>
|
|
<input type="submit" value="Submit" />
|
|
</p>
|
|
</form>
|
|
<div id="footer">
|
|
<hr />
|
|
<p>
|
|
CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
|
|
</p>
|
|
<p id="copy">
|
|
Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
|
|
Knabben. All rights reserved.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|