Table
This plugin adds the Table Properties dialog window with support for creating tables and setting basic table properties, such as:
- Number of rows and columns.
- Table width and height.
- Cell padding and spacing.
- Table headers setting.
- Table border size.
- Table alignment on the page.
- Table caption and summary.
Table support in CKEditor can also be extended with the following plugins:
- Table Tools – adds a more advanced context menu for table items and the Cell Properties dialog window.
- Table Resize – adds support for column resizing with your mouse.
- Color Dialog – provides a Select Color dialog window for selecting a cell background and border color from the color table.
- Advanced Tab for Dialogs – adds the Advanced tab to the Table Properties dialog window.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Table Resize
This plugin adds support for table column resizing with your mouse. Hover your mouse over the column border to see the cursor change to indicate that the column can be resized. Click and drag your mouse to set the desired column width.
Note: Do not confuse it with the native browser resize tools that are available in Firefox and Internet Explorer.
This plugin complements the Table plugin which provides basic table operations.
Screenshots
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Table Tools
This plugin adds a more advanced context menu for table items and the Cell Properties dialog window with support for features such as:
- Cell type.
- Cell width and height.
- Word wrap settings.
- Horizontal and vertical alignment.
- Row and column span.
- Cell and border color.
- Inserting and deleting cells, rows and columns.
- Merging and splitting cells horizontally and vertically.
This plugin complements the Table plugin which provides basic table operations.
Table support in CKEditor can also be extended with the following plugins:
- Table Resize – adds support for column resizing with your mouse.
- Color Dialog – provides a Select Color dialog window for selecting a cell background and border color from the color table.
- Advanced Tab for Dialogs – adds the Advanced tab to the Table Properties dialog window.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Content Templates
This plugin provides a dialog to offer predefined content templates - with page layout, text formatting and styles.
It comes with a couple of sample templates inside of the plugin directory, while user may load instead their own favorite templates.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Editor Toolbar
This plugin provides the classical experience to access editor commands, including items like buttons and drop-down lists.
It allows toolbar items to be selectively added with custom layout, with one of the following ways:
- Customize each individual button,
- Define the toolbar group that contain buttons.
The editor toolbar will be displayed in a floating space around the editing area for the inline editor, or usually on top of the editing area for classic editor.
In classic editor the toolbar can be collapsed or set to display at a different position.
Read more about customizing the editor toolbar in the Toolbar Configuration article.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
UI Color Picker
- Categories: Development, UI
- Author: CKSource
- License: GPL, LGPL, MPL, CKSource CDL
This plugin provides a color picker dialog to select and preview the editor user interface color provided by the skin chamelon feature.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Undo
This plugin is to provide undo and redo feature to content modifications.
It allows the maximum undo and redo steps to be configured.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
IFrame Editing Area
This plugin represents an editing area that stores the editor content inside of an embedded iframe, so that content styles were not inherited from the host page.
Note: This is the core functionality of the classic, iframe-based editor which can only be disabled if it is backfilled by an alternative plugin (such as Div Editing Area) or if only inline editor is used.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |
Shared Space
This plugin makes it possible to share the same editor toolbar and bottom bar among several CKEditor instances.
Note: The Maximize and Editor Resize features are not supported in the shared space environment and should be disabled in this context.
This is an official plugin provided and supported by CKEditor developers.
You can submit bug reports directly to its GitHub issues tracker and discuss any integration issues on StackOverflow.
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 4.25.1-lts |
||||
First minor release of CKEditor 4.25.1-lts |
||||
Version: 4.24.0-lts |
||||
First major release of CKEditor 4.24.0-lts |
||||
Version: 4.23.0-lts |
||||
First major release of CKEditor 4.23.0-lts |