Basewidget
template: _template,
extend: {
init: function () {
}
},
configuration: {
init: {
blockEvents: false,
configToolbar: {
defaultButtons: {
edit: {
onClick: function () {
this.editor.layoutmanager.selectedWidget = this;
this.editor.execCommand('managelayout', this);
}
}
}
},
onDestroy: function () {
}
}
},
editables: _editables,
upcast: _upcast,
allowedContent: _allowedContent
}
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.0.0 |
||||
1.0.0 initial release |