glebtv-ckeditor 4.7.3.1 → 4.11.1
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.
- checksums.yaml +5 -5
- data/Rakefile +0 -9
- data/app/assets/javascripts/ckeditor/config.js.erb +3 -3
- data/app/assets/javascripts/ckeditor/filebrowser/javascripts/fileuploader.js +317 -313
- data/config/locales/bg.ckeditor.yml +9 -0
- data/config/locales/cs.ckeditor.yml +9 -0
- data/config/locales/de.ckeditor.yml +9 -0
- data/config/locales/el-GR.cdkeditor.yml +9 -0
- data/config/locales/es.ckeditor.yml +9 -0
- data/config/locales/fr.ckeditor.yml +9 -0
- data/config/locales/hu.ckeditor.yml +9 -0
- data/config/locales/it.ckeditor.yml +9 -0
- data/config/locales/ja.ckeditor.yml +9 -0
- data/config/locales/nb.ckeditor.yml +9 -0
- data/config/locales/nl.ckeditor.yml +9 -0
- data/config/locales/pl.ckeditor.yml +9 -0
- data/config/locales/pt-BR.ckeditor.yml +9 -0
- data/config/locales/pt-PT.ckeditor.yml +9 -0
- data/config/locales/pt.ckeditor.yml +9 -0
- data/config/locales/sq.ckeditor.yml +9 -0
- data/config/locales/sv-SE.ckeditor.yml +9 -0
- data/config/locales/tr.ckeditor.yml +9 -0
- data/config/locales/uk.ckeditor.yml +9 -0
- data/config/locales/zh-CN.ckeditor.yml +9 -0
- data/config/locales/zh-TW.ckeditor.yml +9 -0
- data/lib/ckeditor/asset_response.rb +6 -2
- data/lib/ckeditor/http.rb +5 -7
- data/lib/ckeditor/utils/content_type_detector.rb +3 -3
- data/lib/ckeditor/version.rb +2 -2
- data/vendor/assets/javascripts/ckeditor/CHANGES.md +1128 -849
- data/vendor/assets/javascripts/ckeditor/LICENSE.md +3 -3
- data/vendor/assets/javascripts/ckeditor/README.md +6 -6
- data/vendor/assets/javascripts/ckeditor/adapters/jquery.js +2 -2
- data/vendor/assets/javascripts/ckeditor/build-config.js +11 -6
- data/vendor/assets/javascripts/ckeditor/ckeditor.js +825 -688
- data/vendor/assets/javascripts/ckeditor/config.js +2 -2
- data/vendor/assets/javascripts/ckeditor/contents.css +7 -7
- data/vendor/assets/javascripts/ckeditor/lang/af.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ar.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/az.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/bg.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/bn.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/bs.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ca.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/cs.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/cy.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/da.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/de-ch.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/de.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/el.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/en-au.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/en-ca.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/en-gb.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/en.js +3 -3
- data/vendor/assets/javascripts/ckeditor/lang/eo.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/es-mx.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/es.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/et.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/eu.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/fa.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/fi.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/fo.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/fr-ca.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/fr.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/gl.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/gu.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/he.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/hi.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/hr.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/hu.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/id.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/is.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/it.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ja.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ka.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/km.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ko.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ku.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/lt.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/lv.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/mk.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/mn.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ms.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/nb.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/nl.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/no.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/oc.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/pl.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/pt-br.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/pt.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ro.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ru.js +3 -3
- data/vendor/assets/javascripts/ckeditor/lang/si.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/sk.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/sl.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/sq.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/sr-latn.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/sr.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/sv.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/th.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/tr.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/tt.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/ug.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/uk.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/vi.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/zh-cn.js +5 -0
- data/vendor/assets/javascripts/ckeditor/lang/zh.js +5 -0
- data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -7
- data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +3 -3
- data/vendor/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +5 -5
- data/vendor/assets/javascripts/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +11 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.min.css +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/autoformat.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/searchcode.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/icons/uncommentselectedrange.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/images/autocomplete.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/images/autoformat.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/images/commentselectedrange.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/images/searchcode.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/images/uncommentselectedrange.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/beautify.min.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.min.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.min.js +1 -6
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.bbcodemixed.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.handlebars.min.js +1 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js +3 -3
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.mode.twig.min.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/plugin.js +231 -217
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/darcula.css +46 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/gruvbox-dark.css +34 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/idea.css +42 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/lesser-dark.css +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/lucario.css +37 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/monokai.css +5 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/oceanic-next.css +44 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/shadowfox.css +52 -0
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/solarized.css +0 -1
- data/vendor/assets/javascripts/ckeditor/plugins/codemirror/theme/ssms.css +16 -0
- data/vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +11 -11
- data/vendor/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/find/dialogs/find.js +23 -23
- data/vendor/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js +5 -5
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/button.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +3 -3
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/form.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/radio.js +7 -7
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/select.js +4 -3
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +3 -3
- data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +3 -3
- data/vendor/assets/javascripts/ckeditor/plugins/icons.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/icons_hidpi.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/iframe/dialogs/iframe.js +3 -3
- data/vendor/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +1259 -44
- data/vendor/assets/javascripts/ckeditor/plugins/image/icons/hidpi/image.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image/icons/image.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image/lang/en.js +25 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image/lang/ru.js +25 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image/plugin.js +184 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/dev/assets/image1.jpg +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/dev/assets/image2.jpg +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/dev/contents.css +35 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/dev/image2.html +339 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/dialogs/image2.js +553 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/icons/hidpi/image.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/icons/image.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/lang/en.js +21 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/lang/ru.js +21 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/plugin.js +1720 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/samples/assets/image1.jpg +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/samples/assets/image2.jpg +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/image2/samples/image2.html +68 -0
- data/vendor/assets/javascripts/ckeditor/plugins/lineheight/lang/ru.js +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +28 -26
- data/vendor/assets/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +7 -7
- data/vendor/assets/javascripts/ckeditor/plugins/loremipsum/plugin.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +53 -51
- data/vendor/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js +31 -32
- data/vendor/assets/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ru.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/stylesheetparser/plugin.js +6 -6
- data/vendor/assets/javascripts/ckeditor/plugins/stylesheetparser/samples/stylesheetparser.html +6 -6
- data/vendor/assets/javascripts/ckeditor/plugins/table/dialogs/table.js +4 -4
- data/vendor/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +16 -15
- data/vendor/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.css +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/templates/templates/default.js +2 -2
- data/vendor/assets/javascripts/ckeditor/plugins/widget/images/handle.png +0 -0
- data/vendor/assets/javascripts/ckeditor/plugins/wordcount/lang/en.js +1 -0
- data/vendor/assets/javascripts/ckeditor/plugins/wordcount/lang/ru.js +2 -1
- data/vendor/assets/javascripts/ckeditor/plugins/wordcount/plugin.js +468 -377
- data/vendor/assets/javascripts/ckeditor/plugins/wordcount/samples/maxParagraphs.html +26 -0
- data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +82 -82
- data/vendor/assets/javascripts/ckeditor/plugins/youtube/plugin.js +449 -448
- data/vendor/assets/javascripts/ckeditor/samples/css/samples.css +28 -23
- data/vendor/assets/javascripts/ckeditor/samples/img/logo.png +0 -0
- data/vendor/assets/javascripts/ckeditor/samples/img/logo.svg +13 -0
- data/vendor/assets/javascripts/ckeditor/samples/index.html +16 -16
- data/vendor/assets/javascripts/ckeditor/samples/js/sample.js +4 -4
- data/vendor/assets/javascripts/ckeditor/samples/js/sf.js +2 -2
- data/vendor/assets/javascripts/ckeditor/samples/old/ajax.html +5 -5
- data/vendor/assets/javascripts/ckeditor/samples/old/api.html +14 -14
- data/vendor/assets/javascripts/ckeditor/samples/old/appendto.html +7 -7
- data/vendor/assets/javascripts/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +2 -2
- data/vendor/assets/javascripts/ckeditor/samples/old/assets/posteddata.php +4 -4
- data/vendor/assets/javascripts/ckeditor/samples/old/assets/uilanguages/languages.js +2 -2
- data/vendor/assets/javascripts/ckeditor/samples/old/datafiltering.html +14 -14
- data/vendor/assets/javascripts/ckeditor/samples/old/dialog/assets/my_dialog.js +2 -2
- data/vendor/assets/javascripts/ckeditor/samples/old/dialog/dialog.html +8 -8
- data/vendor/assets/javascripts/ckeditor/samples/old/divreplace.html +5 -5
- data/vendor/assets/javascripts/ckeditor/samples/old/enterkey/enterkey.html +8 -8
- data/vendor/assets/javascripts/ckeditor/samples/old/htmlwriter/outputforflash.html +6 -6
- data/vendor/assets/javascripts/ckeditor/samples/old/htmlwriter/outputhtml.html +7 -7
- data/vendor/assets/javascripts/ckeditor/samples/old/index.html +8 -5
- data/vendor/assets/javascripts/ckeditor/samples/old/inlineall.html +10 -10
- data/vendor/assets/javascripts/ckeditor/samples/old/inlinebycode.html +6 -6
- data/vendor/assets/javascripts/ckeditor/samples/old/inlinetextarea.html +6 -6
- data/vendor/assets/javascripts/ckeditor/samples/old/jquery.html +6 -6
- data/vendor/assets/javascripts/ckeditor/samples/old/magicline/magicline.html +5 -5
- data/vendor/assets/javascripts/ckeditor/samples/old/readonly.html +8 -8
- data/vendor/assets/javascripts/ckeditor/samples/old/replacebyclass.html +5 -5
- data/vendor/assets/javascripts/ckeditor/samples/old/replacebycode.html +5 -5
- data/vendor/assets/javascripts/ckeditor/samples/old/sample.css +2 -2
- data/vendor/assets/javascripts/ckeditor/samples/old/sample.js +2 -2
- data/vendor/assets/javascripts/ckeditor/samples/old/sample_posteddata.php +2 -2
- data/vendor/assets/javascripts/ckeditor/samples/old/stylesheetparser/assets/sample.css +70 -0
- data/vendor/assets/javascripts/ckeditor/samples/old/stylesheetparser/stylesheetparser.html +85 -0
- data/vendor/assets/javascripts/ckeditor/samples/old/tabindex.html +5 -5
- data/vendor/assets/javascripts/ckeditor/samples/old/toolbar/toolbar.html +8 -8
- data/vendor/assets/javascripts/ckeditor/samples/old/uicolor.html +6 -6
- data/vendor/assets/javascripts/ckeditor/samples/old/uilanguages.html +8 -8
- data/vendor/assets/javascripts/ckeditor/samples/old/wysiwygarea/fullpage.html +5 -5
- data/vendor/assets/javascripts/ckeditor/samples/old/xhtmlstyle.html +6 -6
- data/vendor/assets/javascripts/ckeditor/samples/toolbarconfigurator/index.html +12 -12
- data/vendor/assets/javascripts/ckeditor/skins/minimalist/editor.css +123 -1
- data/vendor/assets/javascripts/ckeditor/skins/minimalist/editor_gecko.css +1 -1
- data/vendor/assets/javascripts/ckeditor/skins/minimalist/editor_ie.css +1 -1
- data/vendor/assets/javascripts/ckeditor/skins/minimalist/editor_ie7.css +1 -1
- data/vendor/assets/javascripts/ckeditor/skins/minimalist/editor_ie8.css +1 -1
- data/vendor/assets/javascripts/ckeditor/skins/minimalist/editor_iequirks.css +1 -1
- data/vendor/assets/javascripts/ckeditor/skins/minimalist/icons.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/minimalist/icons_hidpi.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/dialog.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/dialog_ie.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/dialog_ie8.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/dialog_iequirks.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/editor.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/editor_gecko.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/editor_ie.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/editor_ie8.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/editor_iequirks.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/icons.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/icons_hidpi.png +0 -0
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/readme.md +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono-lisa/skin.js +2 -2
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_gecko.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie7.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie8.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css +3 -3
- data/vendor/assets/javascripts/ckeditor/skins/moono/readme.md +4 -4
- data/vendor/assets/javascripts/ckeditor/skins/moono/skin.js +2 -2
- data/vendor/assets/javascripts/ckeditor/styles.js +4 -4
- metadata +179 -56
- data/vendor/assets/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -169
- data/vendor/assets/javascripts/ckeditor/plugins/notification/lang/en.js +0 -7
- data/vendor/assets/javascripts/ckeditor/plugins/notification/lang/ru.js +0 -7
- data/vendor/assets/javascripts/ckeditor/plugins/notification/plugin.js +0 -929
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Copyright (c) 2003-
|
4
|
-
For licensing, see LICENSE.md or
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
5
|
-->
|
6
6
|
<html>
|
7
7
|
<head>
|
@@ -194,7 +194,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
194
194
|
<div>
|
195
195
|
<h1 class="samples"><a href="index.html">CKEditor Samples</a> » Massive inline editing</h1>
|
196
196
|
<div class="warning deprecated">
|
197
|
-
This sample is not maintained anymore. Check out its <a href="
|
197
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>.
|
198
198
|
</div>
|
199
199
|
<div class="description">
|
200
200
|
<p>This sample page demonstrates the inline editing feature - CKEditor instances will be created automatically from page elements with <strong>contentEditable</strong> attribute set to value <strong>true</strong>:</p>
|
@@ -235,7 +235,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
235
235
|
</strong>
|
236
236
|
</p>
|
237
237
|
<p>
|
238
|
-
Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum <a href="
|
238
|
+
Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum <a href="https://ckeditor.com/">nisl nulla sem in</a> metus. Maecenas wisi. Donec nec erat volutpat.
|
239
239
|
</p>
|
240
240
|
<blockquote>
|
241
241
|
<p>
|
@@ -259,7 +259,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
259
259
|
</h3>
|
260
260
|
<p>
|
261
261
|
<strong>Aenean nonummy a, mattis varius. Cras aliquet.</strong>
|
262
|
-
Praesent <a href="
|
262
|
+
Praesent <a href="https://ckeditor.com/">magna non mattis ac, rhoncus nunc</a>, rhoncus eget, cursus pulvinar mollis.</p>
|
263
263
|
<p>Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.</p>
|
264
264
|
<p>Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.</p>
|
265
265
|
</div>
|
@@ -268,7 +268,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
268
268
|
Praesent wisi accumsan sit amet nibh
|
269
269
|
</h3>
|
270
270
|
<p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p>
|
271
|
-
<p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="
|
271
|
+
<p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="https://ckeditor.com/">gravida, erat vitae augue</a>. Fusce urna fringilla gravida.</p>
|
272
272
|
<p>In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.</p>
|
273
273
|
</div>
|
274
274
|
</div>
|
@@ -286,7 +286,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
286
286
|
<li>Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi.</li>
|
287
287
|
<li>Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</li>
|
288
288
|
</ul>
|
289
|
-
<p>Quisque justo neque, mattis sed, <a href="
|
289
|
+
<p>Quisque justo neque, mattis sed, <a href="https://ckeditor.com/">fermentum ultrices posuere cubilia</a> Curae, Vestibulum elit metus, quis placerat ut, lectus.</p>
|
290
290
|
<p>Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis.</p>
|
291
291
|
<p>Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi. Sed in nonummy faucibus turpis. Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</p>
|
292
292
|
</div>
|
@@ -302,11 +302,11 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
302
302
|
<div id="footer">
|
303
303
|
<hr>
|
304
304
|
<p>
|
305
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
306
|
-
|
305
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">
|
306
|
+
https://ckeditor.com</a>
|
307
307
|
</p>
|
308
308
|
<p id="copy">
|
309
|
-
Copyright © 2003-
|
309
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a>
|
310
310
|
- Frederico Knabben. All rights reserved.
|
311
311
|
</p>
|
312
312
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Copyright (c) 2003-
|
4
|
-
For licensing, see LICENSE.md or
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
5
|
-->
|
6
6
|
<html>
|
7
7
|
<head>
|
@@ -24,7 +24,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
24
24
|
<a href="index.html">CKEditor Samples</a> » Inline Editing by Code
|
25
25
|
</h1>
|
26
26
|
<div class="warning deprecated">
|
27
|
-
This sample is not maintained anymore. Check out its <a href="
|
27
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>.
|
28
28
|
</div>
|
29
29
|
<div class="description">
|
30
30
|
<p>
|
@@ -112,11 +112,11 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
|
|
112
112
|
<div id="footer">
|
113
113
|
<hr>
|
114
114
|
<p contenteditable="true">
|
115
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
116
|
-
|
115
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">
|
116
|
+
https://ckeditor.com</a>
|
117
117
|
</p>
|
118
118
|
<p id="copy">
|
119
|
-
Copyright © 2003-
|
119
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a>
|
120
120
|
- Frederico Knabben. All rights reserved.
|
121
121
|
</p>
|
122
122
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Copyright (c) 2003-
|
4
|
-
For licensing, see LICENSE.md or
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
5
|
-->
|
6
6
|
<html>
|
7
7
|
<head>
|
@@ -29,7 +29,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
29
29
|
<a href="index.html">CKEditor Samples</a> » Replace Textarea with Inline Editor
|
30
30
|
</h1>
|
31
31
|
<div class="warning deprecated">
|
32
|
-
This sample is not maintained anymore. Check out its <a href="
|
32
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>.
|
33
33
|
</div>
|
34
34
|
<div class="description">
|
35
35
|
<p>
|
@@ -101,11 +101,11 @@ var editor = CKEDITOR.inline( 'article-body' );
|
|
101
101
|
<div id="footer">
|
102
102
|
<hr>
|
103
103
|
<p>
|
104
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
105
|
-
|
104
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">
|
105
|
+
https://ckeditor.com</a>
|
106
106
|
</p>
|
107
107
|
<p id="copy">
|
108
|
-
Copyright © 2003-
|
108
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a>
|
109
109
|
- Frederico Knabben. All rights reserved.
|
110
110
|
</p>
|
111
111
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Copyright (c) 2003-
|
4
|
-
For licensing, see LICENSE.md or
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
5
|
-->
|
6
6
|
<html>
|
7
7
|
<head>
|
@@ -40,12 +40,12 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
40
40
|
<a href="index.html" id="a-test">CKEditor Samples</a> » Create Editors with jQuery
|
41
41
|
</h1>
|
42
42
|
<div class="warning deprecated">
|
43
|
-
This sample is not maintained anymore. Check out the <a href="
|
43
|
+
This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
|
44
44
|
</div>
|
45
45
|
<form action="sample_posteddata.php" method="post">
|
46
46
|
<div class="description">
|
47
47
|
<p>
|
48
|
-
This sample shows how to use the <a href="
|
48
|
+
This sample shows how to use the <a href="https://ckeditor.com/docs/ckeditor4/latest/guide/dev_jquery.html">jQuery adapter</a>.
|
49
49
|
Note that you have to include both CKEditor and jQuery scripts before including the adapter.
|
50
50
|
</p>
|
51
51
|
|
@@ -92,10 +92,10 @@ $( document ).ready( function() {
|
|
92
92
|
<div id="footer">
|
93
93
|
<hr>
|
94
94
|
<p>
|
95
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
95
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
96
96
|
</p>
|
97
97
|
<p id="copy">
|
98
|
-
Copyright © 2003-
|
98
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
99
99
|
Knabben. All rights reserved.
|
100
100
|
</p>
|
101
101
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Copyright (c) 2003-
|
4
|
-
For licensing, see LICENSE.md or
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
5
|
-->
|
6
6
|
<html>
|
7
7
|
<head>
|
@@ -18,7 +18,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
18
18
|
<a href="../../../samples/old/index.html">CKEditor Samples</a> » Using Magicline plugin
|
19
19
|
</h1>
|
20
20
|
<div class="warning deprecated">
|
21
|
-
This sample is not maintained anymore. Check out its <a href="
|
21
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/magicline.html">brand new version in CKEditor SDK</a>.
|
22
22
|
</div>
|
23
23
|
<div class="description">
|
24
24
|
<p>
|
@@ -198,10 +198,10 @@ CKEDITOR.replace( 'editor2', {
|
|
198
198
|
<div id="footer">
|
199
199
|
<hr>
|
200
200
|
<p>
|
201
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
201
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
202
202
|
</p>
|
203
203
|
<p id="copy">
|
204
|
-
Copyright © 2003-
|
204
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
205
205
|
Knabben. All rights reserved.
|
206
206
|
</p>
|
207
207
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Copyright (c) 2003-
|
4
|
-
For licensing, see LICENSE.md or
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
5
|
-->
|
6
6
|
<html>
|
7
7
|
<head>
|
@@ -30,7 +30,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
30
30
|
|
31
31
|
function toggleReadOnly( isReadOnly ) {
|
32
32
|
// Change the read-only state of the editor.
|
33
|
-
//
|
33
|
+
// https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-setReadOnly
|
34
34
|
editor.setReadOnly( isReadOnly );
|
35
35
|
}
|
36
36
|
|
@@ -41,12 +41,12 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
41
41
|
<a href="index.html">CKEditor Samples</a> » Using the CKEditor Read-Only API
|
42
42
|
</h1>
|
43
43
|
<div class="warning deprecated">
|
44
|
-
This sample is not maintained anymore. Check out its <a href="
|
44
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/readonly.html">brand new version in CKEditor SDK</a>.
|
45
45
|
</div>
|
46
46
|
<div class="description">
|
47
47
|
<p>
|
48
48
|
This sample shows how to use the
|
49
|
-
<code><a class="samples" href="
|
49
|
+
<code><a class="samples" href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-setReadOnly">setReadOnly</a></code>
|
50
50
|
API to put editor into the read-only state that makes it impossible for users to change the editor contents.
|
51
51
|
</p>
|
52
52
|
<p>
|
@@ -55,7 +55,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
55
55
|
</div>
|
56
56
|
<form action="sample_posteddata.php" method="post">
|
57
57
|
<p>
|
58
|
-
<textarea class="ckeditor" id="editor1" name="editor1" cols="100" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="
|
58
|
+
<textarea class="ckeditor" id="editor1" name="editor1" cols="100" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</p></textarea>
|
59
59
|
</p>
|
60
60
|
<p>
|
61
61
|
<input id="readOnlyOn" onclick="toggleReadOnly();" type="button" value="Make it read-only" style="display:none">
|
@@ -65,10 +65,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
65
65
|
<div id="footer">
|
66
66
|
<hr>
|
67
67
|
<p>
|
68
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
68
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
69
69
|
</p>
|
70
70
|
<p id="copy">
|
71
|
-
Copyright © 2003-
|
71
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
72
72
|
Knabben. All rights reserved.
|
73
73
|
</p>
|
74
74
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Copyright (c) 2003-
|
4
|
-
For licensing, see LICENSE.md or
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
5
|
-->
|
6
6
|
<html>
|
7
7
|
<head>
|
@@ -15,7 +15,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
15
15
|
<a href="index.html">CKEditor Samples</a> » Replace Textarea Elements by Class Name
|
16
16
|
</h1>
|
17
17
|
<div class="warning deprecated">
|
18
|
-
This sample is not maintained anymore. Check out the <a href="
|
18
|
+
This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
|
19
19
|
</div>
|
20
20
|
<div class="description">
|
21
21
|
<p>
|
@@ -49,10 +49,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
49
49
|
<div id="footer">
|
50
50
|
<hr>
|
51
51
|
<p>
|
52
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
52
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
53
53
|
</p>
|
54
54
|
<p id="copy">
|
55
|
-
Copyright © 2003-
|
55
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
56
56
|
Knabben. All rights reserved.
|
57
57
|
</p>
|
58
58
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<!--
|
3
|
-
Copyright (c) 2003-
|
4
|
-
For licensing, see LICENSE.md or
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
5
|
-->
|
6
6
|
<html>
|
7
7
|
<head>
|
@@ -15,7 +15,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
15
15
|
<a href="index.html">CKEditor Samples</a> » Replace Textarea Elements Using JavaScript Code
|
16
16
|
</h1>
|
17
17
|
<div class="warning deprecated">
|
18
|
-
This sample is not maintained anymore. Check out its <a href="
|
18
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/classic.html">brand new version in CKEditor SDK</a>.
|
19
19
|
</div>
|
20
20
|
<form action="sample_posteddata.php" method="post">
|
21
21
|
<div class="description">
|
@@ -48,10 +48,10 @@ CKEDITOR.replace( '<em>textarea_id</em>' )
|
|
48
48
|
<div id="footer">
|
49
49
|
<hr>
|
50
50
|
<p>
|
51
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
51
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
52
52
|
</p>
|
53
53
|
<p id="copy">
|
54
|
-
Copyright © 2003-
|
54
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
55
55
|
Knabben. All rights reserved.
|
56
56
|
</p>
|
57
57
|
</div>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
|
-
Copyright (c) 2003-
|
3
|
-
For licensing, see LICENSE.md or
|
2
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
6
|
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright (c) 2003-
|
3
|
-
* For licensing, see LICENSE.md or
|
2
|
+
* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
|
6
6
|
// Tool scripts for the sample pages.
|
@@ -9,8 +9,8 @@
|
|
9
9
|
To save the content created with CKEditor you need to read the POST data on the server
|
10
10
|
side and write it to a file or the database.
|
11
11
|
|
12
|
-
Copyright (c) 2003-
|
13
|
-
For licensing, see LICENSE.md or
|
12
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
13
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
14
14
|
-------------------------------------------------------------------------------------------
|
15
15
|
|
16
16
|
</pre><div style="display:none"></body> */ include "assets/posteddata.php"; ?>
|
@@ -0,0 +1,70 @@
|
|
1
|
+
body
|
2
|
+
{
|
3
|
+
font-family: Arial, Verdana, sans-serif;
|
4
|
+
font-size: 12px;
|
5
|
+
color: #222;
|
6
|
+
background-color: #fff;
|
7
|
+
}
|
8
|
+
|
9
|
+
/* preserved spaces for rtl list item bullets. (#6249)*/
|
10
|
+
ol,ul,dl
|
11
|
+
{
|
12
|
+
padding-right:40px;
|
13
|
+
}
|
14
|
+
|
15
|
+
h1,h2,h3,h4
|
16
|
+
{
|
17
|
+
font-family: Georgia, Times, serif;
|
18
|
+
}
|
19
|
+
|
20
|
+
h1.lightBlue
|
21
|
+
{
|
22
|
+
color: #00A6C7;
|
23
|
+
font-size: 1.8em;
|
24
|
+
font-weight:normal;
|
25
|
+
}
|
26
|
+
|
27
|
+
h3.green
|
28
|
+
{
|
29
|
+
color: #739E39;
|
30
|
+
font-weight:normal;
|
31
|
+
}
|
32
|
+
|
33
|
+
span.markYellow { background-color: yellow; }
|
34
|
+
span.markGreen { background-color: lime; }
|
35
|
+
|
36
|
+
img.left
|
37
|
+
{
|
38
|
+
padding: 5px;
|
39
|
+
margin-right: 5px;
|
40
|
+
float:left;
|
41
|
+
border:2px solid #DDD;
|
42
|
+
}
|
43
|
+
|
44
|
+
img.right
|
45
|
+
{
|
46
|
+
padding: 5px;
|
47
|
+
margin-right: 5px;
|
48
|
+
float:right;
|
49
|
+
border:2px solid #DDD;
|
50
|
+
}
|
51
|
+
|
52
|
+
a.green
|
53
|
+
{
|
54
|
+
color:#739E39;
|
55
|
+
}
|
56
|
+
|
57
|
+
table.grey
|
58
|
+
{
|
59
|
+
background-color : #F5F5F5;
|
60
|
+
}
|
61
|
+
|
62
|
+
table.grey th
|
63
|
+
{
|
64
|
+
background-color : #DDD;
|
65
|
+
}
|
66
|
+
|
67
|
+
ul.square
|
68
|
+
{
|
69
|
+
list-style-type : square;
|
70
|
+
}
|
@@ -0,0 +1,85 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
4
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
5
|
+
-->
|
6
|
+
<html>
|
7
|
+
<head>
|
8
|
+
<meta charset="utf-8">
|
9
|
+
<title>Using Stylesheet Parser Plugin — CKEditor Sample</title>
|
10
|
+
<script src="../../../ckeditor.js"></script>
|
11
|
+
<script src="../../../samples/old/sample.js"></script>
|
12
|
+
<link rel="stylesheet" href="../../../samples/old/sample.css">
|
13
|
+
<meta name="ckeditor-sample-required-plugins" content="stylescombo">
|
14
|
+
<meta name="ckeditor-sample-name" content="Stylesheet Parser plugin">
|
15
|
+
<meta name="ckeditor-sample-description" content="Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.">
|
16
|
+
<meta name="ckeditor-sample-group" content="Plugins">
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<h1 class="samples">
|
20
|
+
<a href="../../../samples/old/index.html">CKEditor Samples</a> » Using the Stylesheet Parser Plugin
|
21
|
+
</h1>
|
22
|
+
<div class="warning deprecated">
|
23
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/styles.html">brand new version in CKEditor SDK</a>.
|
24
|
+
</div>
|
25
|
+
<div class="description">
|
26
|
+
<p>
|
27
|
+
This sample shows how to configure CKEditor instances to use the
|
28
|
+
<strong>Stylesheet Parser</strong> (<code>stylesheetparser</code>) plugin that fills
|
29
|
+
the <strong>Styles</strong> drop-down list based on the CSS rules available in the document stylesheet.
|
30
|
+
</p>
|
31
|
+
<p>
|
32
|
+
To add a CKEditor instance using the <code>stylesheetparser</code> plugin, insert
|
33
|
+
the following JavaScript call into your code:
|
34
|
+
</p>
|
35
|
+
<pre class="samples">
|
36
|
+
CKEDITOR.replace( '<em>textarea_id</em>', {
|
37
|
+
<strong>extraPlugins: 'stylesheetparser'</strong>
|
38
|
+
});</pre>
|
39
|
+
<p>
|
40
|
+
Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of
|
41
|
+
the <code><textarea></code> element to be replaced with CKEditor.
|
42
|
+
</p>
|
43
|
+
</div>
|
44
|
+
<form action="../../../samples/sample_posteddata.php" method="post">
|
45
|
+
<p>
|
46
|
+
<label for="editor1">
|
47
|
+
CKEditor using the <code>stylesheetparser</code> plugin with its default configuration:
|
48
|
+
</label>
|
49
|
+
<textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</p></textarea>
|
50
|
+
<script>
|
51
|
+
|
52
|
+
// This call can be placed at any point after the
|
53
|
+
// <textarea>, or inside a <head><script> in a
|
54
|
+
// window.onload event handler.
|
55
|
+
|
56
|
+
// Replace the <textarea id="editor"> with an CKEditor
|
57
|
+
// instance, using default configurations.
|
58
|
+
CKEDITOR.replace( 'editor1' , {
|
59
|
+
extraPlugins: 'stylesheetparser',
|
60
|
+
|
61
|
+
// Stylesheet for the contents.
|
62
|
+
contentsCss: 'assets/sample.css',
|
63
|
+
|
64
|
+
// Do not load the default Styles configuration.
|
65
|
+
stylesSet: []
|
66
|
+
});
|
67
|
+
|
68
|
+
</script>
|
69
|
+
</p>
|
70
|
+
<p>
|
71
|
+
<input type="submit" value="Submit">
|
72
|
+
</p>
|
73
|
+
</form>
|
74
|
+
<div id="footer">
|
75
|
+
<hr>
|
76
|
+
<p>
|
77
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
78
|
+
</p>
|
79
|
+
<p id="copy">
|
80
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
81
|
+
Knabben. All rights reserved.
|
82
|
+
</p>
|
83
|
+
</div>
|
84
|
+
</body>
|
85
|
+
</html>
|