The forum operates in read-only mode. Please head to StackOverflow for support.
Hello, I have a question regarding the source mode. Is it possible to show a dialog while the editor is in source mode? If so do, I have to do some extra configuration for it?
thx in advance
ok this did it:
// Add the link and unlink buttons. editor.addCommand('link', new CKEDITOR.dialogCommand('link', { modes : { wysiwyg: 1, source: 1 }, allowedContent : allowed, requiredContent : required }));
ok this did it:
ok this did it:
// Add the link and unlink buttons. editor.addCommand('link', new CKEDITOR.dialogCommand('link', { modes : { wysiwyg: 1, source: 1 }, allowedContent : allowed, requiredContent : required }));