Ticket #9137: test.html

File test.html, 1.5 KB (added by fujikawa.naoki, 13 years ago)

test code html

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4        <meta content="text/html; charset=utf-8" http-equiv="content-type" />
5        <script type="text/javascript" src="http://ckeditor.com/apps/ckeditor/3.6.3/ckeditor.js"></script>
6</head>
7<body>
8                        <label for="editor1">
9                <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;html&gt;
10                    &lt;head&gt;
11                    &lt;body&gt;&lt;img src=&quot;screenshot.png&quot;&gt;&lt;/body&gt;
12                    &lt;/head&gt;
13                    &lt;/html&gt;
14                </textarea>
15            <label for="editor2">
16            <textarea cols="80" id="editor2" name="editor2" rows="10">
17                &lt;html&gt;
18                &lt;head dir=&quot;ltr&quot;&gt;
19                &lt;body&gt;&lt;img src=&quot;screenshot.png&quot;&gt;&lt;/body&gt;
20                &lt;/head&gt;
21                &lt;/html&gt;
22            </textarea>
23            <script type="text/javascript">
24                        //<![CDATA[
25                                CKEDITOR.replace( 'editor1',
26                                        {
27                                                fullPage : true,
28                        baseHref : 'http://a.cksource.com/c/1/inc/img/'         
29                                        });
30                                CKEDITOR.replace( 'editor2',
31                    {
32                        fullPage : true,
33                        baseHref : 'http://a.cksource.com/c/1/inc/img/'
34                    });
35                        //]]>
36                        </script>
37</body>
38</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy