Ticket #9609: 9609.html

File 9609.html, 1.7 KB (added by Olek Nowodziński, 12 years ago)
Line 
1<!DOCTYPE html>
2<!--
3Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.html or http://ckeditor.com/license
5-->
6<html>
7<head>
8        <title>#9609</title>
9        <meta charset="utf-8">
10        <script src="../ckeditor.js"></script>
11        <link href="sample.css" rel="stylesheet">
12</head>
13<body>
14        <h1 class="samples">
15                <a href="index.html">CKEditor Samples</a> &raquo; #9609
16        </h1>
17        <form action="sample_posteddata.php" method="post">
18                <div class="description">
19                        <p>
20                                This editor is using an <code>&lt;iframe&gt;</code> element-based editing area, provided by the <strong>Wysiwygarea</strong> plugin.
21                        </p>
22<pre class="samples">
23CKEDITOR.replace( '<em>textarea_id</em>' )
24</pre>
25                </div>
26                <textarea cols="80" id="editor1" name="editor1" rows="10">
27                        <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
28                                <tbody>
29                                        <tr>
30                                                <td>1.1</td>
31                                                <td>1.2</td>
32                                        </tr>
33                                        <tr>
34                                                <td>2.1</td>
35                                        </tr>
36                                </tbody>
37                        </table>
38                </textarea>
39                <script>
40
41                        // This call can be placed at any point after the
42                        // <textarea>, or inside a <head><script> in a
43                        // window.onload event handler.
44
45                        // Replace the <textarea id="editor"> with an CKEditor
46                        // instance, using default configurations.
47                        CKEDITOR.replace( 'editor1' );
48
49                </script>
50                <p>
51                        <input type="submit" value="Submit">
52                </p>
53        </form>
54        <div id="footer">
55                <hr>
56                <p>
57                        CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
58                </p>
59                <p id="copy">
60                        Copyright &copy; 2003-2012, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
61                        Knabben. All rights reserved.
62                </p>
63        </div>
64</body>
65</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy