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>
|
@@ -15,12 +15,12 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
15
15
|
<a href="index.html">CKEditor Samples</a> » Append To Page Element Using JavaScript Code
|
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 id="section1">
|
21
21
|
<div class="description">
|
22
22
|
<p>
|
23
|
-
The <code><a class="samples" href="
|
23
|
+
The <code><a class="samples" href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-appendTo">CKEDITOR.appendTo()</a></code> method serves to to place editors inside existing DOM elements. Unlike <code><a class="samples" href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-replace">CKEDITOR.replace()</a></code>,
|
24
24
|
a target container to be replaced is no longer necessary. A new editor
|
25
25
|
instance is inserted directly wherever it is desired.
|
26
26
|
</p>
|
@@ -39,7 +39,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
39
39
|
// provided content to the <div> element of ID "section1".
|
40
40
|
CKEDITOR.appendTo( 'section1',
|
41
41
|
null,
|
42
|
-
'<p>This is some <strong>sample text</strong>. You are using <a href="
|
42
|
+
'<p>This is some <strong>sample text</strong>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</p>'
|
43
43
|
);
|
44
44
|
|
45
45
|
</script>
|
@@ -48,10 +48,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
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
|
* Styles used by the XHTML 1.1 sample page (xhtml.html).
|
6
6
|
*/
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<?php
|
3
3
|
/*
|
4
|
-
Copyright (c) 2003-
|
5
|
-
For licensing, see LICENSE.md or
|
4
|
+
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
5
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
6
6
|
*/
|
7
7
|
?>
|
8
8
|
<html>
|
@@ -49,10 +49,10 @@ if (!empty($_POST))
|
|
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 Knabben. All rights reserved.
|
56
56
|
</p>
|
57
57
|
</div>
|
58
58
|
</body>
|
@@ -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
|
var CKEDITOR_LANGS=function(){var c={af:"Afrikaans",ar:"Arabic",az:"Azerbaijani",bg:"Bulgarian",bn:"Bengali/Bangla",bs:"Bosnian",ca:"Catalan",cs:"Czech",cy:"Welsh",da:"Danish",de:"German","de-ch":"German (Switzerland)",el:"Greek",en:"English","en-au":"English (Australia)","en-ca":"English (Canadian)","en-gb":"English (United Kingdom)",eo:"Esperanto",es:"Spanish","es-mx":"Spanish (Mexico)",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fo:"Faroese",fr:"French","fr-ca":"French (Canada)",gl:"Galician",
|
6
6
|
gu:"Gujarati",he:"Hebrew",hi:"Hindi",hr:"Croatian",hu:"Hungarian",id:"Indonesian",is:"Icelandic",it:"Italian",ja:"Japanese",ka:"Georgian",km:"Khmer",ko:"Korean",ku:"Kurdish",lt:"Lithuanian",lv:"Latvian",mk:"Macedonian",mn:"Mongolian",ms:"Malay",nb:"Norwegian Bokmal",nl:"Dutch",no:"Norwegian",oc:"Occitan",pl:"Polish",pt:"Portuguese (Portugal)","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",si:"Sinhala",sk:"Slovak",sq:"Albanian",sl:"Slovenian",sr:"Serbian (Cyrillic)","sr-latn":"Serbian (Latin)",
|
@@ -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>
|
@@ -19,7 +19,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
19
19
|
<a href="index.html">CKEditor Samples</a> » Data Filtering and Features Activation
|
20
20
|
</h1>
|
21
21
|
<div class="warning deprecated">
|
22
|
-
This sample is not maintained anymore. Check out its <a href="
|
22
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/acf.html">brand new version in CKEditor SDK</a>.
|
23
23
|
</div>
|
24
24
|
<div class="description">
|
25
25
|
<p>
|
@@ -58,7 +58,7 @@ editor.setData( '<p>Hello world!</p>' );
|
|
58
58
|
it provides a set of easy rules that allow adjusting filtering rules
|
59
59
|
and disabling the entire feature when necessary. The config property
|
60
60
|
responsible for this feature is <code><a class="samples"
|
61
|
-
href="
|
61
|
+
href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-allowedContent">config.allowedContent</a></code>.
|
62
62
|
</p>
|
63
63
|
<p>
|
64
64
|
By "automatic mode" is meant that loaded plugins decide which kind
|
@@ -67,7 +67,7 @@ editor.setData( '<p>Hello world!</p>' );
|
|
67
67
|
automatically allowed. Each plugin is given a set
|
68
68
|
of predefined <abbr title="Advanced Content Filter">ACF</abbr> rules
|
69
69
|
that control the editor until <code><a class="samples"
|
70
|
-
href="
|
70
|
+
href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-allowedContent">
|
71
71
|
config.allowedContent</a></code>
|
72
72
|
is defined manually.
|
73
73
|
</p>
|
@@ -76,7 +76,7 @@ editor.setData( '<p>Hello world!</p>' );
|
|
76
76
|
only: no attributes, no styles, no other tags</strong>.
|
77
77
|
With <abbr title="Advanced Content Filter">ACF</abbr>
|
78
78
|
this is very simple. Basically set <code><a class="samples"
|
79
|
-
href="
|
79
|
+
href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-allowedContent">
|
80
80
|
config.allowedContent</a></code> to <code>'p'</code>:
|
81
81
|
</p>
|
82
82
|
<pre class="samples">
|
@@ -104,13 +104,13 @@ alert( editor.getData() );
|
|
104
104
|
<p>
|
105
105
|
This is just a small sample of what <abbr title="Advanced Content Filter">ACF</abbr>
|
106
106
|
can do. To know more, please refer to the sample section below and
|
107
|
-
<a href="
|
107
|
+
<a href="https://ckeditor.com/docs/ckeditor4/latest/guide/dev_advanced_content_filter.html">the official Advanced Content Filter guide</a>.
|
108
108
|
</p>
|
109
109
|
<p>
|
110
110
|
You may, of course, want CKEditor to avoid filtering of any kind.
|
111
111
|
To get rid of <abbr title="Advanced Content Filter">ACF</abbr>,
|
112
112
|
basically set <code><a class="samples"
|
113
|
-
href="
|
113
|
+
href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-allowedContent">
|
114
114
|
config.allowedContent</a></code> to <code>true</code> like this:
|
115
115
|
</p>
|
116
116
|
<pre class="samples">
|
@@ -159,7 +159,7 @@ CKEDITOR.replace( <em>textarea_id</em>, {
|
|
159
159
|
<p>
|
160
160
|
This editor is using default configuration ("automatic mode"). It means that
|
161
161
|
<code><a class="samples"
|
162
|
-
href="
|
162
|
+
href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-allowedContent">
|
163
163
|
config.allowedContent</a></code> is defined by loaded plugins.
|
164
164
|
Each plugin extends filtering rules to make it's own associated content
|
165
165
|
available for the user.
|
@@ -244,7 +244,7 @@ CKEDITOR.replace( 'editor2', {
|
|
244
244
|
The same thing happened to subscript/superscript, strike, underline
|
245
245
|
(<code><u></code>, <code><sub></code>, <code><sup></code>
|
246
246
|
are disallowed by <code><a class="samples"
|
247
|
-
href="
|
247
|
+
href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-allowedContent">
|
248
248
|
config.allowedContent</a></code>) and many other buttons.
|
249
249
|
</p>
|
250
250
|
</div>
|
@@ -399,7 +399,7 @@ CKEDITOR.replace( 'editor4', {
|
|
399
399
|
<div class="description">
|
400
400
|
<p>
|
401
401
|
This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>.
|
402
|
-
It's using the <a href="
|
402
|
+
It's using the <a href="https://ckeditor.com/docs/ckeditor4/latest/guide/dev_disallowed_content.html" rel="noopener noreferrer" target="_blank">
|
403
403
|
Disallowed Content</a> property of the filter to eliminate all <code>title</code> attributes.
|
404
404
|
</p>
|
405
405
|
|
@@ -454,7 +454,7 @@ CKEDITOR.replace( 'editor6', {
|
|
454
454
|
<div class="description">
|
455
455
|
<p>
|
456
456
|
This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>.
|
457
|
-
It's using the <a href="
|
457
|
+
It's using the <a href="https://ckeditor.com/docs/ckeditor4/latest/guide/dev_disallowed_content.html" rel="noopener noreferrer" target="_blank">
|
458
458
|
Disallowed Content</a> property of the filter to eliminate all <code>a</code> and <code>img</code> tags,
|
459
459
|
while allowing all other tags.
|
460
460
|
</p>
|
@@ -497,10 +497,10 @@ CKEDITOR.replace( 'editor7', {
|
|
497
497
|
<div id="footer">
|
498
498
|
<hr>
|
499
499
|
<p>
|
500
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
500
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
501
501
|
</p>
|
502
502
|
<p id="copy">
|
503
|
-
Copyright © 2003-
|
503
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
504
504
|
Knabben. All rights reserved.
|
505
505
|
</p>
|
506
506
|
</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
|
CKEDITOR.dialog.add( 'myDialog', function() {
|
@@ -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>
|
@@ -137,12 +137,12 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
137
137
|
<a href="../../../samples/old/index.html">CKEditor Samples</a> » Using CKEditor Dialog API
|
138
138
|
</h1>
|
139
139
|
<div class="warning deprecated">
|
140
|
-
This sample is not maintained anymore. Check out the <a href="
|
140
|
+
This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
|
141
141
|
</div>
|
142
142
|
<div class="description">
|
143
143
|
<p>
|
144
144
|
This sample shows how to use the
|
145
|
-
<a class="samples" href="
|
145
|
+
<a class="samples" href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dialog.html">CKEditor Dialog API</a>
|
146
146
|
to customize CKEditor dialog windows without changing the original editor code.
|
147
147
|
The following customizations are being done in the example below:
|
148
148
|
</p>
|
@@ -155,7 +155,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
155
155
|
<li><strong>Creating a custom dialog window</strong> – "My Dialog" dialog window opened with the "My Dialog" toolbar button.</li>
|
156
156
|
<li><strong>Creating a custom button</strong> – Add button to open the dialog with "My Dialog" toolbar button.</li>
|
157
157
|
</ol>
|
158
|
-
<textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="
|
158
|
+
<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>
|
159
159
|
<script>
|
160
160
|
// Replace the <textarea id="editor1"> with an CKEditor instance.
|
161
161
|
CKEDITOR.replace( 'editor1', config );
|
@@ -169,7 +169,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
169
169
|
<li><strong>Setting default values for dialog window fields</strong> – Set default value of "Text Field" text field. </li>
|
170
170
|
<li><strong>Setup initial focus for dialog window</strong> – Put initial focus on "My Custom Field" text field. </li>
|
171
171
|
</ol>
|
172
|
-
<textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="
|
172
|
+
<textarea cols="80" id="editor2" name="editor2" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</p></textarea>
|
173
173
|
<script>
|
174
174
|
|
175
175
|
// Replace the <textarea id="editor1"> with an CKEditor instance.
|
@@ -179,10 +179,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
179
179
|
<div id="footer">
|
180
180
|
<hr>
|
181
181
|
<p>
|
182
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
182
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
183
183
|
</p>
|
184
184
|
<p id="copy">
|
185
|
-
Copyright © 2003-
|
185
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
186
186
|
Knabben. All rights reserved.
|
187
187
|
</p>
|
188
188
|
</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>
|
@@ -72,7 +72,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
72
72
|
<a href="index.html">CKEditor Samples</a> » Replace DIV with CKEditor on the Fly
|
73
73
|
</h1>
|
74
74
|
<div class="warning deprecated">
|
75
|
-
This sample is not maintained anymore. Check out the <a href="
|
75
|
+
This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
|
76
76
|
</div>
|
77
77
|
<div class="description">
|
78
78
|
<p>
|
@@ -133,10 +133,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
133
133
|
<div id="footer">
|
134
134
|
<hr>
|
135
135
|
<p>
|
136
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
136
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
137
137
|
</p>
|
138
138
|
<p id="copy">
|
139
|
-
Copyright © 2003-
|
139
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
140
140
|
Knabben. All rights reserved.
|
141
141
|
</p>
|
142
142
|
</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>
|
@@ -38,14 +38,14 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
38
38
|
<a href="../../../samples/old/index.html">CKEditor Samples</a> » ENTER Key Configuration
|
39
39
|
</h1>
|
40
40
|
<div class="warning deprecated">
|
41
|
-
This sample is not maintained anymore. Check out its <a href="
|
41
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/enterkey.html">brand new version in CKEditor SDK</a>.
|
42
42
|
</div>
|
43
43
|
<div class="description">
|
44
44
|
<p>
|
45
45
|
This sample shows how to configure the <em>Enter</em> and <em>Shift+Enter</em> keys
|
46
46
|
to perform actions specified in the
|
47
|
-
<a class="samples" href="
|
48
|
-
and <a class="samples" href="
|
47
|
+
<a class="samples" href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-enterMode"><code>enterMode</code></a>
|
48
|
+
and <a class="samples" href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-shiftEnterMode"><code>shiftEnterMode</code></a>
|
49
49
|
parameters, respectively.
|
50
50
|
You can choose from the following options:
|
51
51
|
</p>
|
@@ -86,7 +86,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
86
86
|
<form action="../../../samples/sample_posteddata.php" method="post">
|
87
87
|
<p>
|
88
88
|
<br>
|
89
|
-
<textarea cols="80" id="editor1" name="editor1" rows="10">This is some <strong>sample text</strong>. You are using <a href="
|
89
|
+
<textarea cols="80" id="editor1" name="editor1" rows="10">This is some <strong>sample text</strong>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</textarea>
|
90
90
|
</p>
|
91
91
|
<p>
|
92
92
|
<input type="submit" value="Submit">
|
@@ -95,10 +95,10 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
95
95
|
<div id="footer">
|
96
96
|
<hr>
|
97
97
|
<p>
|
98
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
98
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
99
99
|
</p>
|
100
100
|
<p id="copy">
|
101
|
-
Copyright © 2003-
|
101
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
102
102
|
Knabben. All rights reserved.
|
103
103
|
</p>
|
104
104
|
</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>
|
@@ -33,7 +33,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
33
33
|
<a href="../../../samples/old/index.html">CKEditor Samples</a> » Producing Flash Compliant HTML Output
|
34
34
|
</h1>
|
35
35
|
<div class="warning deprecated">
|
36
|
-
This sample is not maintained anymore. Check out the <a href="
|
36
|
+
This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
|
37
37
|
</div>
|
38
38
|
<div class="description">
|
39
39
|
<p>
|
@@ -60,7 +60,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
60
60
|
<table style="width: 100%; border-spacing: 0; border-collapse:collapse;">
|
61
61
|
<tr>
|
62
62
|
<td style="width: 100%">
|
63
|
-
<textarea cols="80" id="editor1" name="editor1" rows="10"><p><b><font size="18" style="font-size:18px;">Flash and HTML</font></b></p><p>&nbsp;</p><p>It is possible to have <a href="
|
63
|
+
<textarea cols="80" id="editor1" name="editor1" rows="10"><p><b><font size="18" style="font-size:18px;">Flash and HTML</font></b></p><p>&nbsp;</p><p>It is possible to have <a href="https://ckeditor.com">CKEditor</a> creating content that will be later loaded inside <b>Flash</b> objects and animations.</p><p>&nbsp;</p><p>Flash has a few limitations when dealing with HTML:</p><p>&nbsp;</p><ul><li>It has limited support on tags.</li><li>There is no margin between block elements, like paragraphs.</li></ul></textarea>
|
64
64
|
<script>
|
65
65
|
|
66
66
|
if ( document.location.protocol == 'file:' )
|
@@ -272,10 +272,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
272
272
|
<div id="footer">
|
273
273
|
<hr>
|
274
274
|
<p>
|
275
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
275
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
276
276
|
</p>
|
277
277
|
<p id="copy">
|
278
|
-
Copyright © 2003-
|
278
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
279
279
|
Knabben. All rights reserved.
|
280
280
|
</p>
|
281
281
|
</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>
|
@@ -20,7 +20,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
20
20
|
<a href="../../../samples/old/index.html">CKEditor Samples</a> » Producing HTML Compliant Output
|
21
21
|
</h1>
|
22
22
|
<div class="warning deprecated">
|
23
|
-
This sample is not maintained anymore. Check out the <a href="
|
23
|
+
This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
|
24
24
|
</div>
|
25
25
|
<div class="description">
|
26
26
|
<p>
|
@@ -56,7 +56,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
56
56
|
<label for="editor1">
|
57
57
|
Editor 1:
|
58
58
|
</label>
|
59
|
-
<textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <b>sample text</b>. You are using <a href="
|
59
|
+
<textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <b>sample text</b>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</p></textarea>
|
60
60
|
<script>
|
61
61
|
|
62
62
|
CKEDITOR.replace( 'editor1', {
|
@@ -80,7 +80,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
80
80
|
* will also take care of transforming styles to attributes
|
81
81
|
* (currently only for img - see transformation rules defined below).
|
82
82
|
*
|
83
|
-
* Read more:
|
83
|
+
* Read more: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_advanced_content_filter.html
|
84
84
|
*/
|
85
85
|
allowedContent:
|
86
86
|
'h1 h2 h3 p pre[align]; ' +
|
@@ -213,10 +213,10 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
213
213
|
<div id="footer">
|
214
214
|
<hr>
|
215
215
|
<p>
|
216
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
216
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
217
217
|
</p>
|
218
218
|
<p id="copy">
|
219
|
-
Copyright © 2003-
|
219
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
220
220
|
Knabben. All rights reserved.
|
221
221
|
</p>
|
222
222
|
</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>
|
@@ -14,7 +14,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
14
14
|
CKEditor Samples
|
15
15
|
</h1>
|
16
16
|
<div class="warning deprecated">
|
17
|
-
These samples are not maintained anymore. Check out the <a href="
|
17
|
+
These samples are not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
|
18
18
|
</div>
|
19
19
|
<div class="twoColumns">
|
20
20
|
<div class="twoColumnsLeft">
|
@@ -49,6 +49,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
49
49
|
<dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt>
|
50
50
|
<dd>Using the Magicline plugin to access difficult focus spaces.</dd>
|
51
51
|
|
52
|
+
<dt><a class="samples" href="stylesheetparser/stylesheetparser.html">Stylesheet Parser plugin</a></dt>
|
53
|
+
<dd>Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.</dd>
|
54
|
+
|
52
55
|
<dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
|
53
56
|
<dd>CKEditor inserted with a JavaScript call and used to edit the whole page from <html> to </html>.</dd>
|
54
57
|
</dl>
|
@@ -121,10 +124,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
121
124
|
<div id="footer">
|
122
125
|
<hr>
|
123
126
|
<p>
|
124
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
127
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
125
128
|
</p>
|
126
129
|
<p id="copy">
|
127
|
-
Copyright © 2003-
|
130
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
|
128
131
|
</p>
|
129
132
|
</div>
|
130
133
|
</body>
|