| 1 | <!DOCTYPE html> |
|---|
| 2 | <!-- |
|---|
| 3 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. |
|---|
| 4 | For licensing, see LICENSE.html or http://ckeditor.com/license |
|---|
| 5 | --> |
|---|
| 6 | <html> |
|---|
| 7 | <head> |
|---|
| 8 | <title>Replace Textarea by Code — CKEditor Sample</title> |
|---|
| 9 | <meta charset="utf-8"> |
|---|
| 10 | <!--<script type="text/javascript">window.CKEDITOR_BASEPATH='http://192.168.1.100:8080/releases/ckeditor/4.1.1_full/ckeditor/';</script>--> |
|---|
| 11 | <!--<script type="text/javascript"> |
|---|
| 12 | window.document.domain='example.com'; |
|---|
| 13 | </script>--> |
|---|
| 14 | <script src="../ckeditor.js"></script> |
|---|
| 15 | <!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>--> |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | </head> |
|---|
| 19 | <body> |
|---|
| 20 | <div > |
|---|
| 21 | <input type="textbox" value="123456789" readonly /> |
|---|
| 22 | </div> |
|---|
| 23 | <div > |
|---|
| 24 | <iframe src="replacebycode.html" width="1500" height="600" /> |
|---|
| 25 | </div> |
|---|
| 26 | |
|---|
| 27 | </body> |
|---|
| 28 | </html> |
|---|