Ticket #9217: cke.htm

File cke.htm, 657 bytes (added by Jakub Ś, 13 years ago)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html>
3<head>
4<script type="text/javascript" src="http://ckeditor.com/apps/ckeditor/3.6.4/ckeditor.js?1345721680"></script>
5</head>
6<body>
7<form name="testcke" action="cke.cgi" method="POST" onsubmit="return true">
8<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
9<script type="text/javascript">
10        CKEDITOR.replace('editor1');
11</script>
12</form></body></html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy