server/php/basic/public_html/static/lib/ckeditor/samples/index.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>CKEditor Samples</title>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    10
	<link rel="stylesheet" href="sample.css">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    11
</head>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    12
<body>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    13
	<h1 class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    14
		CKEditor Samples
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    15
	</h1>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    16
	<div class="twoColumns">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    17
		<div class="twoColumnsLeft">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    18
			<h2 class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    19
				Basic Samples
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    20
			</h2>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    21
			<dl class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    22
				<dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    23
				<dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    24
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    25
				<dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    26
				<dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    27
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    28
				<dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    29
				<dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    30
			</dl>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    31
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    32
			<h2 class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    33
				Basic Customization
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    34
			</h2>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    35
			<dl class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    36
				<dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    37
				<dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    38
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    39
				<dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    40
				<dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    41
			</dl>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    42
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    43
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    44
			<h2 class="samples">Plugins</h2>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    45
<dl class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    46
<dt><a class="samples" href="plugins/codesnippet/codesnippet.html">Code Snippet plugin</a> <span class="new">New!</span></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    47
<dd>View and modify code using the Code Snippet plugin.</dd>
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
<dt><a class="samples" href="plugins/image2/image2.html">New Image plugin</a> <span class="new">New!</span></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    50
<dd>Using the new Image plugin to insert captioned images and adjust their dimensions.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    51
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    52
<dt><a class="samples" href="plugins/mathjax/mathjax.html">Mathematics plugin</a> <span class="new">New!</span></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    53
<dd>Create mathematical equations in TeX and display them in visual form.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    54
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    55
<dt><a class="samples" href="plugins/sourcedialog/sourcedialog.html">Editing source code in a dialog</a> <span class="new">New!</span></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    56
<dd>Editing HTML content of both inline and classic editor instances.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    57
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    58
<dt><a class="samples" href="plugins/autogrow/autogrow.html">AutoGrow plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    59
<dd>Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    60
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    61
<dt><a class="samples" href="plugins/bbcode/bbcode.html">Output for BBCode</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    62
<dd>Configuring CKEditor to produce BBCode tags instead of HTML.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    63
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    64
<dt><a class="samples" href="plugins/devtools/devtools.html">Developer Tools plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    65
<dd>Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    66
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    67
<dt><a class="samples" href="plugins/docprops/docprops.html">Document Properties plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    68
<dd>Manage various page meta data with a dialog.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    69
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    70
<dt><a class="samples" href="plugins/magicline/magicline.html">Magicline plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    71
<dd>Using the Magicline plugin to access difficult focus spaces.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    72
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    73
<dt><a class="samples" href="plugins/placeholder/placeholder.html">Placeholder plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    74
<dd>Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    75
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    76
<dt><a class="samples" href="plugins/sharedspace/sharedspace.html">Shared-Space plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    77
<dd>Having the toolbar and the bottom bar spaces shared by different editor instances.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    78
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    79
<dt><a class="samples" href="plugins/stylesheetparser/stylesheetparser.html">Stylesheet Parser plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    80
<dd>Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    81
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    82
<dt><a class="samples" href="plugins/tableresize/tableresize.html">TableResize plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    83
<dd>Using the TableResize plugin to enable table column resizing.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    84
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    85
<dt><a class="samples" href="plugins/uicolor/uicolor.html">UIColor plugin</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    86
<dd>Using the UIColor plugin to pick up skin color.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    87
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    88
<dt><a class="samples" href="plugins/wysiwygarea/fullpage.html">Full page support</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    89
<dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    90
</dl>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    91
		</div>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    92
		<div class="twoColumnsRight">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    93
			<h2 class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    94
				Inline Editing
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    95
			</h2>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    96
			<dl class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    97
				<dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    98
				<dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
    99
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   100
				<dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   101
				<dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
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
				<dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   104
				<dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   105
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
			</dl>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   108
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   109
			<h2 class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   110
				Advanced Samples
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   111
			</h2>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   112
			<dl class="samples">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   113
				<dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   114
				<dd>Data filtering and automatic features activation basing on configuration.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   115
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   116
				<dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   117
				<dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   118
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   119
				<dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   120
				<dd>Appending editor instances to existing DOM elements.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   121
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   122
				<dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   123
				<dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   124
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   125
				<dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   126
				<dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   127
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   128
				<dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   129
				<dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   130
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   131
				<dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   132
				<dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   133
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   134
				<dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   135
				<dd>Navigating among editor instances with tab key.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   136
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   137
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   138
				
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   139
<dt><a class="samples" href="plugins/dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   140
<dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   141
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   142
<dt><a class="samples" href="plugins/divarea/divarea.html">Replace Textarea with a &quot;DIV-based&quot; editor</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   143
<dd>Using <code>div</code> instead of <code>iframe</code> for rich editing.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   144
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   145
<dt><a class="samples" href="plugins/enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   146
<dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   147
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   148
<dt><a class="samples" href="plugins/htmlwriter/outputforflash.html">Output for Flash</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   149
<dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   150
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   151
<dt><a class="samples" href="plugins/htmlwriter/outputhtml.html">Output HTML</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   152
<dd>Configuring CKEditor to produce legacy HTML 4 code.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   153
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   154
<dt><a class="samples" href="plugins/toolbar/toolbar.html">Toolbar Configurations</a></dt>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   155
<dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   156
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   157
			</dl>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   158
		</div>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   159
	</div>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   160
	<div id="footer">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   161
		<hr>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   162
		<p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   163
			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   164
		</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   165
		<p id="copy">
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   166
			Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   167
		</p>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   168
	</div>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   169
</body>
3329b413db18 add the new client libraries server side
rougeronj
parents:
diff changeset
   170
</html>