ckeditor JavaScript-HTML-Editor hinzugefügt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 17 Dec 2013 12:27:05 +0000 (13:27 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:12:24 +0000 (13:12 +0200)
commitcb31afcfed76d9d1203a42c63e05712623ceff9c
tree6660663dba16d5adcf17c954a92e6cecb70e135b
parentaee236a32f67f410f2555fd7116fb606f7e8fe3a
ckeditor JavaScript-HTML-Editor hinzugefügt
44 files changed:
js/ckeditor/adapters/jquery.js [new file with mode: 0644]
js/ckeditor/build-config.js [new file with mode: 0644]
js/ckeditor/ckeditor.js [new file with mode: 0644]
js/ckeditor/config.js [new file with mode: 0644]
js/ckeditor/contents.css [new file with mode: 0644]
js/ckeditor/lang/de.js [new file with mode: 0644]
js/ckeditor/lang/en.js [new file with mode: 0644]
js/ckeditor/plugins/about/dialogs/about.js [new file with mode: 0644]
js/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png [new file with mode: 0644]
js/ckeditor/plugins/about/dialogs/logo_ckeditor.png [new file with mode: 0644]
js/ckeditor/plugins/clipboard/dialogs/paste.js [new file with mode: 0644]
js/ckeditor/plugins/dialog/dialogDefinition.js [new file with mode: 0644]
js/ckeditor/plugins/fakeobjects/images/spacer.gif [new file with mode: 0644]
js/ckeditor/plugins/icons.png [new file with mode: 0644]
js/ckeditor/plugins/icons_hidpi.png [new file with mode: 0644]
js/ckeditor/plugins/link/dialogs/anchor.js [new file with mode: 0644]
js/ckeditor/plugins/link/dialogs/link.js [new file with mode: 0644]
js/ckeditor/plugins/link/images/anchor.png [new file with mode: 0644]
js/ckeditor/plugins/link/images/hidpi/anchor.png [new file with mode: 0644]
js/ckeditor/skins/moono/dialog.css [new file with mode: 0644]
js/ckeditor/skins/moono/dialog_ie.css [new file with mode: 0644]
js/ckeditor/skins/moono/dialog_ie7.css [new file with mode: 0644]
js/ckeditor/skins/moono/dialog_ie8.css [new file with mode: 0644]
js/ckeditor/skins/moono/dialog_iequirks.css [new file with mode: 0644]
js/ckeditor/skins/moono/dialog_opera.css [new file with mode: 0644]
js/ckeditor/skins/moono/editor.css [new file with mode: 0644]
js/ckeditor/skins/moono/editor_gecko.css [new file with mode: 0644]
js/ckeditor/skins/moono/editor_ie.css [new file with mode: 0644]
js/ckeditor/skins/moono/editor_ie7.css [new file with mode: 0644]
js/ckeditor/skins/moono/editor_ie8.css [new file with mode: 0644]
js/ckeditor/skins/moono/editor_iequirks.css [new file with mode: 0644]
js/ckeditor/skins/moono/icons.png [new file with mode: 0644]
js/ckeditor/skins/moono/icons_hidpi.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/arrow.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/close.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/hidpi/close.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/hidpi/lock-open.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/hidpi/lock.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/hidpi/refresh.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/lock-open.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/lock.png [new file with mode: 0644]
js/ckeditor/skins/moono/images/refresh.png [new file with mode: 0644]
js/ckeditor/skins/moono/readme.md [new file with mode: 0644]
js/ckeditor/styles.js [new file with mode: 0644]