OpenWebMail
--- image.js 2011-05-25 09:12:48.717321000 -0700
+++ image.js 2011-07-09 01:27:57.000000000 -0700
@@ -492,6 +480,20 @@
elements :
[
{
+ id : 'cmbAttachments',
+ type : 'select',
+ label : 'Attachments',
+ hidden : (editor.config.imageAttachments.unshift([editor.lang.common.notSet,'']) == 1 ? true : false),
+ items : editor.config.imageAttachments,
+ onChange : function()
+ {
+ var dialog = this.getDialog(),
+ newUrl = this.getValue();
+
+ dialog.setValueOf( 'info', 'txtUrl', newUrl );
+ }
+ },
+ {
type : 'vbox',
padding : 0,
children :
CKEDITOR.replace(
'body',
{
imageAttachments : [
['someimage.gif', '/services/webmail/openwebmail-current/cgi-bin/openwebmail/openwebmail-viewatt.pl/someimage.gif?action=viewattfile'] ]
}
);

Re: PATCH: OpenWebMail integration
Plugin Tutorials
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!