drg_default_html_editor 0.5.50.3 → 0.6.0.0
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/app/assets/javascripts/ckeditor/CHANGES.md +1370 -414
- data/app/assets/javascripts/ckeditor/LICENSE.md +160 -4
- data/app/assets/javascripts/ckeditor/README.md +2 -2
- data/app/assets/javascripts/ckeditor/adapters/jquery.js +8 -8
- data/app/assets/javascripts/ckeditor/build-config.js +63 -60
- data/app/assets/javascripts/ckeditor/ckeditor.js +1241 -971
- data/app/assets/javascripts/ckeditor/config.js +33 -5
- data/app/assets/javascripts/ckeditor/contents.css +83 -9
- data/app/assets/javascripts/ckeditor/lang/af.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ar.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/az.js +5 -0
- data/app/assets/javascripts/ckeditor/lang/bg.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/bn.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/bs.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ca.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/cs.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/cy.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/da.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/de-ch.js +5 -0
- data/app/assets/javascripts/ckeditor/lang/de.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/el.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/en-au.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/en-ca.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/en-gb.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/en.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/eo.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/es-mx.js +5 -0
- data/app/assets/javascripts/ckeditor/lang/es.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/et.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/eu.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/fa.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/fi.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/fo.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/fr-ca.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/fr.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/gl.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/gu.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/he.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/hi.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/hr.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/hu.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/id.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/is.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/it.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ja.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ka.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/km.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ko.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ku.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/lt.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/lv.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/mk.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/mn.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ms.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/nb.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/nl.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/no.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/oc.js +5 -0
- data/app/assets/javascripts/ckeditor/lang/pl.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/pt-br.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/pt.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ro.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ru.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/si.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/sk.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/sl.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/sq.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/sr-latn.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/sr.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/sv.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/th.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/tr.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/tt.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/ug.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/uk.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/vi.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/zh-cn.js +4 -4
- data/app/assets/javascripts/ckeditor/lang/zh.js +4 -4
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +11 -0
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/az.js +11 -0
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +10 -10
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +10 -11
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +12 -0
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +11 -10
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js +11 -0
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +9 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +12 -0
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +7 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +11 -0
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +8 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +11 -11
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +8 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +6 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +5 -5
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +8 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +8 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +6 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js +12 -0
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +10 -10
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +9 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +10 -10
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +10 -10
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +8 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +8 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +8 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +9 -10
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +8 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +8 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +7 -8
- data/app/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +6 -5
- data/app/assets/javascripts/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +9 -9
- data/app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css +20 -0
- data/app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +12 -11
- data/app/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/dialogadvtab/plugin.js +196 -0
- data/app/assets/javascripts/ckeditor/plugins/div/dialogs/div.js +8 -8
- data/app/assets/javascripts/ckeditor/plugins/icons.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/icons_hidpi.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +42 -41
- data/app/assets/javascripts/ckeditor/plugins/image/images/noimage.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +6 -5
- data/app/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +26 -24
- data/app/assets/javascripts/ckeditor/plugins/link/images/anchor.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/magicline/images/icon.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/pastecode/CHANGES.md +8 -0
- data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/LICENSE.md +1242 -0
- data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/README.md +23 -0
- data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/tests/pastefromexcel.js +6 -0
- data/app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +53 -29
- data/app/assets/javascripts/ckeditor/plugins/scayt/CHANGELOG.md +20 -0
- data/app/assets/javascripts/ckeditor/plugins/scayt/dialogs/dialog.css +23 -0
- data/app/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js +32 -17
- data/app/assets/javascripts/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +25 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/af.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ar.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/az.js +10 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/bg.js +4 -4
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ca.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cs.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cy.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/da.js +11 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de.js +11 -11
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/el.js +5 -5
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-au.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eo.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/es.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/et.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eu.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fa.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fi.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr.js +10 -9
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/gl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/he.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hr.js +11 -11
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hu.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/id.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/it.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ja.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/km.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ko.js +10 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ku.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/lt.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/lv.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nb.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/no.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/oc.js +12 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pl.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt.js +11 -11
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ro.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ru.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/si.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sk.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sl.js +10 -10
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sq.js +5 -5
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sv.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/th.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tr.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tt.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ug.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/uk.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/vi.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh.js +7 -10
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +11 -11
- data/app/assets/javascripts/ckeditor/plugins/table/dialogs/table.js +19 -19
- data/app/assets/javascripts/ckeditor/plugins/tableselection/styles/tableselection.css +26 -0
- data/app/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +16 -15
- data/app/assets/javascripts/ckeditor/plugins/widget/images/handle.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +1 -1
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +1 -1
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +88 -71
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc_ie.js +7 -7
- data/app/assets/javascripts/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css +43 -0
- data/app/assets/javascripts/ckeditor/samples/css/samples.css +1637 -0
- data/app/assets/javascripts/ckeditor/samples/img/github-top.png +0 -0
- data/app/assets/javascripts/ckeditor/samples/img/header-bg.png +0 -0
- data/app/assets/javascripts/ckeditor/samples/img/header-separator.png +0 -0
- data/app/assets/javascripts/ckeditor/samples/img/logo.png +0 -0
- data/app/assets/javascripts/ckeditor/samples/img/logo.svg +13 -0
- data/app/assets/javascripts/ckeditor/samples/img/navigation-tip.png +0 -0
- data/app/assets/javascripts/ckeditor/samples/index.html +112 -112
- data/app/assets/javascripts/ckeditor/samples/js/sample.js +53 -0
- data/app/assets/javascripts/ckeditor/samples/js/sf.js +17 -0
- data/app/assets/javascripts/ckeditor/samples/{ajax.html → old/ajax.html} +8 -5
- data/app/assets/javascripts/ckeditor/samples/{api.html → old/api.html} +17 -14
- data/app/assets/javascripts/ckeditor/samples/{appendto.html → old/appendto.html} +10 -7
- data/app/assets/javascripts/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
- data/app/assets/javascripts/ckeditor/samples/{assets → old/assets}/outputxhtml/outputxhtml.css +2 -2
- data/app/assets/javascripts/ckeditor/samples/{assets → old/assets}/posteddata.php +4 -4
- data/app/assets/javascripts/ckeditor/samples/old/assets/sample.jpg +0 -0
- data/app/assets/javascripts/ckeditor/samples/old/assets/uilanguages/languages.js +7 -0
- data/app/assets/javascripts/ckeditor/samples/{datafiltering.html → old/datafiltering.html} +120 -13
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/dialog/assets/my_dialog.js +3 -3
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/dialog/dialog.html +12 -9
- data/app/assets/javascripts/ckeditor/samples/{divreplace.html → old/divreplace.html} +8 -5
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/enterkey/enterkey.html +12 -9
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/htmlwriter/assets/outputforflash/outputforflash.fla +0 -0
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/htmlwriter/assets/outputforflash/outputforflash.swf +0 -0
- data/app/assets/javascripts/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js +19 -0
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/htmlwriter/outputforflash.html +11 -8
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/htmlwriter/outputhtml.html +12 -9
- data/app/assets/javascripts/ckeditor/samples/old/index.html +131 -0
- data/app/assets/javascripts/ckeditor/samples/{inlineall.html → old/inlineall.html} +13 -10
- data/app/assets/javascripts/ckeditor/samples/{inlinebycode.html → old/inlinebycode.html} +9 -6
- data/app/assets/javascripts/ckeditor/samples/{inlinetextarea.html → old/inlinetextarea.html} +10 -7
- data/app/assets/javascripts/ckeditor/samples/{jquery.html → old/jquery.html} +11 -8
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/magicline/magicline.html +9 -6
- data/app/assets/javascripts/ckeditor/samples/{readonly.html → old/readonly.html} +11 -8
- data/app/assets/javascripts/ckeditor/samples/{replacebyclass.html → old/replacebyclass.html} +8 -5
- data/app/assets/javascripts/ckeditor/samples/{replacebycode.html → old/replacebycode.html} +8 -5
- data/app/assets/javascripts/ckeditor/samples/{sample.css → old/sample.css} +6 -14
- data/app/assets/javascripts/ckeditor/samples/{sample.js → old/sample.js} +2 -2
- data/app/assets/javascripts/ckeditor/samples/{sample_posteddata.php → old/sample_posteddata.php} +2 -2
- data/app/assets/javascripts/ckeditor/samples/{tabindex.html → old/tabindex.html} +8 -5
- data/app/assets/javascripts/ckeditor/samples/{plugins → old}/toolbar/toolbar.html +13 -10
- data/app/assets/javascripts/ckeditor/samples/{uicolor.html → old/uicolor.html} +9 -6
- data/app/assets/javascripts/ckeditor/samples/{uilanguages.html → old/uilanguages.html} +11 -8
- data/app/assets/javascripts/ckeditor/samples/old/wysiwygarea/fullpage.html +80 -0
- data/app/assets/javascripts/ckeditor/samples/{xhtmlstyle.html → old/xhtmlstyle.html} +10 -7
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/css/fontello.css +55 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +10 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/config.json +28 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.svg +14 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/index.html +446 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +13 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +9 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +33 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +14 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +19 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +325 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +288 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +25 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +36 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +38 -0
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +16 -0
- data/app/assets/javascripts/ckeditor/skins/moono/dialog.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/editor.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/editor_gecko.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/editor_ie.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/editor_ie7.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/editor_ie8.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css +3 -3
- data/app/assets/javascripts/ckeditor/skins/moono/icons.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/icons_hidpi.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/anchor.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/arrow.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/close.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/anchor.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/close.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/lock-open.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/lock.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/refresh.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/spinner.gif +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/readme.md +5 -7
- data/app/assets/javascripts/ckeditor/styles.js +43 -17
- data/app/controllers/dc_elfinder_controller.rb +5 -1
- data/app/models/drgcms_form_fields/ckeditor.rb +60 -0
- data/{lib/patches/drgcms_form_field.rb → app/models/drgcms_form_fields/elfinder.rb} +1 -34
- data/lib/drg_default_html_editor.rb +1 -2
- data/lib/drg_default_html_editor/version.rb +1 -1
- data/lib/patches/patch_for_elfinder.rb +0 -1
- metadata +118 -127
- data/app/assets/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -24
- data/app/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -24
- data/app/assets/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -8
- data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -8
- data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -8
- data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -8
- data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -8
- data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -20
- data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -8
- data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -10
- data/app/assets/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/iframe/dialogs/iframe.js +0 -10
- data/app/assets/javascripts/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -10
- data/app/assets/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/preview/preview.html +0 -13
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -10
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/envelope.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/heart.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/kiss.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.css +0 -84
- data/app/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -10
- data/app/assets/javascripts/ckeditor/plugins/templates/templates/default.js +0 -6
- data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/app/assets/javascripts/ckeditor/samples/assets/inlineall/logo.png +0 -0
- data/app/assets/javascripts/ckeditor/samples/assets/sample.jpg +0 -0
- data/app/assets/javascripts/ckeditor/samples/assets/uilanguages/languages.js +0 -7
- data/app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js +0 -18
- data/app/assets/javascripts/ckeditor/samples/plugins/wysiwygarea/fullpage.html +0 -77
|
@@ -1,22 +1,25 @@
|
|
|
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>
|
|
8
8
|
<meta charset="utf-8">
|
|
9
9
|
<title>Using Magicline plugin — CKEditor Sample</title>
|
|
10
10
|
<script src="../../../ckeditor.js"></script>
|
|
11
|
-
<link rel="stylesheet" href="../../../samples/sample.css">
|
|
11
|
+
<link rel="stylesheet" href="../../../samples/old/sample.css">
|
|
12
12
|
<meta name="ckeditor-sample-name" content="Magicline plugin">
|
|
13
13
|
<meta name="ckeditor-sample-group" content="Plugins">
|
|
14
14
|
<meta name="ckeditor-sample-description" content="Using the Magicline plugin to access difficult focus spaces.">
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<h1 class="samples">
|
|
18
|
-
<a href="../../../samples/index.html">CKEditor Samples</a> » Using Magicline plugin
|
|
18
|
+
<a href="../../../samples/old/index.html">CKEditor Samples</a> » Using Magicline plugin
|
|
19
19
|
</h1>
|
|
20
|
+
<div class="warning deprecated">
|
|
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
|
+
</div>
|
|
20
23
|
<div class="description">
|
|
21
24
|
<p>
|
|
22
25
|
This sample shows the advantages of <strong>Magicline</strong> plugin
|
|
@@ -195,10 +198,10 @@ CKEDITOR.replace( 'editor2', {
|
|
|
195
198
|
<div id="footer">
|
|
196
199
|
<hr>
|
|
197
200
|
<p>
|
|
198
|
-
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>
|
|
199
202
|
</p>
|
|
200
203
|
<p id="copy">
|
|
201
|
-
Copyright © 2003-
|
|
204
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
|
202
205
|
Knabben. All rights reserved.
|
|
203
206
|
</p>
|
|
204
207
|
</div>
|
|
@@ -1,13 +1,13 @@
|
|
|
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>
|
|
8
8
|
<meta charset="utf-8">
|
|
9
9
|
<title>Using the CKEditor Read-Only API — CKEditor Sample</title>
|
|
10
|
-
<script src="
|
|
10
|
+
<script src="../../ckeditor.js"></script>
|
|
11
11
|
<link rel="stylesheet" href="sample.css">
|
|
12
12
|
<script>
|
|
13
13
|
|
|
@@ -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
|
|
|
@@ -40,10 +40,13 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
40
40
|
<h1 class="samples">
|
|
41
41
|
<a href="index.html">CKEditor Samples</a> » Using the CKEditor Read-Only API
|
|
42
42
|
</h1>
|
|
43
|
+
<div class="warning deprecated">
|
|
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
|
+
</div>
|
|
43
46
|
<div class="description">
|
|
44
47
|
<p>
|
|
45
48
|
This sample shows how to use the
|
|
46
|
-
<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>
|
|
47
50
|
API to put editor into the read-only state that makes it impossible for users to change the editor contents.
|
|
48
51
|
</p>
|
|
49
52
|
<p>
|
|
@@ -52,7 +55,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
52
55
|
</div>
|
|
53
56
|
<form action="sample_posteddata.php" method="post">
|
|
54
57
|
<p>
|
|
55
|
-
<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>
|
|
56
59
|
</p>
|
|
57
60
|
<p>
|
|
58
61
|
<input id="readOnlyOn" onclick="toggleReadOnly();" type="button" value="Make it read-only" style="display:none">
|
|
@@ -62,10 +65,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
62
65
|
<div id="footer">
|
|
63
66
|
<hr>
|
|
64
67
|
<p>
|
|
65
|
-
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>
|
|
66
69
|
</p>
|
|
67
70
|
<p id="copy">
|
|
68
|
-
Copyright © 2003-
|
|
71
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
|
69
72
|
Knabben. All rights reserved.
|
|
70
73
|
</p>
|
|
71
74
|
</div>
|
data/app/assets/javascripts/ckeditor/samples/{replacebyclass.html → old/replacebyclass.html}
RENAMED
|
@@ -1,19 +1,22 @@
|
|
|
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>
|
|
8
8
|
<meta charset="utf-8">
|
|
9
9
|
<title>Replace Textareas by Class Name — CKEditor Sample</title>
|
|
10
|
-
<script src="
|
|
10
|
+
<script src="../../ckeditor.js"></script>
|
|
11
11
|
<link rel="stylesheet" href="sample.css">
|
|
12
12
|
</head>
|
|
13
13
|
<body>
|
|
14
14
|
<h1 class="samples">
|
|
15
15
|
<a href="index.html">CKEditor Samples</a> » Replace Textarea Elements by Class Name
|
|
16
16
|
</h1>
|
|
17
|
+
<div class="warning deprecated">
|
|
18
|
+
This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
|
|
19
|
+
</div>
|
|
17
20
|
<div class="description">
|
|
18
21
|
<p>
|
|
19
22
|
This sample shows how to automatically replace all <code><textarea></code> elements
|
|
@@ -46,10 +49,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
46
49
|
<div id="footer">
|
|
47
50
|
<hr>
|
|
48
51
|
<p>
|
|
49
|
-
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>
|
|
50
53
|
</p>
|
|
51
54
|
<p id="copy">
|
|
52
|
-
Copyright © 2003-
|
|
55
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
|
53
56
|
Knabben. All rights reserved.
|
|
54
57
|
</p>
|
|
55
58
|
</div>
|
|
@@ -1,19 +1,22 @@
|
|
|
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>
|
|
8
8
|
<meta charset="utf-8">
|
|
9
9
|
<title>Replace Textarea by Code — CKEditor Sample</title>
|
|
10
|
-
<script src="
|
|
10
|
+
<script src="../../ckeditor.js"></script>
|
|
11
11
|
<link href="sample.css" rel="stylesheet">
|
|
12
12
|
</head>
|
|
13
13
|
<body>
|
|
14
14
|
<h1 class="samples">
|
|
15
15
|
<a href="index.html">CKEditor Samples</a> » Replace Textarea Elements Using JavaScript Code
|
|
16
16
|
</h1>
|
|
17
|
+
<div class="warning deprecated">
|
|
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
|
+
</div>
|
|
17
20
|
<form action="sample_posteddata.php" method="post">
|
|
18
21
|
<div class="description">
|
|
19
22
|
<p>
|
|
@@ -45,10 +48,10 @@ CKEDITOR.replace( '<em>textarea_id</em>' )
|
|
|
45
48
|
<div id="footer">
|
|
46
49
|
<hr>
|
|
47
50
|
<p>
|
|
48
|
-
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>
|
|
49
52
|
</p>
|
|
50
53
|
<p id="copy">
|
|
51
|
-
Copyright © 2003-
|
|
54
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
|
52
55
|
Knabben. All rights reserved.
|
|
53
56
|
</p>
|
|
54
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
|
|
@@ -21,8 +21,6 @@ input, textarea, select, option, optgroup, button, td, th
|
|
|
21
21
|
pre
|
|
22
22
|
{
|
|
23
23
|
-moz-tab-size: 4;
|
|
24
|
-
-o-tab-size: 4;
|
|
25
|
-
-webkit-tab-size: 4;
|
|
26
24
|
tab-size: 4;
|
|
27
25
|
}
|
|
28
26
|
|
|
@@ -42,9 +40,6 @@ code
|
|
|
42
40
|
background: #f3f3f3;
|
|
43
41
|
border: 1px solid #ddd;
|
|
44
42
|
padding: 1px 4px;
|
|
45
|
-
|
|
46
|
-
-moz-border-radius: 3px;
|
|
47
|
-
-webkit-border-radius: 3px;
|
|
48
43
|
border-radius: 3px;
|
|
49
44
|
}
|
|
50
45
|
|
|
@@ -63,9 +58,6 @@ abbr
|
|
|
63
58
|
margin: 0 0 0 5px;
|
|
64
59
|
color: #fff;
|
|
65
60
|
float: right;
|
|
66
|
-
|
|
67
|
-
-moz-border-radius: 3px;
|
|
68
|
-
-webkit-border-radius: 3px;
|
|
69
61
|
border-radius: 3px;
|
|
70
62
|
}
|
|
71
63
|
|
|
@@ -75,8 +67,6 @@ abbr
|
|
|
75
67
|
border: 1px solid #DA8028;
|
|
76
68
|
text-shadow: 0 1px 0 #C97626;
|
|
77
69
|
|
|
78
|
-
-moz-box-shadow: 0 2px 3px 0 #FFA54E inset;
|
|
79
|
-
-webkit-box-shadow: 0 2px 3px 0 #FFA54E inset;
|
|
80
70
|
box-shadow: 0 2px 3px 0 #FFA54E inset;
|
|
81
71
|
}
|
|
82
72
|
|
|
@@ -87,8 +77,6 @@ abbr
|
|
|
87
77
|
text-shadow: 0 1px 0 #048CAD;
|
|
88
78
|
font-style: italic;
|
|
89
79
|
|
|
90
|
-
-moz-box-shadow: 0 2px 3px 0 #50D4FD inset;
|
|
91
|
-
-webkit-box-shadow: 0 2px 3px 0 #50D4FD inset;
|
|
92
80
|
box-shadow: 0 2px 3px 0 #50D4FD inset;
|
|
93
81
|
}
|
|
94
82
|
|
|
@@ -319,6 +307,10 @@ dl.samples > dd
|
|
|
319
307
|
margin: 10px 0;
|
|
320
308
|
}
|
|
321
309
|
|
|
310
|
+
.warning.deprecated {
|
|
311
|
+
font-size: 1.3em;
|
|
312
|
+
}
|
|
313
|
+
|
|
322
314
|
/* Used on inline samples */
|
|
323
315
|
|
|
324
316
|
blockquote
|
|
@@ -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.
|
data/app/assets/javascripts/ckeditor/samples/{sample_posteddata.php → old/sample_posteddata.php}
RENAMED
|
@@ -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"; ?>
|
|
@@ -1,13 +1,13 @@
|
|
|
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>
|
|
8
8
|
<meta charset="utf-8">
|
|
9
9
|
<title>TAB Key-Based Navigation — CKEditor Sample</title>
|
|
10
|
-
<script src="
|
|
10
|
+
<script src="../../ckeditor.js"></script>
|
|
11
11
|
<link href="sample.css" rel="stylesheet">
|
|
12
12
|
<style>
|
|
13
13
|
|
|
@@ -44,6 +44,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
44
44
|
<h1 class="samples">
|
|
45
45
|
<a href="index.html">CKEditor Samples</a> » TAB Key-Based Navigation
|
|
46
46
|
</h1>
|
|
47
|
+
<div class="warning deprecated">
|
|
48
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/tabindex.html">brand new version in CKEditor SDK</a>.
|
|
49
|
+
</div>
|
|
47
50
|
<div class="description">
|
|
48
51
|
<p>
|
|
49
52
|
This sample shows how tab key navigation among editor instances is
|
|
@@ -64,10 +67,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
64
67
|
<div id="footer">
|
|
65
68
|
<hr>
|
|
66
69
|
<p>
|
|
67
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
|
70
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
|
68
71
|
</p>
|
|
69
72
|
<p id="copy">
|
|
70
|
-
Copyright © 2003-
|
|
73
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
|
71
74
|
Knabben. All rights reserved.
|
|
72
75
|
</p>
|
|
73
76
|
</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>
|
|
@@ -11,12 +11,15 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
11
11
|
<meta name="ckeditor-sample-group" content="Advanced Samples">
|
|
12
12
|
<meta name="ckeditor-sample-description" content="Configuring CKEditor to display full or custom toolbar layout.">
|
|
13
13
|
<script src="../../../ckeditor.js"></script>
|
|
14
|
-
<link href="../../../samples/sample.css" rel="stylesheet">
|
|
14
|
+
<link href="../../../samples/old/sample.css" rel="stylesheet">
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<h1 class="samples">
|
|
18
|
-
<a href="../../../samples/index.html">CKEditor Samples</a> » Toolbar Configuration
|
|
18
|
+
<a href="../../../samples/old/index.html">CKEditor Samples</a> » Toolbar Configuration
|
|
19
19
|
</h1>
|
|
20
|
+
<div class="warning deprecated">
|
|
21
|
+
This sample is not maintained anymore. Check out the <a href="../../../samples/toolbarconfigurator/index.html#basic">brand new CKEditor Toolbar Configurator</a>.
|
|
22
|
+
</div>
|
|
20
23
|
<div class="description">
|
|
21
24
|
<p>
|
|
22
25
|
This sample page demonstrates editor with loaded <a href="#fullToolbar">full toolbar</a> (all registered buttons) and, if
|
|
@@ -25,7 +28,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
25
28
|
|
|
26
29
|
<p>Since CKEditor 4 there are two ways to configure toolbar buttons.</p>
|
|
27
30
|
|
|
28
|
-
<h2 class="samples">By <a href="
|
|
31
|
+
<h2 class="samples">By <a href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-toolbar">config.toolbar</a></h2>
|
|
29
32
|
|
|
30
33
|
<p>
|
|
31
34
|
You can explicitly define which buttons are displayed in which groups and in which order.
|
|
@@ -45,7 +48,7 @@ CKEDITOR.replace( <em>'textarea_id'</em>, {
|
|
|
45
48
|
]
|
|
46
49
|
});</pre>
|
|
47
50
|
|
|
48
|
-
<h2 class="samples">By <a href="
|
|
51
|
+
<h2 class="samples">By <a href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-toolbarGroups">config.toolbarGroups</a></h2>
|
|
49
52
|
|
|
50
53
|
<p>
|
|
51
54
|
You can define which groups of buttons (like e.g. <code>basicstyles</code>, <code>clipboard</code>
|
|
@@ -74,7 +77,7 @@ CKEDITOR.replace( <em>'textarea_id'</em>, {
|
|
|
74
77
|
<div id="currentToolbar" style="display: none">
|
|
75
78
|
<h2 class="samples">Current toolbar configuration</h2>
|
|
76
79
|
<p>Below you can see editor with current toolbar definition.</p>
|
|
77
|
-
<textarea cols="80" id="editorCurrent" name="editorCurrent" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="
|
|
80
|
+
<textarea cols="80" id="editorCurrent" name="editorCurrent" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</p></textarea>
|
|
78
81
|
<pre id="editorCurrentCfg" class="samples"></pre>
|
|
79
82
|
</div>
|
|
80
83
|
|
|
@@ -85,7 +88,7 @@ CKEDITOR.replace( <em>'textarea_id'</em>, {
|
|
|
85
88
|
<strong>Note</strong>: To create editor instance with full toolbar you don't have to set anything.
|
|
86
89
|
Just leave <code>toolbar</code> and <code>toolbarGroups</code> with the default, <code>null</code> values.
|
|
87
90
|
</p>
|
|
88
|
-
<textarea cols="80" id="editorFull" name="editorFull" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="
|
|
91
|
+
<textarea cols="80" id="editorFull" name="editorFull" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="https://ckeditor.com/">CKEditor</a>.</p></textarea>
|
|
89
92
|
<pre id="editorFullCfg" class="samples"></pre>
|
|
90
93
|
</div>
|
|
91
94
|
|
|
@@ -221,10 +224,10 @@ CKEDITOR.replace( <em>'textarea_id'</em>, {
|
|
|
221
224
|
<div id="footer">
|
|
222
225
|
<hr>
|
|
223
226
|
<p>
|
|
224
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
|
227
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
|
225
228
|
</p>
|
|
226
229
|
<p id="copy">
|
|
227
|
-
Copyright © 2003-
|
|
230
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
|
228
231
|
Knabben. All rights reserved.
|
|
229
232
|
</p>
|
|
230
233
|
</div>
|
|
@@ -1,19 +1,22 @@
|
|
|
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>
|
|
8
8
|
<meta charset="utf-8">
|
|
9
9
|
<title>UI Color Picker — CKEditor Sample</title>
|
|
10
|
-
<script src="
|
|
10
|
+
<script src="../../ckeditor.js"></script>
|
|
11
11
|
<link rel="stylesheet" href="sample.css">
|
|
12
12
|
</head>
|
|
13
13
|
<body>
|
|
14
14
|
<h1 class="samples">
|
|
15
15
|
<a href="index.html">CKEditor Samples</a> » UI Color
|
|
16
16
|
</h1>
|
|
17
|
+
<div class="warning deprecated">
|
|
18
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/uicolor.html">brand new version in CKEditor SDK</a>.
|
|
19
|
+
</div>
|
|
17
20
|
<div class="description">
|
|
18
21
|
<p>
|
|
19
22
|
This sample shows how to automatically replace <code><textarea></code> elements
|
|
@@ -36,7 +39,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
|
36
39
|
the <code><textarea></code> element to be replaced.
|
|
37
40
|
</p>
|
|
38
41
|
<p>
|
|
39
|
-
<textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="
|
|
42
|
+
<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>
|
|
40
43
|
<script>
|
|
41
44
|
|
|
42
45
|
// Replace the <textarea id="editor"> with an CKEditor
|
|
@@ -58,10 +61,10 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
|
58
61
|
<div id="footer">
|
|
59
62
|
<hr>
|
|
60
63
|
<p>
|
|
61
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
|
64
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
|
62
65
|
</p>
|
|
63
66
|
<p id="copy">
|
|
64
|
-
Copyright © 2003-
|
|
67
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
|
65
68
|
Knabben. All rights reserved.
|
|
66
69
|
</p>
|
|
67
70
|
</div>
|
|
@@ -1,13 +1,13 @@
|
|
|
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>
|
|
8
8
|
<meta charset="utf-8">
|
|
9
9
|
<title>User Interface Globalization — CKEditor Sample</title>
|
|
10
|
-
<script src="
|
|
10
|
+
<script src="../../ckeditor.js"></script>
|
|
11
11
|
<script src="assets/uilanguages/languages.js"></script>
|
|
12
12
|
<link rel="stylesheet" href="sample.css">
|
|
13
13
|
</head>
|
|
@@ -15,6 +15,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
15
15
|
<h1 class="samples">
|
|
16
16
|
<a href="index.html">CKEditor Samples</a> » User Interface Languages
|
|
17
17
|
</h1>
|
|
18
|
+
<div class="warning deprecated">
|
|
19
|
+
This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/uilanguages.html">brand new version in CKEditor SDK</a>.
|
|
20
|
+
</div>
|
|
18
21
|
<div class="description">
|
|
19
22
|
<p>
|
|
20
23
|
This sample shows how to automatically replace <code><textarea></code> elements
|
|
@@ -27,8 +30,8 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
27
30
|
<p>
|
|
28
31
|
By default, CKEditor automatically localizes the editor to the language of the user.
|
|
29
32
|
The UI language can be controlled with two configuration options:
|
|
30
|
-
<code><a class="samples" href="
|
|
31
|
-
<code><a class="samples" href="
|
|
33
|
+
<code><a class="samples" href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-language">language</a></code> and
|
|
34
|
+
<code><a class="samples" href="https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-defaultLanguage">
|
|
32
35
|
defaultLanguage</a></code>. The <code>defaultLanguage</code> setting specifies the
|
|
33
36
|
default CKEditor language to be used when a localization suitable for user's settings is not available.
|
|
34
37
|
</p>
|
|
@@ -70,7 +73,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
|
70
73
|
</span>
|
|
71
74
|
</p>
|
|
72
75
|
<p>
|
|
73
|
-
<textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="
|
|
76
|
+
<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>
|
|
74
77
|
<script>
|
|
75
78
|
|
|
76
79
|
// Set the number of languages.
|
|
@@ -108,10 +111,10 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
|
|
|
108
111
|
<div id="footer">
|
|
109
112
|
<hr>
|
|
110
113
|
<p>
|
|
111
|
-
CKEditor - The text editor for the Internet - <a class="samples" href="
|
|
114
|
+
CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
|
|
112
115
|
</p>
|
|
113
116
|
<p id="copy">
|
|
114
|
-
Copyright © 2003-
|
|
117
|
+
Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
|
|
115
118
|
Knabben. All rights reserved.
|
|
116
119
|
</p>
|
|
117
120
|
</div>
|