Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
<!DOCTYPE html>
2
<!--
3
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
4
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
5
-->
6
<html lang="en">
7
<head>
8
	<meta charset="utf-8">
9
	<title>CKEditor Samples</title>
10
	<link rel="stylesheet" href="sample.css">
11
	<meta name="description" content="Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.">
12
</head>
13
<body>
14
	<h1 class="samples">
15
		CKEditor Samples
16
	</h1>
17
	<div class="warning deprecated">
18
		These samples are not maintained anymore. Check out the <a href="https://ckeditor.com/docs/ckeditor4/latest/examples/index.html">brand new samples in CKEditor Examples</a>.
19
	</div>
20
	<div class="twoColumns">
21
		<div class="twoColumnsLeft">
22
			<h2 class="samples">
23
				Basic Samples
24
			</h2>
25
			<dl class="samples">
26
				<dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
27
				<dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
28
 
29
				<dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
30
				<dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
31
 
32
				<dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
33
				<dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
34
			</dl>
35
 
36
			<h2 class="samples">
37
				Basic Customization
38
			</h2>
39
			<dl class="samples">
40
				<dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
41
				<dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
42
 
43
				<dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
44
				<dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
45
			</dl>
46
 
47
 
48
			<h2 class="samples">Plugins</h2>
49
<dl class="samples">
50
<dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt>
51
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
52
 
53
<dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
54
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
55
</dl>
56
		</div>
57
		<div class="twoColumnsRight">
58
			<h2 class="samples">
59
				Inline Editing
60
			</h2>
61
			<dl class="samples">
62
				<dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
63
				<dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
64
 
65
				<dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
66
				<dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
67
 
68
				<dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
69
				<dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
70
 
71
 
72
			</dl>
73
 
74
			<h2 class="samples">
75
				Advanced Samples
76
			</h2>
77
			<dl class="samples">
78
				<dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
79
				<dd>Data filtering and automatic features activation basing on configuration.</dd>
80
 
81
				<dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
82
				<dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
83
 
84
				<dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
85
				<dd>Appending editor instances to existing DOM elements.</dd>
86
 
87
				<dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
88
				<dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
89
 
90
				<dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
91
				<dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
92
 
93
				<dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
94
				<dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
95
 
96
				<dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
97
				<dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
98
 
99
				<dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
100
				<dd>Navigating among editor instances with tab key.</dd>
101
 
102
 
103
 
104
<dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
105
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
106
 
107
<dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
108
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
109
 
110
<dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
111
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
112
 
113
<dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
114
<dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
115
 
116
			</dl>
117
		</div>
118
	</div>
119
	<div id="footer">
120
		<hr>
121
		<p>
122
			CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
123
		</p>
124
		<p id="copy">
125
			Copyright &copy; 2003-2021, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
126
		</p>
127
	</div>
128
</body>
129
</html>