Ticket #135: cm_position.html

File cm_position.html, 1022 bytes (added by Frederico Caldeira Knabben, 17 years ago)

HTML Test Case

Line 
1<html>
2<head>
3        <title>FCKeditor - Sample</title>
4        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
6        <script type="text/javascript" src="/fckeditor/fckeditor.js"></script>
7
8</head>
9<body>
10        <form action="savedata.php" method="post">
11                <table style="width: 800px; height: 700px;">
12                        <tr>
13                                <td>
14                                        <div style="overflow: auto; height: 100%; width: inherit">
15                                                <div style="width: inherit; height: 100px;">
16                                                        <div style="height: 300px;">
17                                                                &nbsp;</div>
18                                                        <script type="text/javascript">
19var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
20oFCKeditor.BasePath     = '/fckeditor/' ;
21oFCKeditor.Height       = 300 ;
22oFCKeditor.Value        = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ;
23oFCKeditor.Create() ;
24                                                        </script>
25                                                        <div style="height: 300px;">
26                                                                &nbsp;</div>
27                                                </div>
28                                        </div>
29                                </td>
30                        </tr>
31                </table>
32                <input type="submit" value="Submit">
33        </form>
34</body>
35</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy