server/php/basic/public_html/static/lib/ckeditor/samples/inlinebycode.html
author rougeronj
Thu, 18 Jun 2015 16:54:57 +0200
changeset 504 3329b413db18
permissions -rw-r--r--
add the new client libraries server side
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
504
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     1
<!DOCTYPE html>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     2
<!--
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     3
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     4
For licensing, see LICENSE.md or http://ckeditor.com/license
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     5
-->
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     6
<html>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     7
<head>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     8
	<meta charset="utf-8">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
     9
	<title>Inline Editing by Code &mdash; CKEditor Sample</title>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    10
	<script src="../ckeditor.js"></script>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    11
	<link href="sample.css" rel="stylesheet">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    12
	<style>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    13
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    14
		#editable
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    15
		{
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    16
			padding: 10px;
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    17
			float: left;
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    18
		}
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    19
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    20
	</style>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    21
</head>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    22
<body>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    23
	<h1 class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    24
		<a href="index.html">CKEditor Samples</a> &raquo; Inline Editing by Code
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    25
	</h1>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    26
	<div class="description">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    27
		<p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    28
			This sample shows how to create an inline editor instance of CKEditor. It is created
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    29
			with a JavaScript call using the following code:
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    30
		</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    31
<pre class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    32
// This property tells CKEditor to not activate every element with contenteditable=true element.
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    33
CKEDITOR.disableAutoInline = true;
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    34
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    35
var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    36
</pre>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    37
		<p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    38
			Note that <code>editable</code> in the code above is the <code>id</code>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    39
			attribute of the <code>&lt;div&gt;</code> element to be converted into an inline instance.
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    40
		</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    41
	</div>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    42
	<div id="editable" contenteditable="true">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    43
		<h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg" /> Apollo 11</h1>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    44
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    45
		<p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    46
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    47
		<p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    48
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    49
		<h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    50
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    51
		<p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    52
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    53
		<blockquote>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    54
			<p>One small step for [a] man, one giant leap for mankind.</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    55
		</blockquote>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    56
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    57
		<p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    58
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    59
		<blockquote>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    60
			<p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    61
		</blockquote>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    62
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    63
		<h2>Technical details <a id="tech-details" name="tech-details"></a></h2>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    64
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    65
		<table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    66
			<caption><strong>Mission crew</strong></caption>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    67
			<thead>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    68
			<tr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    69
				<th scope="col">Position</th>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    70
				<th scope="col">Astronaut</th>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    71
			</tr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    72
			</thead>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    73
			<tbody>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    74
			<tr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    75
				<td>Commander</td>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    76
				<td>Neil A. Armstrong</td>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    77
			</tr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    78
			<tr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    79
				<td>Command Module Pilot</td>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    80
				<td>Michael Collins</td>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    81
			</tr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    82
			<tr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    83
				<td>Lunar Module Pilot</td>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    84
				<td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    85
			</tr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    86
			</tbody>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    87
		</table>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    88
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    89
		<p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    90
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    91
		<ol>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    92
			<li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    93
			<li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    94
			<li><strong>Lunar Module</strong> for landing on the Moon.</li>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    95
		</ol>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    96
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    97
		<p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    98
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    99
		<hr />
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   100
		<p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   101
	</div>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   102
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   103
	<script>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   104
		// We need to turn off the automatic editor creation first.
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   105
		CKEDITOR.disableAutoInline = true;
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   106
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   107
		var editor = CKEDITOR.inline( 'editable' );
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   108
	</script>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   109
	<div id="footer">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   110
		<hr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   111
		<p contenteditable="true">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   112
			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   113
				http://ckeditor.com</a>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   114
		</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   115
		<p id="copy">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   116
			Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   117
			- Frederico Knabben. All rights reserved.
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   118
		</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   119
	</div>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   120
</body>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   121
</html>