Ticket #6442: ckeditor_ticket.html

File ckeditor_ticket.html, 2.3 KB (added by Lynne Kues, 14 years ago)
Line 
1<html xmlns="http://www.w3.org/1999/xhtml"> 
2        <head> 
3                <title>#5892 - Test Page</title> 
4                <meta content="text/html; charset=utf-8" http-equiv="content-type" /> 
5                <script type="text/javascript" src="../ckeditor.js"></script> 
6        </head> 
7        <body> 
8                <p> 
9                        <textarea cols="80" id="editor1" name="editor1" rows="60"> 
10                                        <p>This is a paragraph test</p>
11                                <table border="1" cellpadding="1" cellspacing="1" id="_1280426476191" style="width: 500px;">
12                                        <tbody>
13                                                <tr>
14                                                        <td colspan="1" id="_1280426476192" rowspan="1" style="width: 250px;">
15                                                                &nbsp;</td>
16                                                        <td colspan="1" id="_1280426476193" rowspan="1" style="width: 250px;">
17                                                                &nbsp;</td>
18                                                </tr>
19                                                <tr>
20                                                        <td colspan="1" id="_1280426476194" rowspan="1" style="width: 250px;">
21                                                                &nbsp;</td>
22                                                        <td colspan="1" id="_1280426476195" rowspan="1" style="width: 250px;">
23                                                                &nbsp;</td>
24                                                </tr>
25                                                <tr>
26                                                        <td colspan="1" id="_1280426476196" rowspan="1" style="width: 250px;">
27                                                                &nbsp;</td>
28                                                        <td colspan="1" id="_1280426476197" rowspan="1" style="width: 250px;">
29                                                                &nbsp;</td>
30                                                </tr>
31                                        </tbody>
32                                </table>
33                        </textarea> 
34                        <script type="text/javascript"> 
35                                CKEDITOR.replace( 'editor1', { 
36                        }); 
37                        </script> 
38                </p> 
39        </body> 
40        </html> 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy