Color Dialog
This plugin provides a dedicated Select Color dialog window with a table of colors that can be chosen with your mouse.
It lets you select exact colors from a table in a user-friendly way, without the need to know their RGB code value. When enabled, it is available in the following editor features:
- Text Color - More Colors;
- Background Color – More Colors;
- Table Cell Properties – Border or Background Color.
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 |
Context Menu
The plugin provides the editor's context menu to use instead of the browser's native menu in place.
It also provides the API to manage menu item and group.
With the presence of this plugin, the native context menu will still be available when Ctrl key is pressed when opening the menu which can be configured as well.
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 |
Developer Tools
- Categories: Development
- Author: CKSource
- License: GPL, LGPL, MPL, CKSource CDL
This plugin displays tooltips with information about editor dialog windows, such as:
- dialog window name,
- dialog window tab name,
- dialog window element ID,
- dialog window element type with a link to an appropriate entry in the CKEditor API.
It is useful in the development phase, when customizing editor dialog windows or creating new plugins, and should not be used in production environments. It works with all CKEditor dialog windows, including the ones that were created by custom plugins.
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 |
Dialog
This plugin provides the dialog API for other plugins to build an editor dialog from a definition object.
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 |
Advanced Tab for Dialogs
This plugin provides the Advanced dialog window tab to extend some editor dialog windows. Thanks to this other plugins do not need to implement the same features for their dialog windows.
Depending on the features provided by particular plugins, the Advanced tab can include the following fields:
- Id
- Name
- Background Color
- Language direction
- Language code
- Access Key
- Tab Index
- Long Description URL
- Stylesheet Classes
- Advisory Title
- Advisory Content Type
- Linked Resource Charset
- Style
- Relationship
Among the plugins that implement the Advanced tab are:
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 |
Dialog User Interface
This plugin defines various dialog field types to be used in the dialog, which is mostly used in accompany with the dialog plugin.
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 |
Div Container Manager
This plugin adds a command that allows for grouping of content blocks under a <div> element as a container, with styles and attributes optionally specified in a dedicated dialog.
It adds the Create Div Container toolbar button and dialog window as well as context menu entries that let you manage the created <div> container.
It is possible to configure the created <div> element to wrap an entire HTML table instead of individual cells with the config.div_wrapTable option.
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 |
Div Editing Area
This plugin uses a <div> element (instead of the traditional <iframe> element) as the editable area in the themedui creator. Much similar to inline editing, it benefits from allowing the editor content to inherit from host page styles.
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 |
Document Properties
- Categories: Preferences
- Author: CKSource
- License: GPL, LGPL, MPL, CKSource CDL
This plugin can be used in full page mode to manipulate the metadata of an HTML document, including:
- Page title, language direction and code, charset encoding and DOCTYPE.
- Text color, background color or image, page margins.
- Meta tags with document keywords, description, author and copyright.
Note: Both full page editing and the Documentation Properties plugin are only available for classic editor with fixed user interface.
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 |
Elements Path
This plugin displays a list of HTML element names in the current cursor position. By default the list appears at the bottom of the editor interface and can give the users contextual information about the content that they are creating.
Clicking an element name on the Elements Path selects the element in the editor content.
Note: Elements Path is not available for Floating UI which is the default user interface of inline editor.
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 |