Ticket #13041: modalDialog2.html

File modalDialog2.html, 483 bytes (added by Jakub Ś, 9 years ago)
Line 
1<!DOCTYPE html>
2<html xmlns="http://www.w3.org/1999/xhtml">
3<html>
4<head>
5        <title>Replace Textarea by Code &mdash; CKEditor Sample</title>
6        <meta charset="utf-8">
7        <script src="../ckeditor.js" type="text/javascript"></script>   
8</head>
9<body>
10        <div id="cke"></div>
11        <script type="text/javascript">
12                CKEDITOR.replace( 'cke', {
13                        baseFloatZIndex : 9999
14                } );
15        </script>
16        <input id="button" type="button" onclick="showEditor();" value="button" />
17</body>
18</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy