Ticket #10165: test.html

File test.html, 639 bytes (added by Piotrek Koszuliński, 11 years ago)
Line 
1<html xmlns="http://www.w3.org/1999/xhtml">
2<head>
3        <title>Replace Textarea by Code &mdash; CKEditor Sample</title>
4        <meta content="text/html; charset=utf-8" http-equiv="content-type" />
5        <script type="text/javascript" src="../ckeditor.js"></script>
6        <script src="sample.js" type="text/javascript"></script>
7        <link href="sample.css" rel="stylesheet" type="text/css" />
8        <script language="JavaScript">
9                document.domain = 'dragonus.local.pl';
10        </script>
11</head>
12<body>
13        <textarea id="editor1">&lt;p&gt;Foo&lt;/p&gt;</textarea>
14        <script>
15                CKEDITOR.config.forceCustomDomain = true;
16                CKEDITOR.replace( 'editor1' );
17        </script>
18</body>
19</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy