source: companies/celepar/news_admin/templates/celepar/fckeditor/to_delete/_samples/html/sample11.html @ 763

Revision 763, 1.2 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!--
3 * FCKeditor - The text editor for internet
4 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
5 *
6 * Licensed under the terms of the GNU Lesser General Public License:
7 *              http://www.opensource.org/licenses/lgpl-license.php
8 *
9 * For further information visit:
10 *              http://www.fckeditor.net/
11 *
12 * "Support Open Source software. What about a donation today?"
13 *
14 * File Name: sample11.html
15 *      Sample page.
16 *
17 * File Authors:
18 *              Frederico Caldeira Knabben (fredck@fckeditor.net)
19-->
20<html xmlns="http://www.w3.org/1999/xhtml">
21<head>
22        <title>FCKeditor - Sample</title>
23        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
24        <meta name="robots" content="noindex, nofollow" />
25        <link href="../sample.css" rel="stylesheet" type="text/css" />
26</head>
27<body>
28        <h1>
29                FCKeditor - JavaScript - Sample 11</h1>
30        <div>
31                This sample shows a form with two FCKeditor instance loaded inside an IFRAME. Both instances share the same
32                toolbar, available in the main page (top).
33        </div>
34        <hr />
35        <div id="xToolbar"></div>
36        <hr />
37        <iframe src="sample11_frame.html" width="100%" height="300"></iframe>
38</body>
39</html>
Note: See TracBrowser for help on using the repository browser.