Ticket #9636: 9636b.html

File 9636b.html, 668 bytes (added by Piotrek Koszuliński, 11 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>Replace Textarea by Code &mdash; CKEditor Sample</title>
9        <meta charset="utf-8">
10        <script src="../ckeditor.js"></script>
11        <link href="sample.css" rel="stylesheet">
12</head>
13<body>
14        <form action="sample_posteddata.php" method="post">
15                <div id="a"><div>
16                <script>
17                        // This may be moved to core/config.js and result will be indentical.
18                        CKEDITOR.config.toolbarGroups = [ 'bidi' ];
19
20                        CKEDITOR.appendTo( 'a' );
21                        CKEDITOR.appendTo( 'a' );
22                </script>
23        </form>
24</body>
25</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy