Ticket #1462: tc.html

File tc.html, 2.2 KB (added by Frederico Caldeira Knabben, 16 years ago)

TC

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!--
3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
5 *
6 * == BEGIN LICENSE ==
7 *
8 * Licensed under the terms of any of the following licenses at your
9 * choice:
10 *
11 *  - GNU General Public License Version 2 or later (the "GPL")
12 *    http://www.gnu.org/licenses/gpl.html
13 *
14 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15 *    http://www.gnu.org/licenses/lgpl.html
16 *
17 *  - Mozilla Public License Version 1.1 or later (the "MPL")
18 *    http://www.mozilla.org/MPL/MPL-1.1.html
19 *
20 * == END LICENSE ==
21 *
22 * Sample page.
23-->
24<html xmlns="http://www.w3.org/1999/xhtml">
25<head>
26        <title>FCKeditor - #1462 TC</title>
27        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
28        <meta name="robots" content="noindex, nofollow" />
29        <script type="text/javascript" src="/fckeditor/fckeditor.js"></script>
30</head>
31<body>
32        <h1>
33                FCKeditor - #1462 TC
34        </h1>
35        <p>
36                Test page for bug <a href="http://dev.fckeditor.net/ticket/1462">#1462</a>.
37        </p>
38        <p>
39                Scroll this page down to the bottom and hit enter inside FCKeditor.
40        </p>
41        <hr />
42        <p>Some text</p>
43        <p>Some text</p>
44        <p>Some text</p>
45        <p>Some text</p>
46        <p>Some text</p>
47        <p>Some text</p>
48        <p>Some text</p>
49        <p>Some text</p>
50        <p>Some text</p>
51        <p>Some text</p>
52        <p>Some text</p>
53        <p>Some text</p>
54        <p>Some text</p>
55        <p>Some text</p>
56        <p>Some text</p>
57        <p>Some text</p>
58        <p>Some text</p>
59        <p>Some text</p>
60        <p>Some text</p>
61        <p>Some text</p>
62        <p>Some text</p>
63        <p>Some text</p>
64        <p>Some text</p>
65        <p>Some text</p>
66        <p>Some text</p>
67        <form method="post" target="_blank">
68                <script type="text/javascript">
69<!--
70var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
71oFCKeditor.BasePath     = '/fckeditor/' ;
72oFCKeditor.Height       = 300 ;
73oFCKeditor.Value        = '<p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>' ;
74oFCKeditor.Create() ;
75//-->
76                </script>
77                <br />
78                <input type="submit" value="Submit" />
79        </form>
80</body>
81</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy