| 1 | <!DOCTYPE html> |
|---|
| 2 | <!-- |
|---|
| 3 | Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. |
|---|
| 4 | For licensing, see LICENSE.html or http://ckeditor.com/license |
|---|
| 5 | --> |
|---|
| 6 | <html> |
|---|
| 7 | <head> |
|---|
| 8 | <title>Inline Editing by Code — CKEditor Sample</title> |
|---|
| 9 | <meta charset="utf-8"> |
|---|
| 10 | </head> |
|---|
| 11 | <body> |
|---|
| 12 | <h1 class="samples"> |
|---|
| 13 | <a href="index.html">CKEditor Samples</a> » IFrame nesting |
|---|
| 14 | </h1> |
|---|
| 15 | <div class="description"> |
|---|
| 16 | <p> |
|---|
| 17 | Scroll issues with the iframe nesting of an editor inline. |
|---|
| 18 | </p> |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | </div> |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | <iframe id="editorFrame" name="editorFrame" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="inlinebycode.html" style="width: 100%; height: 1753px; "></iframe> |
|---|
| 25 | </body> |
|---|
| 26 | </html> |
|---|