/home/techb158/ileadtechnology.com/public/admin/bower_components/ckeditor/samples/old
NameSizeModeActions
assets/-0755rm
autocomplete/-0755rm
autogrow/-0755rm
bbcode/-0755rm
codesnippet/-0755rm
devtools/-0755rm
dialog/-0755rm
divarea/-0755rm
docprops/-0755rm
easyimage/-0755rm
emoji/-0755rm
enterkey/-0755rm
htmlwriter/-0755rm
image2/-0755rm
magicline/-0755rm
mathjax/-0755rm
mentions/-0755rm
placeholder/-0755rm
sharedspace/-0755rm
sourcedialog/-0755rm
stylesheetparser/-0755rm
tableresize/-0755rm
toolbar/-0755rm
uicolor/-0755rm
wysiwygarea/-0755rm
ajax.html27300644editdlrm
api.html73320644editdlrm
appendto.html23160644editdlrm
datafiltering.html476500644editdlrm
divreplace.html46940644editdlrm
index.html83840644editdlrm
index.php530644editdlrm
inlineall.html102230644editdlrm
inlinebycode.html62140644editdlrm
inlinetextarea.html49440644editdlrm
jquery.html75510644editdlrm
readonly.html29430644editdlrm
replacebyclass.html70350644editdlrm
replacebycode.html69380644editdlrm
sample.css51140644editdlrm
sample.js16950644editdlrm
sample_posteddata.php8090644editdlrm
tabindex.html24280644editdlrm
uicolor.html26290644editdlrm
uilanguages.html45520644editdlrm
xhtmlstyle.html70520644editdlrm
Edit: /home/techb158/ileadtechnology.com/public/admin/bower_components/ckeditor/samples/old/index.html (8384B)
 CKEditor Samples

CKEditor Samples

These samples are not maintained anymore. Check out the brand new samples in CKEditor SDK.

Basic Samples

Replace textarea elements by class name
Automatic replacement of all textarea elements of a given class with a CKEditor instance.
Replace textarea elements by code
Replacement of textarea elements with CKEditor instances by using a JavaScript call.
Create editors with jQuery
Creating standard and inline CKEditor instances with jQuery adapter.

Basic Customization

User Interface color
Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.
User Interface languages
Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.

Plugins

Code Snippet plugin New!
View and modify code using the Code Snippet plugin.
New Image plugin New!
Using the new Image plugin to insert captioned images and adjust their dimensions.
Mathematics plugin New!
Create mathematical equations in TeX and display them in visual form.
Editing source code in a dialog New!
Editing HTML content of both inline and classic editor instances.
AutoGrow plugin
Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.
Output for BBCode
Configuring CKEditor to produce BBCode tags instead of HTML.
Developer Tools plugin
Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.
Document Properties plugin
Manage various page meta data with a dialog.
Magicline plugin
Using the Magicline plugin to access difficult focus spaces.
Placeholder plugin
Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.
Shared-Space plugin
Having the toolbar and the bottom bar spaces shared by different editor instances.
Stylesheet Parser plugin
Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.
TableResize plugin
Using the TableResize plugin to enable table column resizing.
UIColor plugin
Using the UIColor plugin to pick up skin color.
Full page support
CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.

Inline Editing

Massive inline editor creation
Turn all elements with contentEditable = true attribute into inline editors.
Convert element into an inline editor by code
Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.
Replace textarea with inline editor New!
A form with a textarea that is replaced by an inline editor at runtime.

Advanced Samples

Data filtering and features activation New!
Data filtering and automatic features activation basing on configuration.
Replace DIV elements on the fly
Transforming a div element into an instance of CKEditor with a mouse click.
Append editor instances
Appending editor instances to existing DOM elements.
Create and destroy editor instances for Ajax applications
Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.
Basic usage of the API
Using the CKEditor JavaScript API to interact with the editor at runtime.
XHTML-compliant style
Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.
Read-only mode
Using the readOnly API to block introducing changes to the editor contents.
"Tab" key-based navigation
Navigating among editor instances with tab key.
Using the JavaScript API to customize dialog windows
Using the dialog windows API to customize dialog windows without changing the original editor code.
Replace Textarea with a "DIV-based" editor
Using div instead of iframe for rich editing.
Using the "Enter" key in CKEditor
Configuring the behavior of Enter and Shift+Enter keys.
Output for Flash
Configuring CKEditor to produce HTML code that can be used with Adobe Flash.
Output HTML
Configuring CKEditor to produce legacy HTML 4 code.
Toolbar Configurations
Configuring CKEditor to display full or custom toolbar layout.