| 1 | <!DOCTYPE html> |
|---|
| 2 | <!-- |
|---|
| 3 | Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. |
|---|
| 4 | For 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 é um email automático. Por favor não responda diretamente ao remetente. Caso haja alguma dúvida ou divergência</p> |
|---|
| 19 | </textarea> |
|---|
| 20 | <script> |
|---|
| 21 | |
|---|
| 22 | CKEDITOR.replace( 'editor1', { fullPage: true } ); |
|---|
| 23 | |
|---|
| 24 | </script> |
|---|
| 25 | </body> |
|---|
| 26 | </html> |
|---|