rich 1.3.1 → 1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +9 -6
- data/app/assets/javascripts/rich/base.js.erb +0 -1
- data/app/assets/javascripts/rich/editor/rich_editor.js.erb +1 -3
- data/lib/rich.rb +2 -2
- data/lib/rich/version.rb +1 -1
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/mediaembed/images/icon.png +0 -0
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/mediaembed/plugin.js +64 -0
- data/vendor/assets/ckeditor/ckeditor/CHANGES.md +56 -0
- data/vendor/assets/ckeditor/ckeditor/{LICENSE.html → LICENSE.md} +27 -90
- data/vendor/assets/ckeditor/ckeditor/README.md +39 -0
- data/vendor/assets/ckeditor/ckeditor/build-config.js +103 -0
- data/vendor/assets/ckeditor/ckeditor/ckeditor.js +884 -151
- data/vendor/assets/ckeditor/ckeditor/config.js +10 -11
- data/vendor/assets/ckeditor/ckeditor/contents.css +79 -5
- data/vendor/assets/ckeditor/ckeditor/lang/en.js +3 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +10 -7
- data/vendor/assets/ckeditor/ckeditor/{_source/plugins/a11yhelp → plugins/a11yhelp/dialogs}/lang/_translationstatus.txt +5 -3
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +7 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/about/dialogs/about.js +6 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js +11 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.css +239 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.js +160 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/css.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/htmlmixed.js +4 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/javascript.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/closetag.js +3 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/colorize.js +1 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/continuecomment.js +2 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/continuelist.js +1 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/dialog.css +32 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/dialog.js +3 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/foldcode.js +7 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/formatting.js +4 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/javascript-hint.js +5 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/loadmode.js +3 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/match-highlighter.js +2 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/matchbrackets.js +4 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/multiplex.js +4 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/overlay.js +2 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/pig-hint.js +6 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/runmode-standalone.js +5 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/runmode.js +2 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/search.js +5 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/searchcursor.js +5 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/simple-hint.css +16 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/simple-hint.js +4 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/xml-hint.js +3 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/xml.js +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/ambiance-mobile.css +6 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/ambiance.css +76 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/blackboard.css +25 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/cobalt.css +18 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/eclipse.css +25 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/elegant.css +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/erlang-dark.css +21 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/lesser-dark.css +44 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/monokai.css +28 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/neat.css +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/night.css +21 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/rubyblue.css +21 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/solarized.css +207 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/twilight.css +25 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/vibrant-ink.css +27 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/xq-dark.css +46 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js +13 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js +4 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/div/dialogs/div.js +9 -8
- data/vendor/assets/ckeditor/ckeditor/{images → plugins/fakeobjects/images}/spacer.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/find/dialogs/find.js +24 -10
- data/vendor/assets/ckeditor/ckeditor/plugins/flash/dialogs/flash.js +23 -9
- data/vendor/assets/ckeditor/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/dialogs/button.js +8 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js +8 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/dialogs/form.js +8 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js +8 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/dialogs/radio.js +8 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/dialogs/select.js +20 -9
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js +8 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js +10 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js +10 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/image/dialogs/image.js +41 -13
- data/vendor/assets/ckeditor/ckeditor/{_source/skins/kama → plugins/image}/images/noimage.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/link/dialogs/anchor.js +8 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/link/dialogs/link.js +36 -12
- data/vendor/assets/ckeditor/ckeditor/plugins/link/images/anchor.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/pastefromword/filter/default.js +31 -11
- data/vendor/assets/ckeditor/ckeditor/plugins/preview/preview.html +10 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/scayt/LICENSE.md +28 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/scayt/README.md +25 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/scayt/dialogs/options.js +19 -8
- data/vendor/assets/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css +70 -5
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js +10 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/{_source/plugins/smiley/images/embaressed_smile.gif → plugins/smiley/images/embarrassed_smile.gif} +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/{_source/plugins/smiley/images/tounge_smile.gif → plugins/smiley/images/tongue_smile.gif} +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/{_source/plugins/specialchar → plugins/specialchar/dialogs}/lang/_translationstatus.txt +2 -1
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js +14 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/table/dialogs/table.js +20 -9
- data/vendor/assets/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js +16 -8
- data/vendor/assets/ckeditor/ckeditor/plugins/templates/dialogs/templates.css +84 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/templates/dialogs/templates.js +10 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/templates/templates/default.js +6 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/wsc/LICENSE.md +28 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/wsc/README.md +25 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css +77 -1
- data/vendor/assets/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js +11 -7
- data/vendor/assets/ckeditor/ckeditor/samples/ajax.html +82 -0
- data/vendor/assets/ckeditor/ckeditor/{_samples → samples}/api.html +93 -78
- data/vendor/assets/ckeditor/ckeditor/samples/appendto.html +57 -0
- data/vendor/assets/ckeditor/ckeditor/samples/assets/inlineall/logo.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/{_samples/assets/output_xhtml.css → samples/assets/outputxhtml/outputxhtml.css} +1 -1
- data/vendor/assets/ckeditor/ckeditor/{_samples/assets/_posteddata.php → samples/assets/posteddata.php} +9 -9
- data/vendor/assets/ckeditor/ckeditor/samples/assets/sample.css +3 -0
- data/vendor/assets/ckeditor/ckeditor/samples/assets/sample.jpg +0 -0
- data/vendor/assets/ckeditor/ckeditor/samples/assets/uilanguages/languages.js +7 -0
- data/vendor/assets/ckeditor/ckeditor/samples/divreplace.html +141 -0
- data/vendor/assets/ckeditor/ckeditor/samples/index.html +122 -0
- data/vendor/assets/ckeditor/ckeditor/samples/inlineall.html +311 -0
- data/vendor/assets/ckeditor/ckeditor/samples/inlinebycode.html +122 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/dialog/assets/my_dialog.js +48 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/dialog/dialog.html +187 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/enterkey/enterkey.html +103 -0
- data/vendor/assets/ckeditor/ckeditor/{_samples/assets/output_for_flash.fla → samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla} +0 -0
- data/vendor/assets/ckeditor/ckeditor/{_samples/assets/output_for_flash.swf → samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf} +0 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js +18 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/htmlwriter/outputforflash.html +280 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/htmlwriter/outputhtml.html +237 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/magicline/magicline.html +203 -0
- data/vendor/assets/ckeditor/ckeditor/{_samples/assets/parsesample.css → samples/plugins/stylesheetparser/assets/sample.css} +0 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/stylesheetparser/stylesheetparser.html +82 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/toolbar/toolbar.html +200 -0
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/wysiwygarea/fullpage.html +71 -0
- data/vendor/assets/ckeditor/ckeditor/samples/readonly.html +73 -0
- data/vendor/assets/ckeditor/ckeditor/samples/replacebyclass.html +57 -0
- data/vendor/assets/ckeditor/ckeditor/samples/replacebycode.html +56 -0
- data/vendor/assets/ckeditor/ckeditor/samples/sample.css +333 -0
- data/vendor/assets/ckeditor/ckeditor/samples/sample.js +5 -0
- data/vendor/assets/ckeditor/ckeditor/{_samples → samples}/sample_posteddata.php +5 -10
- data/vendor/assets/ckeditor/ckeditor/samples/tabindex.html +75 -0
- data/vendor/assets/ckeditor/ckeditor/samples/uicolor.html +69 -0
- data/vendor/assets/ckeditor/ckeditor/samples/uilanguages.html +119 -0
- data/vendor/assets/ckeditor/ckeditor/samples/xhtmlstyle.html +219 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/dialog.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/dialog_ie.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/dialog_ie7.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/dialog_ie8.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/dialog_iequirks.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/dialog_opera.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_gecko.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie7.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie8.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_iequirks.css +5 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/images/arrow.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/images/close.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/images/mini.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/moono/readme.md +51 -0
- data/vendor/assets/ckeditor/ckeditor/styles.js +112 -0
- metadata +190 -795
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/dialogs/mediaembed.html +0 -14
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/images/icon.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/plugin.js +0 -61
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/audio/README +0 -0
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/audio/dialogs/audio.js +0 -265
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/audio/docs/install.html +0 -72
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/audio/docs/styles.css +0 -67
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/audio/images/icon.png +0 -0
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/audio/images/placeholder.png +0 -0
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/audio/plugin.js +0 -165
- data/vendor/assets/ckeditor/ckeditor/CHANGES.html +0 -1503
- data/vendor/assets/ckeditor/ckeditor/INSTALL.html +0 -92
- data/vendor/assets/ckeditor/ckeditor/_samples/adobeair/application.xml +0 -32
- data/vendor/assets/ckeditor/ckeditor/_samples/adobeair/run.bat +0 -9
- data/vendor/assets/ckeditor/ckeditor/_samples/adobeair/run.sh +0 -8
- data/vendor/assets/ckeditor/ckeditor/_samples/adobeair/sample.html +0 -45
- data/vendor/assets/ckeditor/ckeditor/_samples/ajax.html +0 -98
- data/vendor/assets/ckeditor/ckeditor/_samples/api_dialog.html +0 -198
- data/vendor/assets/ckeditor/ckeditor/_samples/api_dialog/my_dialog.js +0 -28
- data/vendor/assets/ckeditor/ckeditor/_samples/asp/advanced.asp +0 -105
- data/vendor/assets/ckeditor/ckeditor/_samples/asp/events.asp +0 -136
- data/vendor/assets/ckeditor/ckeditor/_samples/asp/index.html +0 -103
- data/vendor/assets/ckeditor/ckeditor/_samples/asp/replace.asp +0 -72
- data/vendor/assets/ckeditor/ckeditor/_samples/asp/replaceall.asp +0 -77
- data/vendor/assets/ckeditor/ckeditor/_samples/asp/sample_posteddata.asp +0 -46
- data/vendor/assets/ckeditor/ckeditor/_samples/asp/standalone.asp +0 -72
- data/vendor/assets/ckeditor/ckeditor/_samples/assets/swfobject.js +0 -18
- data/vendor/assets/ckeditor/ckeditor/_samples/autogrow.html +0 -108
- data/vendor/assets/ckeditor/ckeditor/_samples/bbcode.html +0 -125
- data/vendor/assets/ckeditor/ckeditor/_samples/devtools.html +0 -94
- data/vendor/assets/ckeditor/ckeditor/_samples/divreplace.html +0 -154
- data/vendor/assets/ckeditor/ckeditor/_samples/enterkey.html +0 -115
- data/vendor/assets/ckeditor/ckeditor/_samples/fullpage.html +0 -82
- data/vendor/assets/ckeditor/ckeditor/_samples/index.html +0 -116
- data/vendor/assets/ckeditor/ckeditor/_samples/jqueryadapter.html +0 -99
- data/vendor/assets/ckeditor/ckeditor/_samples/output_for_flash.html +0 -275
- data/vendor/assets/ckeditor/ckeditor/_samples/output_html.html +0 -285
- data/vendor/assets/ckeditor/ckeditor/_samples/output_xhtml.html +0 -181
- data/vendor/assets/ckeditor/ckeditor/_samples/php/advanced.php +0 -120
- data/vendor/assets/ckeditor/ckeditor/_samples/php/events.php +0 -153
- data/vendor/assets/ckeditor/ckeditor/_samples/php/index.html +0 -47
- data/vendor/assets/ckeditor/ckeditor/_samples/php/replace.php +0 -87
- data/vendor/assets/ckeditor/ckeditor/_samples/php/replaceall.php +0 -88
- data/vendor/assets/ckeditor/ckeditor/_samples/php/standalone.php +0 -83
- data/vendor/assets/ckeditor/ckeditor/_samples/placeholder.html +0 -81
- data/vendor/assets/ckeditor/ckeditor/_samples/readonly.html +0 -91
- data/vendor/assets/ckeditor/ckeditor/_samples/replacebyclass.html +0 -64
- data/vendor/assets/ckeditor/ckeditor/_samples/replacebycode.html +0 -97
- data/vendor/assets/ckeditor/ckeditor/_samples/sample.css +0 -163
- data/vendor/assets/ckeditor/ckeditor/_samples/sample.js +0 -65
- data/vendor/assets/ckeditor/ckeditor/_samples/sharedspaces.html +0 -153
- data/vendor/assets/ckeditor/ckeditor/_samples/skins.html +0 -110
- data/vendor/assets/ckeditor/ckeditor/_samples/stylesheetparser.html +0 -93
- data/vendor/assets/ckeditor/ckeditor/_samples/tableresize.html +0 -115
- data/vendor/assets/ckeditor/ckeditor/_samples/ui_color.html +0 -129
- data/vendor/assets/ckeditor/ckeditor/_samples/ui_languages.html +0 -134
- data/vendor/assets/ckeditor/ckeditor/_source/adapters/jquery.js +0 -306
- data/vendor/assets/ckeditor/ckeditor/_source/core/_bootstrap.js +0 -87
- data/vendor/assets/ckeditor/ckeditor/_source/core/ckeditor.js +0 -141
- data/vendor/assets/ckeditor/ckeditor/_source/core/ckeditor_base.js +0 -235
- data/vendor/assets/ckeditor/ckeditor/_source/core/ckeditor_basic.js +0 -238
- data/vendor/assets/ckeditor/ckeditor/_source/core/command.js +0 -225
- data/vendor/assets/ckeditor/ckeditor/_source/core/commanddefinition.js +0 -129
- data/vendor/assets/ckeditor/ckeditor/_source/core/config.js +0 -447
- data/vendor/assets/ckeditor/ckeditor/_source/core/dataprocessor.js +0 -65
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom.js +0 -20
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/comment.js +0 -44
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/document.js +0 -251
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/documentfragment.js +0 -49
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/domobject.js +0 -258
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/element.js +0 -1796
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/elementpath.js +0 -117
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/event.js +0 -145
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/node.js +0 -691
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/nodelist.js +0 -26
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/range.js +0 -2068
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/rangelist.js +0 -213
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/text.js +0 -128
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/walker.js +0 -496
- data/vendor/assets/ckeditor/ckeditor/_source/core/dom/window.js +0 -96
- data/vendor/assets/ckeditor/ckeditor/_source/core/dtd.js +0 -266
- data/vendor/assets/ckeditor/ckeditor/_source/core/editor.js +0 -1059
- data/vendor/assets/ckeditor/ckeditor/_source/core/editor_basic.js +0 -186
- data/vendor/assets/ckeditor/ckeditor/_source/core/env.js +0 -305
- data/vendor/assets/ckeditor/ckeditor/_source/core/event.js +0 -342
- data/vendor/assets/ckeditor/ckeditor/_source/core/eventInfo.js +0 -120
- data/vendor/assets/ckeditor/ckeditor/_source/core/focusmanager.js +0 -152
- data/vendor/assets/ckeditor/ckeditor/_source/core/htmlparser.js +0 -224
- data/vendor/assets/ckeditor/ckeditor/_source/core/htmlparser/basicwriter.js +0 -145
- data/vendor/assets/ckeditor/ckeditor/_source/core/htmlparser/cdata.js +0 -43
- data/vendor/assets/ckeditor/ckeditor/_source/core/htmlparser/comment.js +0 -60
- data/vendor/assets/ckeditor/ckeditor/_source/core/htmlparser/element.js +0 -308
- data/vendor/assets/ckeditor/ckeditor/_source/core/htmlparser/filter.js +0 -288
- data/vendor/assets/ckeditor/ckeditor/_source/core/htmlparser/fragment.js +0 -537
- data/vendor/assets/ckeditor/ckeditor/_source/core/htmlparser/text.js +0 -53
- data/vendor/assets/ckeditor/ckeditor/_source/core/lang.js +0 -157
- data/vendor/assets/ckeditor/ckeditor/_source/core/loader.js +0 -240
- data/vendor/assets/ckeditor/ckeditor/_source/core/plugindefinition.js +0 -83
- data/vendor/assets/ckeditor/ckeditor/_source/core/plugins.js +0 -103
- data/vendor/assets/ckeditor/ckeditor/_source/core/resourcemanager.js +0 -238
- data/vendor/assets/ckeditor/ckeditor/_source/core/scriptloader.js +0 -180
- data/vendor/assets/ckeditor/ckeditor/_source/core/skins.js +0 -184
- data/vendor/assets/ckeditor/ckeditor/_source/core/themes.js +0 -19
- data/vendor/assets/ckeditor/ckeditor/_source/core/tools.js +0 -763
- data/vendor/assets/ckeditor/ckeditor/_source/core/ui.js +0 -128
- data/vendor/assets/ckeditor/ckeditor/_source/lang/_languages.js +0 -84
- data/vendor/assets/ckeditor/ckeditor/_source/lang/_translationstatus.txt +0 -63
- data/vendor/assets/ckeditor/ckeditor/_source/lang/af.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ar.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/bg.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/bn.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/bs.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ca.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/cs.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/cy.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/da.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/de.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/el.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/en-au.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/en-ca.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/en-gb.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/en.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/eo.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/es.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/et.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/eu.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/fa.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/fi.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/fo.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/fr-ca.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/fr.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/gl.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/gu.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/he.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/hi.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/hr.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/hu.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/is.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/it.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ja.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ka.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/km.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ko.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/lt.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/lv.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/mk.js +0 -814
- data/vendor/assets/ckeditor/ckeditor/_source/lang/mn.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ms.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/nb.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/nl.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/no.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/pl.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/pt-br.js +0 -814
- data/vendor/assets/ckeditor/ckeditor/_source/lang/pt.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ro.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ru.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/sk.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/sl.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/sr-latn.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/sr.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/sv.js +0 -814
- data/vendor/assets/ckeditor/ckeditor/_source/lang/th.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/tr.js +0 -814
- data/vendor/assets/ckeditor/ckeditor/_source/lang/ug.js +0 -814
- data/vendor/assets/ckeditor/ckeditor/_source/lang/uk.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/vi.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/zh-cn.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/lang/zh.js +0 -815
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +0 -222
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/cs.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/cy.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/da.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/de.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/el.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/en.js +0 -108
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/eo.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/fa.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/fi.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/fr.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/gu.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/he.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/it.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/mk.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/nb.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/nl.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/no.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/tr.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/ug.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/vi.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/lang/zh-cn.js +0 -89
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/a11yhelp/plugin.js +0 -47
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/about/dialogs/about.js +0 -76
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/about/plugin.js +0 -24
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/adobeair/plugin.js +0 -228
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/ajax/plugin.js +0 -152
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/autogrow/plugin.js +0 -141
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/basicstyles/plugin.js +0 -129
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/bbcode/plugin.js +0 -931
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/bidi/plugin.js +0 -334
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/blockquote/plugin.js +0 -305
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/button/plugin.js +0 -290
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/clipboard/dialogs/paste.js +0 -223
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/clipboard/plugin.js +0 -479
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/colorbutton/plugin.js +0 -300
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +0 -387
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/colordialog/plugin.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/contextmenu/plugin.js +0 -179
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/_translationstatus.txt +0 -27
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/bg.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/cs.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/cy.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/da.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/de.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/el.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/en.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/eo.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/et.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/fa.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/fi.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/fr.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/gu.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/he.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/hr.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/it.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/nb.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/nl.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/no.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/pl.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/tr.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/ug.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/uk.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/vi.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/lang/zh-cn.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/devtools/plugin.js +0 -173
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/dialog/dialogDefinition.js +0 -1166
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/dialog/plugin.js +0 -3319
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/dialogadvtab/plugin.js +0 -208
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/dialogui/plugin.js +0 -1549
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/div/dialogs/div.js +0 -535
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/div/plugin.js +0 -121
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/docprops/dialogs/docprops.js +0 -674
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/docprops/plugin.js +0 -22
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/domiterator/plugin.js +0 -366
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/editingblock/plugin.js +0 -278
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/elementspath/plugin.js +0 -218
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/enterkey/plugin.js +0 -433
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/entities/plugin.js +0 -254
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/fakeobjects/plugin.js +0 -175
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/filebrowser/plugin.js +0 -533
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/find/dialogs/find.js +0 -915
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/find/plugin.js +0 -47
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/flash/dialogs/flash.js +0 -674
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/flash/plugin.js +0 -154
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/floatpanel/plugin.js +0 -476
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/font/plugin.js +0 -234
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/format/plugin.js +0 -197
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/dialogs/button.js +0 -118
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/dialogs/checkbox.js +0 -153
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/dialogs/form.js +0 -177
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +0 -100
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/dialogs/radio.js +0 -135
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/dialogs/select.js +0 -558
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/dialogs/textarea.js +0 -135
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/dialogs/textfield.js +0 -199
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/forms/plugin.js +0 -288
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/horizontalrule/plugin.js +0 -48
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/htmldataprocessor/plugin.js +0 -600
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/htmlwriter/plugin.js +0 -319
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/iframe/dialogs/iframe.js +0 -229
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/iframe/plugin.js +0 -87
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/iframedialog/plugin.js +0 -188
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/image/dialogs/image.js +0 -1406
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/image/plugin.js +0 -164
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/indent/plugin.js +0 -480
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/justify/plugin.js +0 -251
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/keystrokes/plugin.js +0 -225
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/link/dialogs/anchor.js +0 -144
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/link/dialogs/link.js +0 -1427
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/link/plugin.js +0 -374
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/list/plugin.js +0 -967
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/listblock/plugin.js +0 -260
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +0 -225
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/liststyle/plugin.js +0 -66
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/maximize/plugin.js +0 -353
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/menu/plugin.js +0 -542
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/menubutton/plugin.js +0 -98
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/newpage/plugin.js +0 -55
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/pagebreak/plugin.js +0 -164
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/panel/plugin.js +0 -396
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/panelbutton/plugin.js +0 -144
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/pastefromword/filter/default.js +0 -1367
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/pastefromword/plugin.js +0 -141
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +0 -67
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/pastetext/plugin.js +0 -98
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +0 -71
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/_translationstatus.txt +0 -26
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/bg.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/cs.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/cy.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/da.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/de.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/el.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/en.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/eo.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/et.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/fa.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/fi.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/fr.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/he.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/hr.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/it.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/nb.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/nl.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/no.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/pl.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/tr.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/ug.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/uk.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/vi.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/lang/zh-cn.js +0 -16
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/placeholder/plugin.js +0 -171
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/popup/plugin.js +0 -69
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/preview/plugin.js +0 -113
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/print/plugin.js +0 -42
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/removeformat/plugin.js +0 -185
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/resize/plugin.js +0 -169
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/richcombo/plugin.js +0 -381
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/save/plugin.js +0 -56
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/scayt/dialogs/options.js +0 -537
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +0 -71
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/scayt/plugin.js +0 -973
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/selection/plugin.js +0 -1855
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showblocks/plugin.js +0 -160
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/showborders/plugin.js +0 -207
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/dialogs/smiley.js +0 -224
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/smiley/plugin.js +0 -94
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/sourcearea/plugin.js +0 -209
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +0 -350
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/cs.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/cy.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/de.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/en.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/eo.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/et.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/fa.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/fi.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/fr.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/hr.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/it.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/nb.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/nl.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/no.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/tr.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/ug.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/lang/zh-cn.js +0 -126
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/specialchar/plugin.js +0 -70
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/styles/plugin.js +0 -1706
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/styles/styles/default.js +0 -88
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/stylescombo/plugin.js +0 -218
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/stylesheetparser/plugin.js +0 -148
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/tab/plugin.js +0 -367
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/table/dialogs/table.js +0 -618
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/table/plugin.js +0 -78
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/tableresize/plugin.js +0 -443
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +0 -520
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/tabletools/plugin.js +0 -1185
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/templates/dialogs/templates.js +0 -234
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/templates/plugin.js +0 -100
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/templates/templates/default.js +0 -94
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/toolbar/plugin.js +0 -545
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +0 -205
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/_translationstatus.txt +0 -27
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/bg.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/cs.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/cy.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/da.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/de.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/el.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/en.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/eo.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/et.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/fa.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/fi.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/fr.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/he.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/hr.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/it.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/mk.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/nb.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/nl.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/no.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/pl.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/tr.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/ug.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/uk.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/vi.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/lang/zh-cn.js +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/plugin.js +0 -37
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +0 -15
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/uicolor/yui/yui.js +0 -71
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/undo/plugin.js +0 -593
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +0 -49
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/wsc/dialogs/wsc.css +0 -82
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/wsc/dialogs/wsc.js +0 -192
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/wsc/plugin.js +0 -33
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/wysiwygarea/plugin.js +0 -1346
- data/vendor/assets/ckeditor/ckeditor/_source/plugins/xml/plugin.js +0 -170
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/dialog.css +0 -989
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/editor.css +0 -25
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/elementspath.css +0 -73
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/icons.css +0 -366
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/images/mini.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/images/sprites.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/mainui.css +0 -206
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/menu.css +0 -232
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/panel.css +0 -217
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/presets.css +0 -49
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/reset.css +0 -85
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/richcombo.css +0 -287
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/skin.js +0 -236
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/templates.css +0 -88
- data/vendor/assets/ckeditor/ckeditor/_source/skins/kama/toolbar.css +0 -408
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/dialog.css +0 -891
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/editor.css +0 -25
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/elementspath.css +0 -74
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/icons.css +0 -363
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/mainui.css +0 -153
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/menu.css +0 -229
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/panel.css +0 -212
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/presets.css +0 -49
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/reset.css +0 -85
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/richcombo.css +0 -309
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/skin.js +0 -74
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/templates.css +0 -87
- data/vendor/assets/ckeditor/ckeditor/_source/skins/office2003/toolbar.css +0 -522
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/dialog.css +0 -907
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/editor.css +0 -25
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/elementspath.css +0 -74
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/icons.css +0 -363
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/images/mini.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/images/noimage.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/images/sprites.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/mainui.css +0 -162
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/menu.css +0 -232
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/panel.css +0 -212
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/presets.css +0 -50
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/reset.css +0 -85
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/richcombo.css +0 -302
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/skin.js +0 -70
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/templates.css +0 -87
- data/vendor/assets/ckeditor/ckeditor/_source/skins/v2/toolbar.css +0 -465
- data/vendor/assets/ckeditor/ckeditor/_source/themes/default/theme.js +0 -407
- data/vendor/assets/ckeditor/ckeditor/adapters/jquery.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/ckeditor.asp +0 -955
- data/vendor/assets/ckeditor/ckeditor/ckeditor.pack +0 -211
- data/vendor/assets/ckeditor/ckeditor/ckeditor.php +0 -29
- data/vendor/assets/ckeditor/ckeditor/ckeditor_basic.js +0 -8
- data/vendor/assets/ckeditor/ckeditor/ckeditor_basic_source.js +0 -20
- data/vendor/assets/ckeditor/ckeditor/ckeditor_php4.php +0 -566
- data/vendor/assets/ckeditor/ckeditor/ckeditor_php5.php +0 -556
- data/vendor/assets/ckeditor/ckeditor/ckeditor_source.js +0 -35
- data/vendor/assets/ckeditor/ckeditor/lang/_languages.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/_translationstatus.txt +0 -63
- data/vendor/assets/ckeditor/ckeditor/lang/af.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ar.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/bg.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/bn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/bs.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ca.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/cs.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/cy.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/da.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/de.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/el.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/en-au.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/en-ca.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/en-gb.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/eo.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/es.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/et.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/eu.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/fa.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/fi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/fo.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/fr-ca.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/fr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/gl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/gu.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/he.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/hi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/hr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/hu.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/is.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/it.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ja.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ka.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/km.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ko.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/lt.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/lv.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/mk.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/mn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ms.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/nb.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/nl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/no.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/pl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/pt-br.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/pt.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ro.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ru.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/sk.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/sl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/sr-latn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/sr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/sv.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/th.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/tr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/ug.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/uk.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/vi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/zh-cn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/lang/zh.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/_translationstatus.txt +0 -23
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/cs.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/cy.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/da.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/de.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/el.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/en.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/eo.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/fa.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/fi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/fr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/gu.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/he.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/it.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/mk.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/nb.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/nl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/no.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/tr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/ug.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/vi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/a11yhelp/lang/zh-cn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/adobeair/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/ajax/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/autogrow/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/bbcode/plugin.js +0 -9
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/_translationstatus.txt +0 -27
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/bg.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/cs.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/cy.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/da.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/de.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/el.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/en.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/eo.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/et.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/fa.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/fi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/fr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/gu.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/he.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/hr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/it.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/nb.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/nl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/no.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/pl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/tr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/ug.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/uk.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/vi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/lang/zh-cn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/devtools/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/docprops/dialogs/docprops.js +0 -10
- data/vendor/assets/ckeditor/ckeditor/plugins/docprops/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/iframedialog/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/dialogs/placeholder.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/_translationstatus.txt +0 -26
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/bg.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/cs.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/cy.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/da.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/de.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/el.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/en.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/eo.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/et.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/fa.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/fi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/fr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/he.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/hr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/it.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/nb.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/nl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/no.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/pl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/tr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/ug.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/uk.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/vi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/lang/zh-cn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/placeholder.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/placeholder/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/_translationstatus.txt +0 -19
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/cs.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/cy.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/de.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/en.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/eo.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/et.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/fa.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/fi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/fr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/hr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/it.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/nb.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/nl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/no.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/tr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/ug.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/specialchar/lang/zh-cn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/styles/styles/default.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/stylesheetparser/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/tableresize/plugin.js +0 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/_translationstatus.txt +0 -27
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/bg.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/cs.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/cy.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/da.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/de.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/el.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/en.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/eo.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/et.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/fa.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/fi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/fr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/he.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/hr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/it.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/mk.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/nb.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/nl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/no.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/pl.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/tr.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/ug.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/uk.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/vi.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/lang/zh-cn.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/uicolor/yui/yui.js +0 -76
- data/vendor/assets/ckeditor/ckeditor/plugins/xml/plugin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/skins/kama/dialog.css +0 -10
- data/vendor/assets/ckeditor/ckeditor/skins/kama/editor.css +0 -13
- data/vendor/assets/ckeditor/ckeditor/skins/kama/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/images/mini.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/images/noimage.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/images/sprites.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/kama/skin.js +0 -7
- data/vendor/assets/ckeditor/ckeditor/skins/kama/templates.css +0 -6
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/dialog.css +0 -9
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/editor.css +0 -14
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/skin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/skins/office2003/templates.css +0 -6
- data/vendor/assets/ckeditor/ckeditor/skins/v2/dialog.css +0 -9
- data/vendor/assets/ckeditor/ckeditor/skins/v2/editor.css +0 -13
- data/vendor/assets/ckeditor/ckeditor/skins/v2/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/images/mini.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/images/noimage.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/images/sprites.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/vendor/assets/ckeditor/ckeditor/skins/v2/skin.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/skins/v2/templates.css +0 -6
- data/vendor/assets/ckeditor/ckeditor/themes/default/theme.js +0 -8
|
@@ -1,254 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
(function()
|
|
7
|
-
{
|
|
8
|
-
// Base HTML entities.
|
|
9
|
-
var htmlbase = 'nbsp,gt,lt,amp';
|
|
10
|
-
|
|
11
|
-
var entities =
|
|
12
|
-
// Latin-1 Entities
|
|
13
|
-
'quot,iexcl,cent,pound,curren,yen,brvbar,sect,uml,copy,ordf,laquo,' +
|
|
14
|
-
'not,shy,reg,macr,deg,plusmn,sup2,sup3,acute,micro,para,middot,' +
|
|
15
|
-
'cedil,sup1,ordm,raquo,frac14,frac12,frac34,iquest,times,divide,' +
|
|
16
|
-
|
|
17
|
-
// Symbols
|
|
18
|
-
'fnof,bull,hellip,prime,Prime,oline,frasl,weierp,image,real,trade,' +
|
|
19
|
-
'alefsym,larr,uarr,rarr,darr,harr,crarr,lArr,uArr,rArr,dArr,hArr,' +
|
|
20
|
-
'forall,part,exist,empty,nabla,isin,notin,ni,prod,sum,minus,lowast,' +
|
|
21
|
-
'radic,prop,infin,ang,and,or,cap,cup,int,there4,sim,cong,asymp,ne,' +
|
|
22
|
-
'equiv,le,ge,sub,sup,nsub,sube,supe,oplus,otimes,perp,sdot,lceil,' +
|
|
23
|
-
'rceil,lfloor,rfloor,lang,rang,loz,spades,clubs,hearts,diams,' +
|
|
24
|
-
|
|
25
|
-
// Other Special Characters
|
|
26
|
-
'circ,tilde,ensp,emsp,thinsp,zwnj,zwj,lrm,rlm,ndash,mdash,lsquo,' +
|
|
27
|
-
'rsquo,sbquo,ldquo,rdquo,bdquo,dagger,Dagger,permil,lsaquo,rsaquo,' +
|
|
28
|
-
'euro';
|
|
29
|
-
|
|
30
|
-
// Latin Letters Entities
|
|
31
|
-
var latin =
|
|
32
|
-
'Agrave,Aacute,Acirc,Atilde,Auml,Aring,AElig,Ccedil,Egrave,Eacute,' +
|
|
33
|
-
'Ecirc,Euml,Igrave,Iacute,Icirc,Iuml,ETH,Ntilde,Ograve,Oacute,Ocirc,' +
|
|
34
|
-
'Otilde,Ouml,Oslash,Ugrave,Uacute,Ucirc,Uuml,Yacute,THORN,szlig,' +
|
|
35
|
-
'agrave,aacute,acirc,atilde,auml,aring,aelig,ccedil,egrave,eacute,' +
|
|
36
|
-
'ecirc,euml,igrave,iacute,icirc,iuml,eth,ntilde,ograve,oacute,ocirc,' +
|
|
37
|
-
'otilde,ouml,oslash,ugrave,uacute,ucirc,uuml,yacute,thorn,yuml,' +
|
|
38
|
-
'OElig,oelig,Scaron,scaron,Yuml';
|
|
39
|
-
|
|
40
|
-
// Greek Letters Entities.
|
|
41
|
-
var greek =
|
|
42
|
-
'Alpha,Beta,Gamma,Delta,Epsilon,Zeta,Eta,Theta,Iota,Kappa,Lambda,Mu,' +
|
|
43
|
-
'Nu,Xi,Omicron,Pi,Rho,Sigma,Tau,Upsilon,Phi,Chi,Psi,Omega,alpha,' +
|
|
44
|
-
'beta,gamma,delta,epsilon,zeta,eta,theta,iota,kappa,lambda,mu,nu,xi,' +
|
|
45
|
-
'omicron,pi,rho,sigmaf,sigma,tau,upsilon,phi,chi,psi,omega,thetasym,' +
|
|
46
|
-
'upsih,piv';
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* Create a mapping table between one character and its entity form from a list of entity names.
|
|
50
|
-
* @param reverse {Boolean} Whether to create a reverse map from the entity string form to an actual character.
|
|
51
|
-
*/
|
|
52
|
-
function buildTable( entities, reverse )
|
|
53
|
-
{
|
|
54
|
-
var table = {},
|
|
55
|
-
regex = [];
|
|
56
|
-
|
|
57
|
-
// Entities that the browsers DOM don't transform to the final char
|
|
58
|
-
// automatically.
|
|
59
|
-
var specialTable =
|
|
60
|
-
{
|
|
61
|
-
nbsp : '\u00A0', // IE | FF
|
|
62
|
-
shy : '\u00AD', // IE
|
|
63
|
-
gt : '\u003E', // IE | FF | -- | Opera
|
|
64
|
-
lt : '\u003C', // IE | FF | Safari | Opera
|
|
65
|
-
amp : '\u0026', // ALL
|
|
66
|
-
apos : '\u0027', // IE
|
|
67
|
-
quot : '\u0022' // IE
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
entities = entities.replace( /\b(nbsp|shy|gt|lt|amp|apos|quot)(?:,|$)/g, function( match, entity )
|
|
71
|
-
{
|
|
72
|
-
var org = reverse ? '&' + entity + ';' : specialTable[ entity ],
|
|
73
|
-
result = reverse ? specialTable[ entity ] : '&' + entity + ';';
|
|
74
|
-
|
|
75
|
-
table[ org ] = result;
|
|
76
|
-
regex.push( org );
|
|
77
|
-
return '';
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
if ( !reverse && entities )
|
|
81
|
-
{
|
|
82
|
-
// Transforms the entities string into an array.
|
|
83
|
-
entities = entities.split( ',' );
|
|
84
|
-
|
|
85
|
-
// Put all entities inside a DOM element, transforming them to their
|
|
86
|
-
// final chars.
|
|
87
|
-
var div = document.createElement( 'div' ),
|
|
88
|
-
chars;
|
|
89
|
-
div.innerHTML = '&' + entities.join( ';&' ) + ';';
|
|
90
|
-
chars = div.innerHTML;
|
|
91
|
-
div = null;
|
|
92
|
-
|
|
93
|
-
// Add all chars to the table.
|
|
94
|
-
for ( var i = 0 ; i < chars.length ; i++ )
|
|
95
|
-
{
|
|
96
|
-
var charAt = chars.charAt( i );
|
|
97
|
-
table[ charAt ] = '&' + entities[ i ] + ';';
|
|
98
|
-
regex.push( charAt );
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
table.regex = regex.join( reverse ? '|' : '' );
|
|
103
|
-
|
|
104
|
-
return table;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
CKEDITOR.plugins.add( 'entities',
|
|
108
|
-
{
|
|
109
|
-
afterInit : function( editor )
|
|
110
|
-
{
|
|
111
|
-
var config = editor.config;
|
|
112
|
-
|
|
113
|
-
var dataProcessor = editor.dataProcessor,
|
|
114
|
-
htmlFilter = dataProcessor && dataProcessor.htmlFilter;
|
|
115
|
-
|
|
116
|
-
if ( htmlFilter )
|
|
117
|
-
{
|
|
118
|
-
// Mandatory HTML base entities.
|
|
119
|
-
var selectedEntities = [];
|
|
120
|
-
|
|
121
|
-
if ( config.basicEntities !== false )
|
|
122
|
-
selectedEntities.push( htmlbase );
|
|
123
|
-
|
|
124
|
-
if ( config.entities )
|
|
125
|
-
{
|
|
126
|
-
if ( selectedEntities.length )
|
|
127
|
-
selectedEntities.push( entities );
|
|
128
|
-
|
|
129
|
-
if ( config.entities_latin )
|
|
130
|
-
selectedEntities.push( latin );
|
|
131
|
-
|
|
132
|
-
if ( config.entities_greek )
|
|
133
|
-
selectedEntities.push( greek );
|
|
134
|
-
|
|
135
|
-
if ( config.entities_additional )
|
|
136
|
-
selectedEntities.push( config.entities_additional );
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
var entitiesTable = buildTable( selectedEntities.join( ',' ) );
|
|
140
|
-
|
|
141
|
-
// Create the Regex used to find entities in the text, leave it matches nothing if entities are empty.
|
|
142
|
-
var entitiesRegex = entitiesTable.regex ? '[' + entitiesTable.regex + ']' : 'a^';
|
|
143
|
-
delete entitiesTable.regex;
|
|
144
|
-
|
|
145
|
-
if ( config.entities && config.entities_processNumerical )
|
|
146
|
-
entitiesRegex = '[^ -~]|' + entitiesRegex ;
|
|
147
|
-
|
|
148
|
-
entitiesRegex = new RegExp( entitiesRegex, 'g' );
|
|
149
|
-
|
|
150
|
-
function getEntity( character )
|
|
151
|
-
{
|
|
152
|
-
return config.entities_processNumerical == 'force' || !entitiesTable[ character ] ?
|
|
153
|
-
'&#' + character.charCodeAt(0) + ';'
|
|
154
|
-
: entitiesTable[ character ];
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
// Decode entities that the browsers has transformed
|
|
158
|
-
// at first place.
|
|
159
|
-
var baseEntitiesTable = buildTable( [ htmlbase, 'shy' ].join( ',' ) , true ),
|
|
160
|
-
baseEntitiesRegex = new RegExp( baseEntitiesTable.regex, 'g' );
|
|
161
|
-
|
|
162
|
-
function getChar( character )
|
|
163
|
-
{
|
|
164
|
-
return baseEntitiesTable[ character ];
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
htmlFilter.addRules(
|
|
168
|
-
{
|
|
169
|
-
text : function( text )
|
|
170
|
-
{
|
|
171
|
-
return text.replace( baseEntitiesRegex, getChar )
|
|
172
|
-
.replace( entitiesRegex, getEntity );
|
|
173
|
-
}
|
|
174
|
-
});
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
});
|
|
178
|
-
})();
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* Whether to escape basic HTML entities in the document, including:
|
|
182
|
-
* <ul>
|
|
183
|
-
* <li><code>nbsp</code></li>
|
|
184
|
-
* <li><code>gt</code></li>
|
|
185
|
-
* <li><code>lt</code></li>
|
|
186
|
-
* <li><code>amp</code></li>
|
|
187
|
-
* </ul>
|
|
188
|
-
* <strong>Note:</strong> It should not be subject to change unless when outputting a non-HTML data format like BBCode.
|
|
189
|
-
* @type Boolean
|
|
190
|
-
* @default <code>true</code>
|
|
191
|
-
* @example
|
|
192
|
-
* config.basicEntities = false;
|
|
193
|
-
*/
|
|
194
|
-
CKEDITOR.config.basicEntities = true;
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* Whether to use HTML entities in the output.
|
|
198
|
-
* @name CKEDITOR.config.entities
|
|
199
|
-
* @type Boolean
|
|
200
|
-
* @default <code>true</code>
|
|
201
|
-
* @example
|
|
202
|
-
* config.entities = false;
|
|
203
|
-
*/
|
|
204
|
-
CKEDITOR.config.entities = true;
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* Whether to convert some Latin characters (Latin alphabet No. 1, ISO 8859-1)
|
|
208
|
-
* to HTML entities. The list of entities can be found in the
|
|
209
|
-
* <a href="http://www.w3.org/TR/html4/sgml/entities.html#h-24.2.1">W3C HTML 4.01 Specification, section 24.2.1</a>.
|
|
210
|
-
* @name CKEDITOR.config.entities_latin
|
|
211
|
-
* @type Boolean
|
|
212
|
-
* @default <code>true</code>
|
|
213
|
-
* @example
|
|
214
|
-
* config.entities_latin = false;
|
|
215
|
-
*/
|
|
216
|
-
CKEDITOR.config.entities_latin = true;
|
|
217
|
-
|
|
218
|
-
/**
|
|
219
|
-
* Whether to convert some symbols, mathematical symbols, and Greek letters to
|
|
220
|
-
* HTML entities. This may be more relevant for users typing text written in Greek.
|
|
221
|
-
* The list of entities can be found in the
|
|
222
|
-
* <a href="http://www.w3.org/TR/html4/sgml/entities.html#h-24.3.1">W3C HTML 4.01 Specification, section 24.3.1</a>.
|
|
223
|
-
* @name CKEDITOR.config.entities_greek
|
|
224
|
-
* @type Boolean
|
|
225
|
-
* @default <code>true</code>
|
|
226
|
-
* @example
|
|
227
|
-
* config.entities_greek = false;
|
|
228
|
-
*/
|
|
229
|
-
CKEDITOR.config.entities_greek = true;
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* Whether to convert all remaining characters not included in the ASCII
|
|
233
|
-
* character table to their relative decimal numeric representation of HTML entity.
|
|
234
|
-
* When set to <code>force</code>, it will convert all entities into this format.
|
|
235
|
-
* For example the phrase "This is Chinese: 汉语." is output
|
|
236
|
-
* as "This is Chinese: &#27721;&#35821;."
|
|
237
|
-
* @name CKEDITOR.config.entities_processNumerical
|
|
238
|
-
* @type Boolean|String
|
|
239
|
-
* @default <code>false</code>
|
|
240
|
-
* @example
|
|
241
|
-
* config.entities_processNumerical = true;
|
|
242
|
-
* config.entities_processNumerical = 'force'; //Converts from " " into " ";
|
|
243
|
-
*/
|
|
244
|
-
|
|
245
|
-
/**
|
|
246
|
-
* A comma separated list of additional entities to be used. Entity names
|
|
247
|
-
* or numbers must be used in a form that excludes the "&" prefix and the ";" ending.
|
|
248
|
-
* @name CKEDITOR.config.entities_additional
|
|
249
|
-
* @default <code>'#39'</code> (The single quote (') character.)
|
|
250
|
-
* @type String
|
|
251
|
-
* @example
|
|
252
|
-
* config.entities_additional = '#1049'; // Adds Cyrillic capital letter Short I (Й).
|
|
253
|
-
*/
|
|
254
|
-
CKEDITOR.config.entities_additional = '#39';
|
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
(function()
|
|
7
|
-
{
|
|
8
|
-
var cssStyle = CKEDITOR.htmlParser.cssStyle,
|
|
9
|
-
cssLength = CKEDITOR.tools.cssLength;
|
|
10
|
-
|
|
11
|
-
var cssLengthRegex = /^((?:\d*(?:\.\d+))|(?:\d+))(.*)?$/i;
|
|
12
|
-
|
|
13
|
-
/*
|
|
14
|
-
* Replacing the former CSS length value with the later one, with
|
|
15
|
-
* adjustment to the length unit.
|
|
16
|
-
*/
|
|
17
|
-
function replaceCssLength( length1, length2 )
|
|
18
|
-
{
|
|
19
|
-
var parts1 = cssLengthRegex.exec( length1 ),
|
|
20
|
-
parts2 = cssLengthRegex.exec( length2 );
|
|
21
|
-
|
|
22
|
-
// Omit pixel length unit when necessary,
|
|
23
|
-
// e.g. replaceCssLength( 10, '20px' ) -> 20
|
|
24
|
-
if ( parts1 )
|
|
25
|
-
{
|
|
26
|
-
if ( !parts1[ 2 ] && parts2[ 2 ] == 'px' )
|
|
27
|
-
return parts2[ 1 ];
|
|
28
|
-
if ( parts1[ 2 ] == 'px' && !parts2[ 2 ] )
|
|
29
|
-
return parts2[ 1 ] + 'px';
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
return length2;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
var htmlFilterRules =
|
|
36
|
-
{
|
|
37
|
-
elements :
|
|
38
|
-
{
|
|
39
|
-
$ : function( element )
|
|
40
|
-
{
|
|
41
|
-
var attributes = element.attributes,
|
|
42
|
-
realHtml = attributes && attributes[ 'data-cke-realelement' ],
|
|
43
|
-
realFragment = realHtml && new CKEDITOR.htmlParser.fragment.fromHtml( decodeURIComponent( realHtml ) ),
|
|
44
|
-
realElement = realFragment && realFragment.children[ 0 ];
|
|
45
|
-
|
|
46
|
-
// Width/height in the fake object are subjected to clone into the real element.
|
|
47
|
-
if ( realElement && element.attributes[ 'data-cke-resizable' ] )
|
|
48
|
-
{
|
|
49
|
-
var styles = new cssStyle( element ).rules,
|
|
50
|
-
realAttrs = realElement.attributes,
|
|
51
|
-
width = styles.width,
|
|
52
|
-
height = styles.height;
|
|
53
|
-
|
|
54
|
-
width && ( realAttrs.width = replaceCssLength( realAttrs.width, width ) );
|
|
55
|
-
height && ( realAttrs.height = replaceCssLength( realAttrs.height, height ) );
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
return realElement;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
CKEDITOR.plugins.add( 'fakeobjects',
|
|
64
|
-
{
|
|
65
|
-
requires : [ 'htmlwriter' ],
|
|
66
|
-
|
|
67
|
-
afterInit : function( editor )
|
|
68
|
-
{
|
|
69
|
-
var dataProcessor = editor.dataProcessor,
|
|
70
|
-
htmlFilter = dataProcessor && dataProcessor.htmlFilter;
|
|
71
|
-
|
|
72
|
-
if ( htmlFilter )
|
|
73
|
-
htmlFilter.addRules( htmlFilterRules );
|
|
74
|
-
}
|
|
75
|
-
});
|
|
76
|
-
|
|
77
|
-
CKEDITOR.editor.prototype.createFakeElement = function( realElement, className, realElementType, isResizable )
|
|
78
|
-
{
|
|
79
|
-
var lang = this.lang.fakeobjects,
|
|
80
|
-
label = lang[ realElementType ] || lang.unknown;
|
|
81
|
-
|
|
82
|
-
var attributes =
|
|
83
|
-
{
|
|
84
|
-
'class' : className,
|
|
85
|
-
src : CKEDITOR.getUrl( 'images/spacer.gif' ),
|
|
86
|
-
'data-cke-realelement' : encodeURIComponent( realElement.getOuterHtml() ),
|
|
87
|
-
'data-cke-real-node-type' : realElement.type,
|
|
88
|
-
alt : label,
|
|
89
|
-
title : label,
|
|
90
|
-
align : realElement.getAttribute( 'align' ) || ''
|
|
91
|
-
};
|
|
92
|
-
|
|
93
|
-
if ( realElementType )
|
|
94
|
-
attributes[ 'data-cke-real-element-type' ] = realElementType;
|
|
95
|
-
|
|
96
|
-
if ( isResizable )
|
|
97
|
-
{
|
|
98
|
-
attributes[ 'data-cke-resizable' ] = isResizable;
|
|
99
|
-
|
|
100
|
-
var fakeStyle = new cssStyle();
|
|
101
|
-
|
|
102
|
-
var width = realElement.getAttribute( 'width' ),
|
|
103
|
-
height = realElement.getAttribute( 'height' );
|
|
104
|
-
|
|
105
|
-
width && ( fakeStyle.rules.width = cssLength( width ) );
|
|
106
|
-
height && ( fakeStyle.rules.height = cssLength( height ) );
|
|
107
|
-
fakeStyle.populate( attributes );
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
return this.document.createElement( 'img', { attributes : attributes } );
|
|
111
|
-
};
|
|
112
|
-
|
|
113
|
-
CKEDITOR.editor.prototype.createFakeParserElement = function( realElement, className, realElementType, isResizable )
|
|
114
|
-
{
|
|
115
|
-
var lang = this.lang.fakeobjects,
|
|
116
|
-
label = lang[ realElementType ] || lang.unknown,
|
|
117
|
-
html;
|
|
118
|
-
|
|
119
|
-
var writer = new CKEDITOR.htmlParser.basicWriter();
|
|
120
|
-
realElement.writeHtml( writer );
|
|
121
|
-
html = writer.getHtml();
|
|
122
|
-
|
|
123
|
-
var attributes =
|
|
124
|
-
{
|
|
125
|
-
'class' : className,
|
|
126
|
-
src : CKEDITOR.getUrl( 'images/spacer.gif' ),
|
|
127
|
-
'data-cke-realelement' : encodeURIComponent( html ),
|
|
128
|
-
'data-cke-real-node-type' : realElement.type,
|
|
129
|
-
alt : label,
|
|
130
|
-
title : label,
|
|
131
|
-
align : realElement.attributes.align || ''
|
|
132
|
-
};
|
|
133
|
-
|
|
134
|
-
if ( realElementType )
|
|
135
|
-
attributes[ 'data-cke-real-element-type' ] = realElementType;
|
|
136
|
-
|
|
137
|
-
if ( isResizable )
|
|
138
|
-
{
|
|
139
|
-
attributes[ 'data-cke-resizable' ] = isResizable;
|
|
140
|
-
var realAttrs = realElement.attributes,
|
|
141
|
-
fakeStyle = new cssStyle();
|
|
142
|
-
|
|
143
|
-
var width = realAttrs.width,
|
|
144
|
-
height = realAttrs.height;
|
|
145
|
-
|
|
146
|
-
width != undefined && ( fakeStyle.rules.width = cssLength( width ) );
|
|
147
|
-
height != undefined && ( fakeStyle.rules.height = cssLength ( height ) );
|
|
148
|
-
fakeStyle.populate( attributes );
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
return new CKEDITOR.htmlParser.element( 'img', attributes );
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
CKEDITOR.editor.prototype.restoreRealElement = function( fakeElement )
|
|
155
|
-
{
|
|
156
|
-
if ( fakeElement.data( 'cke-real-node-type' ) != CKEDITOR.NODE_ELEMENT )
|
|
157
|
-
return null;
|
|
158
|
-
|
|
159
|
-
var element = CKEDITOR.dom.element.createFromHtml(
|
|
160
|
-
decodeURIComponent( fakeElement.data( 'cke-realelement' ) ),
|
|
161
|
-
this.document );
|
|
162
|
-
|
|
163
|
-
if ( fakeElement.data( 'cke-resizable') )
|
|
164
|
-
{
|
|
165
|
-
var width = fakeElement.getStyle( 'width' ),
|
|
166
|
-
height = fakeElement.getStyle( 'height' );
|
|
167
|
-
|
|
168
|
-
width && element.setAttribute( 'width', replaceCssLength( element.getAttribute( 'width' ), width ) );
|
|
169
|
-
height && element.setAttribute( 'height', replaceCssLength( element.getAttribute( 'height' ), height ) );
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
return element;
|
|
173
|
-
};
|
|
174
|
-
|
|
175
|
-
})();
|
|
@@ -1,533 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* @fileOverview The "filebrowser" plugin that adds support for file uploads and
|
|
8
|
-
* browsing.
|
|
9
|
-
*
|
|
10
|
-
* When a file is uploaded or selected inside the file browser, its URL is
|
|
11
|
-
* inserted automatically into a field defined in the <code>filebrowser</code>
|
|
12
|
-
* attribute. In order to specify a field that should be updated, pass the tab ID and
|
|
13
|
-
* the element ID, separated with a colon.<br /><br />
|
|
14
|
-
*
|
|
15
|
-
* <strong>Example 1: (Browse)</strong>
|
|
16
|
-
*
|
|
17
|
-
* <pre>
|
|
18
|
-
* {
|
|
19
|
-
* type : 'button',
|
|
20
|
-
* id : 'browse',
|
|
21
|
-
* filebrowser : 'tabId:elementId',
|
|
22
|
-
* label : editor.lang.common.browseServer
|
|
23
|
-
* }
|
|
24
|
-
* </pre>
|
|
25
|
-
*
|
|
26
|
-
* If you set the <code>filebrowser</code> attribute for an element other than
|
|
27
|
-
* the <code>fileButton</code>, the <code>Browse</code> action will be triggered.<br /><br />
|
|
28
|
-
*
|
|
29
|
-
* <strong>Example 2: (Quick Upload)</strong>
|
|
30
|
-
*
|
|
31
|
-
* <pre>
|
|
32
|
-
* {
|
|
33
|
-
* type : 'fileButton',
|
|
34
|
-
* id : 'uploadButton',
|
|
35
|
-
* filebrowser : 'tabId:elementId',
|
|
36
|
-
* label : editor.lang.common.uploadSubmit,
|
|
37
|
-
* 'for' : [ 'upload', 'upload' ]
|
|
38
|
-
* }
|
|
39
|
-
* </pre>
|
|
40
|
-
*
|
|
41
|
-
* If you set the <code>filebrowser</code> attribute for a <code>fileButton</code>
|
|
42
|
-
* element, the <code>QuickUpload</code> action will be executed.<br /><br />
|
|
43
|
-
*
|
|
44
|
-
* The filebrowser plugin also supports more advanced configuration performed through
|
|
45
|
-
* a JavaScript object.
|
|
46
|
-
*
|
|
47
|
-
* The following settings are supported:
|
|
48
|
-
*
|
|
49
|
-
* <ul>
|
|
50
|
-
* <li><code>action</code> – <code>Browse</code> or <code>QuickUpload</code>.</li>
|
|
51
|
-
* <li><code>target</code> – the field to update in the <code><em>tabId:elementId</em></code> format.</li>
|
|
52
|
-
* <li><code>params</code> – additional arguments to be passed to the server connector (optional).</li>
|
|
53
|
-
* <li><code>onSelect</code> – a function to execute when the file is selected/uploaded (optional).</li>
|
|
54
|
-
* <li><code>url</code> – the URL to be called (optional).</li>
|
|
55
|
-
* </ul>
|
|
56
|
-
*
|
|
57
|
-
* <strong>Example 3: (Quick Upload)</strong>
|
|
58
|
-
*
|
|
59
|
-
* <pre>
|
|
60
|
-
* {
|
|
61
|
-
* type : 'fileButton',
|
|
62
|
-
* label : editor.lang.common.uploadSubmit,
|
|
63
|
-
* id : 'buttonId',
|
|
64
|
-
* filebrowser :
|
|
65
|
-
* {
|
|
66
|
-
* action : 'QuickUpload', // required
|
|
67
|
-
* target : 'tab1:elementId', // required
|
|
68
|
-
* params : // optional
|
|
69
|
-
* {
|
|
70
|
-
* type : 'Files',
|
|
71
|
-
* currentFolder : '/folder/'
|
|
72
|
-
* },
|
|
73
|
-
* onSelect : function( fileUrl, errorMessage ) // optional
|
|
74
|
-
* {
|
|
75
|
-
* // Do not call the built-in selectFuntion.
|
|
76
|
-
* // return false;
|
|
77
|
-
* }
|
|
78
|
-
* },
|
|
79
|
-
* 'for' : [ 'tab1', 'myFile' ]
|
|
80
|
-
* }
|
|
81
|
-
* </pre>
|
|
82
|
-
*
|
|
83
|
-
* Suppose you have a file element with an ID of <code>myFile</code>, a text
|
|
84
|
-
* field with an ID of <code>elementId</code> and a <code>fileButton</code>.
|
|
85
|
-
* If the <code>filebowser.url</code> attribute is not specified explicitly,
|
|
86
|
-
* the form action will be set to <code>filebrowser[<em>DialogWindowName</em>]UploadUrl</code>
|
|
87
|
-
* or, if not specified, to <code>filebrowserUploadUrl</code>. Additional parameters
|
|
88
|
-
* from the <code>params</code> object will be added to the query string. It is
|
|
89
|
-
* possible to create your own <code>uploadHandler</code> and cancel the built-in
|
|
90
|
-
* <code>updateTargetElement</code> command.<br /><br />
|
|
91
|
-
*
|
|
92
|
-
* <strong>Example 4: (Browse)</strong>
|
|
93
|
-
*
|
|
94
|
-
* <pre>
|
|
95
|
-
* {
|
|
96
|
-
* type : 'button',
|
|
97
|
-
* id : 'buttonId',
|
|
98
|
-
* label : editor.lang.common.browseServer,
|
|
99
|
-
* filebrowser :
|
|
100
|
-
* {
|
|
101
|
-
* action : 'Browse',
|
|
102
|
-
* url : '/ckfinder/ckfinder.html&type=Images',
|
|
103
|
-
* target : 'tab1:elementId'
|
|
104
|
-
* }
|
|
105
|
-
* }
|
|
106
|
-
* </pre>
|
|
107
|
-
*
|
|
108
|
-
* In this example, when the button is pressed, the file browser will be opened in a
|
|
109
|
-
* popup window. If you do not specify the <code>filebrowser.url</code> attribute,
|
|
110
|
-
* <code>filebrowser[<em>DialogName</em>]BrowseUrl</code> or
|
|
111
|
-
* <code>filebrowserBrowseUrl</code> will be used. After selecting a file in the file
|
|
112
|
-
* browser, an element with an ID of <code>elementId</code> will be updated. Just
|
|
113
|
-
* like in the third example, a custom <code>onSelect</code> function may be defined.
|
|
114
|
-
*/
|
|
115
|
-
( function()
|
|
116
|
-
{
|
|
117
|
-
/*
|
|
118
|
-
* Adds (additional) arguments to given url.
|
|
119
|
-
*
|
|
120
|
-
* @param {String}
|
|
121
|
-
* url The url.
|
|
122
|
-
* @param {Object}
|
|
123
|
-
* params Additional parameters.
|
|
124
|
-
*/
|
|
125
|
-
function addQueryString( url, params )
|
|
126
|
-
{
|
|
127
|
-
var queryString = [];
|
|
128
|
-
|
|
129
|
-
if ( !params )
|
|
130
|
-
return url;
|
|
131
|
-
else
|
|
132
|
-
{
|
|
133
|
-
for ( var i in params )
|
|
134
|
-
queryString.push( i + "=" + encodeURIComponent( params[ i ] ) );
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
return url + ( ( url.indexOf( "?" ) != -1 ) ? "&" : "?" ) + queryString.join( "&" );
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
/*
|
|
141
|
-
* Make a string's first character uppercase.
|
|
142
|
-
*
|
|
143
|
-
* @param {String}
|
|
144
|
-
* str String.
|
|
145
|
-
*/
|
|
146
|
-
function ucFirst( str )
|
|
147
|
-
{
|
|
148
|
-
str += '';
|
|
149
|
-
var f = str.charAt( 0 ).toUpperCase();
|
|
150
|
-
return f + str.substr( 1 );
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
/*
|
|
154
|
-
* The onlick function assigned to the 'Browse Server' button. Opens the
|
|
155
|
-
* file browser and updates target field when file is selected.
|
|
156
|
-
*
|
|
157
|
-
* @param {CKEDITOR.event}
|
|
158
|
-
* evt The event object.
|
|
159
|
-
*/
|
|
160
|
-
function browseServer( evt )
|
|
161
|
-
{
|
|
162
|
-
var dialog = this.getDialog();
|
|
163
|
-
var editor = dialog.getParentEditor();
|
|
164
|
-
|
|
165
|
-
editor._.filebrowserSe = this;
|
|
166
|
-
|
|
167
|
-
var width = editor.config[ 'filebrowser' + ucFirst( dialog.getName() ) + 'WindowWidth' ]
|
|
168
|
-
|| editor.config.filebrowserWindowWidth || '80%';
|
|
169
|
-
var height = editor.config[ 'filebrowser' + ucFirst( dialog.getName() ) + 'WindowHeight' ]
|
|
170
|
-
|| editor.config.filebrowserWindowHeight || '70%';
|
|
171
|
-
|
|
172
|
-
var params = this.filebrowser.params || {};
|
|
173
|
-
params.CKEditor = editor.name;
|
|
174
|
-
params.CKEditorFuncNum = editor._.filebrowserFn;
|
|
175
|
-
if ( !params.langCode )
|
|
176
|
-
params.langCode = editor.langCode;
|
|
177
|
-
|
|
178
|
-
var url = addQueryString( this.filebrowser.url, params );
|
|
179
|
-
// TODO: V4: Remove backward compatibility (#8163).
|
|
180
|
-
editor.popup( url, width, height, editor.config.filebrowserWindowFeatures || editor.config.fileBrowserWindowFeatures );
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/*
|
|
184
|
-
* The onlick function assigned to the 'Upload' button. Makes the final
|
|
185
|
-
* decision whether form is really submitted and updates target field when
|
|
186
|
-
* file is uploaded.
|
|
187
|
-
*
|
|
188
|
-
* @param {CKEDITOR.event}
|
|
189
|
-
* evt The event object.
|
|
190
|
-
*/
|
|
191
|
-
function uploadFile( evt )
|
|
192
|
-
{
|
|
193
|
-
var dialog = this.getDialog();
|
|
194
|
-
var editor = dialog.getParentEditor();
|
|
195
|
-
|
|
196
|
-
editor._.filebrowserSe = this;
|
|
197
|
-
|
|
198
|
-
// If user didn't select the file, stop the upload.
|
|
199
|
-
if ( !dialog.getContentElement( this[ 'for' ][ 0 ], this[ 'for' ][ 1 ] ).getInputElement().$.value )
|
|
200
|
-
return false;
|
|
201
|
-
|
|
202
|
-
if ( !dialog.getContentElement( this[ 'for' ][ 0 ], this[ 'for' ][ 1 ] ).getAction() )
|
|
203
|
-
return false;
|
|
204
|
-
|
|
205
|
-
return true;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/*
|
|
209
|
-
* Setups the file element.
|
|
210
|
-
*
|
|
211
|
-
* @param {CKEDITOR.ui.dialog.file}
|
|
212
|
-
* fileInput The file element used during file upload.
|
|
213
|
-
* @param {Object}
|
|
214
|
-
* filebrowser Object containing filebrowser settings assigned to
|
|
215
|
-
* the fileButton associated with this file element.
|
|
216
|
-
*/
|
|
217
|
-
function setupFileElement( editor, fileInput, filebrowser )
|
|
218
|
-
{
|
|
219
|
-
var params = filebrowser.params || {};
|
|
220
|
-
params.CKEditor = editor.name;
|
|
221
|
-
params.CKEditorFuncNum = editor._.filebrowserFn;
|
|
222
|
-
if ( !params.langCode )
|
|
223
|
-
params.langCode = editor.langCode;
|
|
224
|
-
|
|
225
|
-
fileInput.action = addQueryString( filebrowser.url, params );
|
|
226
|
-
fileInput.filebrowser = filebrowser;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/*
|
|
230
|
-
* Traverse through the content definition and attach filebrowser to
|
|
231
|
-
* elements with 'filebrowser' attribute.
|
|
232
|
-
*
|
|
233
|
-
* @param String
|
|
234
|
-
* dialogName Dialog name.
|
|
235
|
-
* @param {CKEDITOR.dialog.definitionObject}
|
|
236
|
-
* definition Dialog definition.
|
|
237
|
-
* @param {Array}
|
|
238
|
-
* elements Array of {@link CKEDITOR.dialog.definition.content}
|
|
239
|
-
* objects.
|
|
240
|
-
*/
|
|
241
|
-
function attachFileBrowser( editor, dialogName, definition, elements )
|
|
242
|
-
{
|
|
243
|
-
var element, fileInput;
|
|
244
|
-
|
|
245
|
-
for ( var i in elements )
|
|
246
|
-
{
|
|
247
|
-
element = elements[ i ];
|
|
248
|
-
|
|
249
|
-
if ( element.type == 'hbox' || element.type == 'vbox' || element.type == 'fieldset' )
|
|
250
|
-
attachFileBrowser( editor, dialogName, definition, element.children );
|
|
251
|
-
|
|
252
|
-
if ( !element.filebrowser )
|
|
253
|
-
continue;
|
|
254
|
-
|
|
255
|
-
if ( typeof element.filebrowser == 'string' )
|
|
256
|
-
{
|
|
257
|
-
var fb =
|
|
258
|
-
{
|
|
259
|
-
action : ( element.type == 'fileButton' ) ? 'QuickUpload' : 'Browse',
|
|
260
|
-
target : element.filebrowser
|
|
261
|
-
};
|
|
262
|
-
element.filebrowser = fb;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
if ( element.filebrowser.action == 'Browse' )
|
|
266
|
-
{
|
|
267
|
-
var url = element.filebrowser.url;
|
|
268
|
-
if ( url === undefined )
|
|
269
|
-
{
|
|
270
|
-
url = editor.config[ 'filebrowser' + ucFirst( dialogName ) + 'BrowseUrl' ];
|
|
271
|
-
if ( url === undefined )
|
|
272
|
-
url = editor.config.filebrowserBrowseUrl;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
if ( url )
|
|
276
|
-
{
|
|
277
|
-
element.onClick = browseServer;
|
|
278
|
-
element.filebrowser.url = url;
|
|
279
|
-
element.hidden = false;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
else if ( element.filebrowser.action == 'QuickUpload' && element[ 'for' ] )
|
|
283
|
-
{
|
|
284
|
-
url = element.filebrowser.url;
|
|
285
|
-
if ( url === undefined )
|
|
286
|
-
{
|
|
287
|
-
url = editor.config[ 'filebrowser' + ucFirst( dialogName ) + 'UploadUrl' ];
|
|
288
|
-
if ( url === undefined )
|
|
289
|
-
url = editor.config.filebrowserUploadUrl;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
if ( url )
|
|
293
|
-
{
|
|
294
|
-
var onClick = element.onClick;
|
|
295
|
-
element.onClick = function( evt )
|
|
296
|
-
{
|
|
297
|
-
// "element" here means the definition object, so we need to find the correct
|
|
298
|
-
// button to scope the event call
|
|
299
|
-
var sender = evt.sender;
|
|
300
|
-
if ( onClick && onClick.call( sender, evt ) === false )
|
|
301
|
-
return false;
|
|
302
|
-
|
|
303
|
-
return uploadFile.call( sender, evt );
|
|
304
|
-
};
|
|
305
|
-
|
|
306
|
-
element.filebrowser.url = url;
|
|
307
|
-
element.hidden = false;
|
|
308
|
-
setupFileElement( editor, definition.getContents( element[ 'for' ][ 0 ] ).get( element[ 'for' ][ 1 ] ), element.filebrowser );
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
/*
|
|
315
|
-
* Updates the target element with the url of uploaded/selected file.
|
|
316
|
-
*
|
|
317
|
-
* @param {String}
|
|
318
|
-
* url The url of a file.
|
|
319
|
-
*/
|
|
320
|
-
function updateTargetElement( url, sourceElement )
|
|
321
|
-
{
|
|
322
|
-
var dialog = sourceElement.getDialog();
|
|
323
|
-
var targetElement = sourceElement.filebrowser.target || null;
|
|
324
|
-
|
|
325
|
-
// If there is a reference to targetElement, update it.
|
|
326
|
-
if ( targetElement )
|
|
327
|
-
{
|
|
328
|
-
var target = targetElement.split( ':' );
|
|
329
|
-
var element = dialog.getContentElement( target[ 0 ], target[ 1 ] );
|
|
330
|
-
if ( element )
|
|
331
|
-
{
|
|
332
|
-
element.setValue( url );
|
|
333
|
-
dialog.selectPage( target[ 0 ] );
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
/*
|
|
339
|
-
* Returns true if filebrowser is configured in one of the elements.
|
|
340
|
-
*
|
|
341
|
-
* @param {CKEDITOR.dialog.definitionObject}
|
|
342
|
-
* definition Dialog definition.
|
|
343
|
-
* @param String
|
|
344
|
-
* tabId The tab id where element(s) can be found.
|
|
345
|
-
* @param String
|
|
346
|
-
* elementId The element id (or ids, separated with a semicolon) to check.
|
|
347
|
-
*/
|
|
348
|
-
function isConfigured( definition, tabId, elementId )
|
|
349
|
-
{
|
|
350
|
-
if ( elementId.indexOf( ";" ) !== -1 )
|
|
351
|
-
{
|
|
352
|
-
var ids = elementId.split( ";" );
|
|
353
|
-
for ( var i = 0 ; i < ids.length ; i++ )
|
|
354
|
-
{
|
|
355
|
-
if ( isConfigured( definition, tabId, ids[i] ) )
|
|
356
|
-
return true;
|
|
357
|
-
}
|
|
358
|
-
return false;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
var elementFileBrowser = definition.getContents( tabId ).get( elementId ).filebrowser;
|
|
362
|
-
return ( elementFileBrowser && elementFileBrowser.url );
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
function setUrl( fileUrl, data )
|
|
366
|
-
{
|
|
367
|
-
var dialog = this._.filebrowserSe.getDialog(),
|
|
368
|
-
targetInput = this._.filebrowserSe[ 'for' ],
|
|
369
|
-
onSelect = this._.filebrowserSe.filebrowser.onSelect;
|
|
370
|
-
|
|
371
|
-
if ( targetInput )
|
|
372
|
-
dialog.getContentElement( targetInput[ 0 ], targetInput[ 1 ] ).reset();
|
|
373
|
-
|
|
374
|
-
if ( typeof data == 'function' && data.call( this._.filebrowserSe ) === false )
|
|
375
|
-
return;
|
|
376
|
-
|
|
377
|
-
if ( onSelect && onSelect.call( this._.filebrowserSe, fileUrl, data ) === false )
|
|
378
|
-
return;
|
|
379
|
-
|
|
380
|
-
// The "data" argument may be used to pass the error message to the editor.
|
|
381
|
-
if ( typeof data == 'string' && data )
|
|
382
|
-
alert( data );
|
|
383
|
-
|
|
384
|
-
if ( fileUrl )
|
|
385
|
-
updateTargetElement( fileUrl, this._.filebrowserSe );
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
CKEDITOR.plugins.add( 'filebrowser',
|
|
389
|
-
{
|
|
390
|
-
init : function( editor, pluginPath )
|
|
391
|
-
{
|
|
392
|
-
editor._.filebrowserFn = CKEDITOR.tools.addFunction( setUrl, editor );
|
|
393
|
-
editor.on( 'destroy', function () { CKEDITOR.tools.removeFunction( this._.filebrowserFn ); } );
|
|
394
|
-
}
|
|
395
|
-
} );
|
|
396
|
-
|
|
397
|
-
CKEDITOR.on( 'dialogDefinition', function( evt )
|
|
398
|
-
{
|
|
399
|
-
var definition = evt.data.definition,
|
|
400
|
-
element;
|
|
401
|
-
// Associate filebrowser to elements with 'filebrowser' attribute.
|
|
402
|
-
for ( var i in definition.contents )
|
|
403
|
-
{
|
|
404
|
-
if ( ( element = definition.contents[ i ] ) )
|
|
405
|
-
{
|
|
406
|
-
attachFileBrowser( evt.editor, evt.data.name, definition, element.elements );
|
|
407
|
-
if ( element.hidden && element.filebrowser )
|
|
408
|
-
{
|
|
409
|
-
element.hidden = !isConfigured( definition, element[ 'id' ], element.filebrowser );
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
} );
|
|
414
|
-
|
|
415
|
-
} )();
|
|
416
|
-
|
|
417
|
-
/**
|
|
418
|
-
* The location of an external file browser that should be launched when the <strong>Browse Server</strong>
|
|
419
|
-
* button is pressed. If configured, the <strong>Browse Server</strong> button will appear in the
|
|
420
|
-
* <strong>Link</strong>, <strong>Image</strong>, and <strong>Flash</strong> dialog windows.
|
|
421
|
-
* @see The <a href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)">File Browser/Uploader</a> documentation.
|
|
422
|
-
* @name CKEDITOR.config.filebrowserBrowseUrl
|
|
423
|
-
* @since 3.0
|
|
424
|
-
* @type String
|
|
425
|
-
* @default <code>''</code> (empty string = disabled)
|
|
426
|
-
* @example
|
|
427
|
-
* config.filebrowserBrowseUrl = '/browser/browse.php';
|
|
428
|
-
*/
|
|
429
|
-
|
|
430
|
-
/**
|
|
431
|
-
* The location of the script that handles file uploads.
|
|
432
|
-
* If set, the <strong>Upload</strong> tab will appear in the <strong>Link</strong>, <strong>Image</strong>,
|
|
433
|
-
* and <strong>Flash</strong> dialog windows.
|
|
434
|
-
* @name CKEDITOR.config.filebrowserUploadUrl
|
|
435
|
-
* @see The <a href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)">File Browser/Uploader</a> documentation.
|
|
436
|
-
* @since 3.0
|
|
437
|
-
* @type String
|
|
438
|
-
* @default <code>''</code> (empty string = disabled)
|
|
439
|
-
* @example
|
|
440
|
-
* config.filebrowserUploadUrl = '/uploader/upload.php';
|
|
441
|
-
*/
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* The location of an external file browser that should be launched when the <strong>Browse Server</strong>
|
|
445
|
-
* button is pressed in the <strong>Image</strong> dialog window.
|
|
446
|
-
* If not set, CKEditor will use <code>{@link CKEDITOR.config.filebrowserBrowseUrl}</code>.
|
|
447
|
-
* @name CKEDITOR.config.filebrowserImageBrowseUrl
|
|
448
|
-
* @since 3.0
|
|
449
|
-
* @type String
|
|
450
|
-
* @default <code>''</code> (empty string = disabled)
|
|
451
|
-
* @example
|
|
452
|
-
* config.filebrowserImageBrowseUrl = '/browser/browse.php?type=Images';
|
|
453
|
-
*/
|
|
454
|
-
|
|
455
|
-
/**
|
|
456
|
-
* The location of an external file browser that should be launched when the <strong>Browse Server</strong>
|
|
457
|
-
* button is pressed in the <strong>Flash</strong> dialog window.
|
|
458
|
-
* If not set, CKEditor will use <code>{@link CKEDITOR.config.filebrowserBrowseUrl}</code>.
|
|
459
|
-
* @name CKEDITOR.config.filebrowserFlashBrowseUrl
|
|
460
|
-
* @since 3.0
|
|
461
|
-
* @type String
|
|
462
|
-
* @default <code>''</code> (empty string = disabled)
|
|
463
|
-
* @example
|
|
464
|
-
* config.filebrowserFlashBrowseUrl = '/browser/browse.php?type=Flash';
|
|
465
|
-
*/
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* The location of the script that handles file uploads in the <strong>Image</strong> dialog window.
|
|
469
|
-
* If not set, CKEditor will use <code>{@link CKEDITOR.config.filebrowserUploadUrl}</code>.
|
|
470
|
-
* @name CKEDITOR.config.filebrowserImageUploadUrl
|
|
471
|
-
* @since 3.0
|
|
472
|
-
* @type String
|
|
473
|
-
* @default <code>''</code> (empty string = disabled)
|
|
474
|
-
* @example
|
|
475
|
-
* config.filebrowserImageUploadUrl = '/uploader/upload.php?type=Images';
|
|
476
|
-
*/
|
|
477
|
-
|
|
478
|
-
/**
|
|
479
|
-
* The location of the script that handles file uploads in the <strong>Flash</strong> dialog window.
|
|
480
|
-
* If not set, CKEditor will use <code>{@link CKEDITOR.config.filebrowserUploadUrl}</code>.
|
|
481
|
-
* @name CKEDITOR.config.filebrowserFlashUploadUrl
|
|
482
|
-
* @since 3.0
|
|
483
|
-
* @type String
|
|
484
|
-
* @default <code>''</code> (empty string = disabled)
|
|
485
|
-
* @example
|
|
486
|
-
* config.filebrowserFlashUploadUrl = '/uploader/upload.php?type=Flash';
|
|
487
|
-
*/
|
|
488
|
-
|
|
489
|
-
/**
|
|
490
|
-
* The location of an external file browser that should be launched when the <strong>Browse Server</strong>
|
|
491
|
-
* button is pressed in the <strong>Link</strong> tab of the <strong>Image</strong> dialog window.
|
|
492
|
-
* If not set, CKEditor will use <code>{@link CKEDITOR.config.filebrowserBrowseUrl}</code>.
|
|
493
|
-
* @name CKEDITOR.config.filebrowserImageBrowseLinkUrl
|
|
494
|
-
* @since 3.2
|
|
495
|
-
* @type String
|
|
496
|
-
* @default <code>''</code> (empty string = disabled)
|
|
497
|
-
* @example
|
|
498
|
-
* config.filebrowserImageBrowseLinkUrl = '/browser/browse.php';
|
|
499
|
-
*/
|
|
500
|
-
|
|
501
|
-
/**
|
|
502
|
-
* The features to use in the file browser popup window.
|
|
503
|
-
* @name CKEDITOR.config.filebrowserWindowFeatures
|
|
504
|
-
* @since 3.4.1
|
|
505
|
-
* @type String
|
|
506
|
-
* @default <code>'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=yes,scrollbars=yes'</code>
|
|
507
|
-
* @example
|
|
508
|
-
* config.filebrowserWindowFeatures = 'resizable=yes,scrollbars=no';
|
|
509
|
-
*/
|
|
510
|
-
|
|
511
|
-
/**
|
|
512
|
-
* The width of the file browser popup window. It can be a number denoting a value in
|
|
513
|
-
* pixels or a percent string.
|
|
514
|
-
* @name CKEDITOR.config.filebrowserWindowWidth
|
|
515
|
-
* @type Number|String
|
|
516
|
-
* @default <code>'80%'</code>
|
|
517
|
-
* @example
|
|
518
|
-
* config.filebrowserWindowWidth = 750;
|
|
519
|
-
* @example
|
|
520
|
-
* config.filebrowserWindowWidth = '50%';
|
|
521
|
-
*/
|
|
522
|
-
|
|
523
|
-
/**
|
|
524
|
-
* The height of the file browser popup window. It can be a number denoting a value in
|
|
525
|
-
* pixels or a percent string.
|
|
526
|
-
* @name CKEDITOR.config.filebrowserWindowHeight
|
|
527
|
-
* @type Number|String
|
|
528
|
-
* @default <code>'70%'</code>
|
|
529
|
-
* @example
|
|
530
|
-
* config.filebrowserWindowHeight = 580;
|
|
531
|
-
* @example
|
|
532
|
-
* config.filebrowserWindowHeight = '50%';
|
|
533
|
-
*/
|