Ticket #11504: 11504.html

File 11504.html, 686 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>#11504</title>
10        <script src="../ckeditor.js"></script>
11        <link href="sample.css" rel="stylesheet">
12</head>
13<body>
14        <h1 class="samples">
15                #11504
16        </h1>
17        <textarea cols="80" id="editor1" name="editor1" rows="10">
18                <p>Este &eacute; um email autom&aacute;tico. Por favor n&atilde;o responda diretamente ao remetente. Caso haja alguma d&uacute;vida ou diverg&ecirc;ncia</p>
19        </textarea>
20        <script>
21
22                CKEDITOR.replace( 'editor1', { fullPage: true } );
23
24        </script>
25</body>
26</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy