Dropdown menu manager
Dropdown menu manager
This plugin adds the feature to describe with the help of the CKEditor's configuration various dropdowns and populate them with desirable items.
Configuration example
config.dropdownmenumanager={
'Widgets': {
items: [{
name: 'textWidget',
label: 'Text Widget',
command: 'theCommandExecutedOnClick',
order: 1
}],
label: {
text: 'Widgets',
width: 45
},
iconPath:'/images/widgetIcon.png'
},
};
To add the dropdowns on the toolbar use the keys in the 'config.dropdownmenumanager' object , in this case: 'Widgets'
Simple toolbar:
config.toolbar = [
['Widgets']
];
In order to show the dropdown menu's label you should not use the default CKEditor iframe functionallity.
Releases
| Plugin versions | CKEditor versions | |||
|---|---|---|---|---|
| 4.25 | 4.24 | 4.23 | ||
|
Version: 2.1.0 |
||||