mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Merged from sub repository (updated ckeditor, filters - step 2)
This commit is contained in:
parent
a57dc3720e
commit
ec7324b061
427 changed files with 10909 additions and 3336 deletions
18
vendors/ckeditor-plugins/signature/plugin.js
vendored
Normal file
18
vendors/ckeditor-plugins/signature/plugin.js
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
CKEDITOR.plugins.add('signature', {
|
||||
init: function(editor) {
|
||||
editor.addCommand('insertSignature', {
|
||||
exec: function (editor) {
|
||||
window.console.log(arguments);
|
||||
if ('wysiwyg' === editor.mode)
|
||||
{
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue