Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
df0489e1eeeeab5a9bd44e1d84fce49924fe1bac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta content="text/html; charset=utf-8" http-equiv="content-type" />
	<title>CKEditor Samples &mdash; PHP Integration</title>
	<link type="text/css" rel="stylesheet" href="../sample.css" />
</head>
<body>
	<h1 class="samples">
		CKEditor Samples List for PHP
	</h1>
	<h2 class="samples">
		Basic Samples
	</h2>
	<ul class="samples">
		<li><a class="samples" href="replace.php">Replace existing textarea elements by code</a><br />
		Replacement of selected textarea elements with CKEditor instances by using a JavaScript call.</li>
		<li><a class="samples" href="replaceall.php">Replace all textarea elements by code</a><br />
		Replacement of all textarea elements with CKEditor instances by using a JavaScript call.</li>
		<li><a class="samples" href="standalone.php">Create CKEditor instances in PHP</a><br />
		Creating a CKEditor instance (no initial textarea element is required).</li>
	</ul>
	<h2 class="samples">
		Advanced Samples
	</h2>
	<ul class="samples">
		<li><a class="samples" href="advanced.php">Setting configuration options</a><br />
		Creating a CKEditor instance with custom configuration options.</li>
		<li><a class="samples" href="events.php">Listening to events</a><br />
		Creating event handlers.
		</li>
	</ul>
	<div id="footer">
		<hr />
		<p>
			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
		</p>
		<p id="copy">
			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
		</p>
	</div>
</body>
</html>

Commits for namibiapublic/scripts/ckeditor/_samples/php/index.html

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit