Ticket #9404: frame.html

File frame.html, 717 bytes (added by Jakub Ś, 12 years ago)
Line 
1<!DOCTYPE html>
2<!--
3Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.html or http://ckeditor.com/license
5-->
6<html>
7<head>
8        <title>Inline Editing by Code &mdash; CKEditor Sample</title>
9        <meta charset="utf-8">
10</head>
11<body>
12        <h1 class="samples">
13                <a href="index.html">CKEditor Samples</a> &raquo; 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>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy