<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
 * CKEditor - The text editor for Internet - http://ckeditor.com
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Samples List - CKEditor</title>
	<link type="text/css" rel="stylesheet" href="sample.css" />
</head>
<body>
	<h1>
		CKEditor Samples List
	</h1>
	<h2>
		Basic Samples
	</h2>
	<ul>
		<li><a href="replacebyclass.html">Replace textareas by class name</a></li>
		<li><a href="replacebycode.html">Replace textareas by code</a></li>
	</ul>
	<h2>
		Advanced Samples
	</h2>
	<ul>
		<li><a href="divreplace.html">Replace DIV elements on the fly</a>&nbsp; </li>
		<li><a href="ajax.html">Create and destroy editor instances for Ajax applications</a></li>
	</ul>
	<div id="footer">
		<hr />
		<p>
			CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
		</p>
		<p id="copy">
			Copyright &copy; 2003-2008 Frederico Caldeira Knabben (<a href="http://www.fredck.com/">FredCK.com</a>)
		</p>
	</div>
</body>
</html>
