migrate to new git
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 823 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
16
web/admin/ckeditor/plugins/ContentBuilder/plugin.js
Normal file
16
web/admin/ckeditor/plugins/ContentBuilder/plugin.js
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
CKEDITOR.plugins.add('ContentBuilder', {
|
||||
icons: 'ContentBuilder',
|
||||
init: function (editor) {
|
||||
editor.addCommand('ContentBuilder', {
|
||||
exec: function (edt) {
|
||||
window.open('../../App_Script/ContentBuilder/ContentBuilder.aspx?editor=' + edt.name, 'ContentBuilder');
|
||||
}
|
||||
});
|
||||
editor.ui.addButton('ContentBuilder', {
|
||||
label: '閃電編輯器', // ContentBuilder
|
||||
command: 'ContentBuilder',
|
||||
toolbar: 'paragraph'
|
||||
});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user