[UPD] ckeditor 4.4.4

This commit is contained in:
Holger Brunn
2014-09-22 22:01:39 +02:00
parent 3997c993b0
commit fdc36b8e89
252 changed files with 2804 additions and 1944 deletions

View File

@@ -1,12 +1,12 @@
<!DOCTYPE html>
<!--
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<title>Inline Editing by Code &mdash; CKEditor Sample</title>
<meta charset="utf-8">
<title>Inline Editing by Code &mdash; CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link href="sample.css" rel="stylesheet">
<style>
@@ -99,13 +99,12 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
<hr />
<p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p>
</div>
<script>
<script>
// We need to turn off the automatic editor creation first.
CKEDITOR.disableAutoInline = true;
var editor = CKEDITOR.inline( 'editable' );
</script>
<div id="footer">
<hr>
@@ -114,7 +113,7 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
http://ckeditor.com</a>
</p>
<p id="copy">
Copyright &copy; 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a>
Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a>
- Frederico Knabben. All rights reserved.
</p>
</div>