Ticket #11567: 11567.html

File 11567.html, 740 bytes (added by Piotrek Koszuliński, 10 years ago)
Line 
1<!DOCTYPE html>
2<!--
3Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.md or http://ckeditor.com/license
5-->
6<html>
7<head>
8        <meta charset="utf-8">
9        <title>#11567</title>
10        <script src="../ckeditor.js"></script>
11        <link href="sample.css" rel="stylesheet">
12</head>
13<body>
14        <h1 class="samples">
15                #11567
16        </h1>
17        <textarea cols="80" id="editor1" name="editor1" rows="10">
18                <p>Image should be filtered out, because there's no image button.</p>
19                <p><img alt="Saturn V carrying Apollo 11" src="assets/sample.jpg" /></p>
20        </textarea>
21        <script>
22
23                CKEDITOR.replace( 'editor1', {
24                        plugins: 'wysiwygarea,toolbar,image2,sourcearea',
25                        removeButtons: 'Image'
26                } );
27
28        </script>
29</body>
30</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy