drg_default_html_editor 0.5.50.3 → 0.6.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (428) hide show
  1. checksums.yaml +5 -5
  2. data/app/assets/javascripts/ckeditor/CHANGES.md +1370 -414
  3. data/app/assets/javascripts/ckeditor/LICENSE.md +160 -4
  4. data/app/assets/javascripts/ckeditor/README.md +2 -2
  5. data/app/assets/javascripts/ckeditor/adapters/jquery.js +8 -8
  6. data/app/assets/javascripts/ckeditor/build-config.js +63 -60
  7. data/app/assets/javascripts/ckeditor/ckeditor.js +1241 -971
  8. data/app/assets/javascripts/ckeditor/config.js +33 -5
  9. data/app/assets/javascripts/ckeditor/contents.css +83 -9
  10. data/app/assets/javascripts/ckeditor/lang/af.js +4 -4
  11. data/app/assets/javascripts/ckeditor/lang/ar.js +4 -4
  12. data/app/assets/javascripts/ckeditor/lang/az.js +5 -0
  13. data/app/assets/javascripts/ckeditor/lang/bg.js +4 -4
  14. data/app/assets/javascripts/ckeditor/lang/bn.js +4 -4
  15. data/app/assets/javascripts/ckeditor/lang/bs.js +4 -4
  16. data/app/assets/javascripts/ckeditor/lang/ca.js +4 -4
  17. data/app/assets/javascripts/ckeditor/lang/cs.js +4 -4
  18. data/app/assets/javascripts/ckeditor/lang/cy.js +4 -4
  19. data/app/assets/javascripts/ckeditor/lang/da.js +4 -4
  20. data/app/assets/javascripts/ckeditor/lang/de-ch.js +5 -0
  21. data/app/assets/javascripts/ckeditor/lang/de.js +4 -4
  22. data/app/assets/javascripts/ckeditor/lang/el.js +4 -4
  23. data/app/assets/javascripts/ckeditor/lang/en-au.js +4 -4
  24. data/app/assets/javascripts/ckeditor/lang/en-ca.js +4 -4
  25. data/app/assets/javascripts/ckeditor/lang/en-gb.js +4 -4
  26. data/app/assets/javascripts/ckeditor/lang/en.js +4 -4
  27. data/app/assets/javascripts/ckeditor/lang/eo.js +4 -4
  28. data/app/assets/javascripts/ckeditor/lang/es-mx.js +5 -0
  29. data/app/assets/javascripts/ckeditor/lang/es.js +4 -4
  30. data/app/assets/javascripts/ckeditor/lang/et.js +4 -4
  31. data/app/assets/javascripts/ckeditor/lang/eu.js +4 -4
  32. data/app/assets/javascripts/ckeditor/lang/fa.js +4 -4
  33. data/app/assets/javascripts/ckeditor/lang/fi.js +4 -4
  34. data/app/assets/javascripts/ckeditor/lang/fo.js +4 -4
  35. data/app/assets/javascripts/ckeditor/lang/fr-ca.js +4 -4
  36. data/app/assets/javascripts/ckeditor/lang/fr.js +4 -4
  37. data/app/assets/javascripts/ckeditor/lang/gl.js +4 -4
  38. data/app/assets/javascripts/ckeditor/lang/gu.js +4 -4
  39. data/app/assets/javascripts/ckeditor/lang/he.js +4 -4
  40. data/app/assets/javascripts/ckeditor/lang/hi.js +4 -4
  41. data/app/assets/javascripts/ckeditor/lang/hr.js +4 -4
  42. data/app/assets/javascripts/ckeditor/lang/hu.js +4 -4
  43. data/app/assets/javascripts/ckeditor/lang/id.js +4 -4
  44. data/app/assets/javascripts/ckeditor/lang/is.js +4 -4
  45. data/app/assets/javascripts/ckeditor/lang/it.js +4 -4
  46. data/app/assets/javascripts/ckeditor/lang/ja.js +4 -4
  47. data/app/assets/javascripts/ckeditor/lang/ka.js +4 -4
  48. data/app/assets/javascripts/ckeditor/lang/km.js +4 -4
  49. data/app/assets/javascripts/ckeditor/lang/ko.js +4 -4
  50. data/app/assets/javascripts/ckeditor/lang/ku.js +4 -4
  51. data/app/assets/javascripts/ckeditor/lang/lt.js +4 -4
  52. data/app/assets/javascripts/ckeditor/lang/lv.js +4 -4
  53. data/app/assets/javascripts/ckeditor/lang/mk.js +4 -4
  54. data/app/assets/javascripts/ckeditor/lang/mn.js +4 -4
  55. data/app/assets/javascripts/ckeditor/lang/ms.js +4 -4
  56. data/app/assets/javascripts/ckeditor/lang/nb.js +4 -4
  57. data/app/assets/javascripts/ckeditor/lang/nl.js +4 -4
  58. data/app/assets/javascripts/ckeditor/lang/no.js +4 -4
  59. data/app/assets/javascripts/ckeditor/lang/oc.js +5 -0
  60. data/app/assets/javascripts/ckeditor/lang/pl.js +4 -4
  61. data/app/assets/javascripts/ckeditor/lang/pt-br.js +4 -4
  62. data/app/assets/javascripts/ckeditor/lang/pt.js +4 -4
  63. data/app/assets/javascripts/ckeditor/lang/ro.js +4 -4
  64. data/app/assets/javascripts/ckeditor/lang/ru.js +4 -4
  65. data/app/assets/javascripts/ckeditor/lang/si.js +4 -4
  66. data/app/assets/javascripts/ckeditor/lang/sk.js +4 -4
  67. data/app/assets/javascripts/ckeditor/lang/sl.js +4 -4
  68. data/app/assets/javascripts/ckeditor/lang/sq.js +4 -4
  69. data/app/assets/javascripts/ckeditor/lang/sr-latn.js +4 -4
  70. data/app/assets/javascripts/ckeditor/lang/sr.js +4 -4
  71. data/app/assets/javascripts/ckeditor/lang/sv.js +4 -4
  72. data/app/assets/javascripts/ckeditor/lang/th.js +4 -4
  73. data/app/assets/javascripts/ckeditor/lang/tr.js +4 -4
  74. data/app/assets/javascripts/ckeditor/lang/tt.js +4 -4
  75. data/app/assets/javascripts/ckeditor/lang/ug.js +4 -4
  76. data/app/assets/javascripts/ckeditor/lang/uk.js +4 -4
  77. data/app/assets/javascripts/ckeditor/lang/vi.js +4 -4
  78. data/app/assets/javascripts/ckeditor/lang/zh-cn.js +4 -4
  79. data/app/assets/javascripts/ckeditor/lang/zh.js +4 -4
  80. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -7
  81. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +2 -2
  82. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +11 -0
  83. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +6 -6
  84. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/az.js +11 -0
  85. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +9 -9
  86. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +10 -10
  87. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +10 -11
  88. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +7 -7
  89. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +9 -9
  90. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +12 -0
  91. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +11 -10
  92. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +7 -7
  93. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js +11 -0
  94. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +6 -6
  95. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +6 -6
  96. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +7 -7
  97. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js +13 -0
  98. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +9 -8
  99. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +7 -7
  100. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +12 -0
  101. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +7 -7
  102. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +7 -8
  103. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +11 -0
  104. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +8 -9
  105. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +11 -11
  106. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +8 -8
  107. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +6 -6
  108. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +7 -7
  109. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +6 -6
  110. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +9 -9
  111. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +6 -7
  112. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +9 -9
  113. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +7 -7
  114. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +5 -5
  115. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +6 -6
  116. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +8 -8
  117. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +8 -9
  118. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +6 -6
  119. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +6 -7
  120. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +9 -9
  121. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +6 -6
  122. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +9 -9
  123. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +6 -6
  124. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +7 -7
  125. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js +12 -0
  126. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +10 -10
  127. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +9 -8
  128. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +10 -10
  129. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +10 -10
  130. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +7 -7
  131. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +8 -8
  132. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +8 -9
  133. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +8 -9
  134. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +9 -9
  135. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +6 -6
  136. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +6 -6
  137. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +9 -10
  138. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +6 -6
  139. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +8 -8
  140. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +9 -9
  141. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +8 -7
  142. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +6 -6
  143. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +7 -7
  144. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +7 -7
  145. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +7 -8
  146. data/app/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +6 -5
  147. data/app/assets/javascripts/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
  148. data/app/assets/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  149. data/app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +9 -9
  150. data/app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css +20 -0
  151. data/app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +12 -11
  152. data/app/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +2 -2
  153. data/app/assets/javascripts/ckeditor/plugins/dialogadvtab/plugin.js +196 -0
  154. data/app/assets/javascripts/ckeditor/plugins/div/dialogs/div.js +8 -8
  155. data/app/assets/javascripts/ckeditor/plugins/icons.png +0 -0
  156. data/app/assets/javascripts/ckeditor/plugins/icons_hidpi.png +0 -0
  157. data/app/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +42 -41
  158. data/app/assets/javascripts/ckeditor/plugins/image/images/noimage.png +0 -0
  159. data/app/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +6 -5
  160. data/app/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +26 -24
  161. data/app/assets/javascripts/ckeditor/plugins/link/images/anchor.png +0 -0
  162. data/app/assets/javascripts/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
  163. data/app/assets/javascripts/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
  164. data/app/assets/javascripts/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
  165. data/app/assets/javascripts/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
  166. data/app/assets/javascripts/ckeditor/plugins/magicline/images/icon.png +0 -0
  167. data/app/assets/javascripts/ckeditor/plugins/pastecode/CHANGES.md +8 -0
  168. data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/LICENSE.md +1242 -0
  169. data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/README.md +23 -0
  170. data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/tests/pastefromexcel.js +6 -0
  171. data/app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +53 -29
  172. data/app/assets/javascripts/ckeditor/plugins/scayt/CHANGELOG.md +20 -0
  173. data/app/assets/javascripts/ckeditor/plugins/scayt/dialogs/dialog.css +23 -0
  174. data/app/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js +32 -17
  175. data/app/assets/javascripts/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +25 -0
  176. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +2 -2
  177. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/af.js +13 -0
  178. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ar.js +3 -3
  179. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/az.js +10 -0
  180. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/bg.js +4 -4
  181. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ca.js +2 -2
  182. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cs.js +3 -3
  183. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cy.js +2 -2
  184. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/da.js +11 -0
  185. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +13 -0
  186. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de.js +11 -11
  187. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/el.js +5 -5
  188. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-au.js +13 -0
  189. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js +13 -0
  190. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +3 -3
  191. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js +3 -3
  192. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eo.js +2 -2
  193. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js +13 -0
  194. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/es.js +2 -2
  195. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/et.js +3 -3
  196. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eu.js +13 -0
  197. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fa.js +2 -2
  198. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fi.js +3 -3
  199. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +2 -2
  200. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr.js +10 -9
  201. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/gl.js +2 -2
  202. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/he.js +2 -2
  203. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hr.js +11 -11
  204. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hu.js +2 -2
  205. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/id.js +3 -3
  206. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/it.js +3 -3
  207. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ja.js +2 -2
  208. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/km.js +3 -3
  209. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ko.js +10 -0
  210. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ku.js +2 -2
  211. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/lt.js +13 -0
  212. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/lv.js +2 -2
  213. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nb.js +2 -2
  214. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nl.js +2 -2
  215. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/no.js +2 -2
  216. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/oc.js +12 -0
  217. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pl.js +3 -3
  218. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +2 -2
  219. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt.js +11 -11
  220. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ro.js +13 -0
  221. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ru.js +2 -2
  222. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/si.js +3 -3
  223. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sk.js +2 -2
  224. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sl.js +10 -10
  225. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sq.js +5 -5
  226. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sv.js +2 -2
  227. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/th.js +3 -3
  228. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tr.js +2 -2
  229. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tt.js +6 -6
  230. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ug.js +3 -3
  231. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/uk.js +2 -2
  232. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/vi.js +2 -2
  233. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +3 -3
  234. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh.js +7 -10
  235. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +11 -11
  236. data/app/assets/javascripts/ckeditor/plugins/table/dialogs/table.js +19 -19
  237. data/app/assets/javascripts/ckeditor/plugins/tableselection/styles/tableselection.css +26 -0
  238. data/app/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +16 -15
  239. data/app/assets/javascripts/ckeditor/plugins/widget/images/handle.png +0 -0
  240. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +1 -1
  241. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
  242. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +1 -1
  243. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +88 -71
  244. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc_ie.js +7 -7
  245. data/app/assets/javascripts/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css +43 -0
  246. data/app/assets/javascripts/ckeditor/samples/css/samples.css +1637 -0
  247. data/app/assets/javascripts/ckeditor/samples/img/github-top.png +0 -0
  248. data/app/assets/javascripts/ckeditor/samples/img/header-bg.png +0 -0
  249. data/app/assets/javascripts/ckeditor/samples/img/header-separator.png +0 -0
  250. data/app/assets/javascripts/ckeditor/samples/img/logo.png +0 -0
  251. data/app/assets/javascripts/ckeditor/samples/img/logo.svg +13 -0
  252. data/app/assets/javascripts/ckeditor/samples/img/navigation-tip.png +0 -0
  253. data/app/assets/javascripts/ckeditor/samples/index.html +112 -112
  254. data/app/assets/javascripts/ckeditor/samples/js/sample.js +53 -0
  255. data/app/assets/javascripts/ckeditor/samples/js/sf.js +17 -0
  256. data/app/assets/javascripts/ckeditor/samples/{ajax.html → old/ajax.html} +8 -5
  257. data/app/assets/javascripts/ckeditor/samples/{api.html → old/api.html} +17 -14
  258. data/app/assets/javascripts/ckeditor/samples/{appendto.html → old/appendto.html} +10 -7
  259. data/app/assets/javascripts/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
  260. data/app/assets/javascripts/ckeditor/samples/{assets → old/assets}/outputxhtml/outputxhtml.css +2 -2
  261. data/app/assets/javascripts/ckeditor/samples/{assets → old/assets}/posteddata.php +4 -4
  262. data/app/assets/javascripts/ckeditor/samples/old/assets/sample.jpg +0 -0
  263. data/app/assets/javascripts/ckeditor/samples/old/assets/uilanguages/languages.js +7 -0
  264. data/app/assets/javascripts/ckeditor/samples/{datafiltering.html → old/datafiltering.html} +120 -13
  265. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/dialog/assets/my_dialog.js +3 -3
  266. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/dialog/dialog.html +12 -9
  267. data/app/assets/javascripts/ckeditor/samples/{divreplace.html → old/divreplace.html} +8 -5
  268. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/enterkey/enterkey.html +12 -9
  269. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/htmlwriter/assets/outputforflash/outputforflash.fla +0 -0
  270. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/htmlwriter/assets/outputforflash/outputforflash.swf +0 -0
  271. data/app/assets/javascripts/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js +19 -0
  272. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/htmlwriter/outputforflash.html +11 -8
  273. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/htmlwriter/outputhtml.html +12 -9
  274. data/app/assets/javascripts/ckeditor/samples/old/index.html +131 -0
  275. data/app/assets/javascripts/ckeditor/samples/{inlineall.html → old/inlineall.html} +13 -10
  276. data/app/assets/javascripts/ckeditor/samples/{inlinebycode.html → old/inlinebycode.html} +9 -6
  277. data/app/assets/javascripts/ckeditor/samples/{inlinetextarea.html → old/inlinetextarea.html} +10 -7
  278. data/app/assets/javascripts/ckeditor/samples/{jquery.html → old/jquery.html} +11 -8
  279. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/magicline/magicline.html +9 -6
  280. data/app/assets/javascripts/ckeditor/samples/{readonly.html → old/readonly.html} +11 -8
  281. data/app/assets/javascripts/ckeditor/samples/{replacebyclass.html → old/replacebyclass.html} +8 -5
  282. data/app/assets/javascripts/ckeditor/samples/{replacebycode.html → old/replacebycode.html} +8 -5
  283. data/app/assets/javascripts/ckeditor/samples/{sample.css → old/sample.css} +6 -14
  284. data/app/assets/javascripts/ckeditor/samples/{sample.js → old/sample.js} +2 -2
  285. data/app/assets/javascripts/ckeditor/samples/{sample_posteddata.php → old/sample_posteddata.php} +2 -2
  286. data/app/assets/javascripts/ckeditor/samples/{tabindex.html → old/tabindex.html} +8 -5
  287. data/app/assets/javascripts/ckeditor/samples/{plugins → old}/toolbar/toolbar.html +13 -10
  288. data/app/assets/javascripts/ckeditor/samples/{uicolor.html → old/uicolor.html} +9 -6
  289. data/app/assets/javascripts/ckeditor/samples/{uilanguages.html → old/uilanguages.html} +11 -8
  290. data/app/assets/javascripts/ckeditor/samples/old/wysiwygarea/fullpage.html +80 -0
  291. data/app/assets/javascripts/ckeditor/samples/{xhtmlstyle.html → old/xhtmlstyle.html} +10 -7
  292. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/css/fontello.css +55 -0
  293. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +10 -0
  294. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/config.json +28 -0
  295. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
  296. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.svg +14 -0
  297. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
  298. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
  299. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/index.html +446 -0
  300. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +13 -0
  301. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +9 -0
  302. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +33 -0
  303. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +14 -0
  304. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +19 -0
  305. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +325 -0
  306. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +288 -0
  307. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +25 -0
  308. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +36 -0
  309. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +38 -0
  310. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +16 -0
  311. data/app/assets/javascripts/ckeditor/skins/moono/dialog.css +3 -3
  312. data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie.css +3 -3
  313. data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css +3 -3
  314. data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css +3 -3
  315. data/app/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css +3 -3
  316. data/app/assets/javascripts/ckeditor/skins/moono/editor.css +3 -3
  317. data/app/assets/javascripts/ckeditor/skins/moono/editor_gecko.css +3 -3
  318. data/app/assets/javascripts/ckeditor/skins/moono/editor_ie.css +3 -3
  319. data/app/assets/javascripts/ckeditor/skins/moono/editor_ie7.css +3 -3
  320. data/app/assets/javascripts/ckeditor/skins/moono/editor_ie8.css +3 -3
  321. data/app/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css +3 -3
  322. data/app/assets/javascripts/ckeditor/skins/moono/icons.png +0 -0
  323. data/app/assets/javascripts/ckeditor/skins/moono/icons_hidpi.png +0 -0
  324. data/app/assets/javascripts/ckeditor/skins/moono/images/anchor.png +0 -0
  325. data/app/assets/javascripts/ckeditor/skins/moono/images/arrow.png +0 -0
  326. data/app/assets/javascripts/ckeditor/skins/moono/images/close.png +0 -0
  327. data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/anchor.png +0 -0
  328. data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/close.png +0 -0
  329. data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
  330. data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
  331. data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
  332. data/app/assets/javascripts/ckeditor/skins/moono/images/lock-open.png +0 -0
  333. data/app/assets/javascripts/ckeditor/skins/moono/images/lock.png +0 -0
  334. data/app/assets/javascripts/ckeditor/skins/moono/images/refresh.png +0 -0
  335. data/app/assets/javascripts/ckeditor/skins/moono/images/spinner.gif +0 -0
  336. data/app/assets/javascripts/ckeditor/skins/moono/readme.md +5 -7
  337. data/app/assets/javascripts/ckeditor/styles.js +43 -17
  338. data/app/controllers/dc_elfinder_controller.rb +5 -1
  339. data/app/models/drgcms_form_fields/ckeditor.rb +60 -0
  340. data/{lib/patches/drgcms_form_field.rb → app/models/drgcms_form_fields/elfinder.rb} +1 -34
  341. data/lib/drg_default_html_editor.rb +1 -2
  342. data/lib/drg_default_html_editor/version.rb +1 -1
  343. data/lib/patches/patch_for_elfinder.rb +0 -1
  344. metadata +118 -127
  345. data/app/assets/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -24
  346. data/app/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -24
  347. data/app/assets/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
  348. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -8
  349. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -8
  350. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -8
  351. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -8
  352. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -8
  353. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -20
  354. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -8
  355. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -10
  356. data/app/assets/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  357. data/app/assets/javascripts/ckeditor/plugins/iframe/dialogs/iframe.js +0 -10
  358. data/app/assets/javascripts/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  359. data/app/assets/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -10
  360. data/app/assets/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  361. data/app/assets/javascripts/ckeditor/plugins/preview/preview.html +0 -13
  362. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  363. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  364. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  365. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  366. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  367. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  368. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  369. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  370. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  371. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  372. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  373. data/app/assets/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -10
  374. data/app/assets/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  375. data/app/assets/javascripts/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
  376. data/app/assets/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  377. data/app/assets/javascripts/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
  378. data/app/assets/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  379. data/app/assets/javascripts/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
  380. data/app/assets/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  381. data/app/assets/javascripts/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
  382. data/app/assets/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  383. data/app/assets/javascripts/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
  384. data/app/assets/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  385. data/app/assets/javascripts/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
  386. data/app/assets/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  387. data/app/assets/javascripts/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
  388. data/app/assets/javascripts/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
  389. data/app/assets/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  390. data/app/assets/javascripts/ckeditor/plugins/smiley/images/envelope.png +0 -0
  391. data/app/assets/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
  392. data/app/assets/javascripts/ckeditor/plugins/smiley/images/heart.png +0 -0
  393. data/app/assets/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  394. data/app/assets/javascripts/ckeditor/plugins/smiley/images/kiss.png +0 -0
  395. data/app/assets/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  396. data/app/assets/javascripts/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
  397. data/app/assets/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  398. data/app/assets/javascripts/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
  399. data/app/assets/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  400. data/app/assets/javascripts/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
  401. data/app/assets/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  402. data/app/assets/javascripts/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
  403. data/app/assets/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  404. data/app/assets/javascripts/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
  405. data/app/assets/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  406. data/app/assets/javascripts/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
  407. data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  408. data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
  409. data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  410. data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
  411. data/app/assets/javascripts/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
  412. data/app/assets/javascripts/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
  413. data/app/assets/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  414. data/app/assets/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  415. data/app/assets/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
  416. data/app/assets/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  417. data/app/assets/javascripts/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
  418. data/app/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.css +0 -84
  419. data/app/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -10
  420. data/app/assets/javascripts/ckeditor/plugins/templates/templates/default.js +0 -6
  421. data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  422. data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  423. data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  424. data/app/assets/javascripts/ckeditor/samples/assets/inlineall/logo.png +0 -0
  425. data/app/assets/javascripts/ckeditor/samples/assets/sample.jpg +0 -0
  426. data/app/assets/javascripts/ckeditor/samples/assets/uilanguages/languages.js +0 -7
  427. data/app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js +0 -18
  428. data/app/assets/javascripts/ckeditor/samples/plugins/wysiwygarea/fullpage.html +0 -77
@@ -0,0 +1,19 @@
1
+ var swfobject=function(){function w(){if(!u){try{var a=d.getElementsByTagName("body")[0].appendChild(d.createElement("span"));a.parentNode.removeChild(a)}catch(b){return}u=!0;for(var a=z.length,c=0;c<a;c++)z[c]()}}function M(a){u?a():z[z.length]=a}function N(a){if("undefined"!=typeof n.addEventListener)n.addEventListener("load",a,!1);else if("undefined"!=typeof d.addEventListener)d.addEventListener("load",a,!1);else if("undefined"!=typeof n.attachEvent)U(n,"onload",a);else if("function"==typeof n.onload){var b=
2
+ n.onload;n.onload=function(){b();a()}}else n.onload=a}function V(){var a=d.getElementsByTagName("body")[0],b=d.createElement("object");b.setAttribute("type","application/x-shockwave-flash");var c=a.appendChild(b);if(c){var f=0;(function(){if("undefined"!=typeof c.GetVariable){var g=c.GetVariable("$version");g&&(g=g.split(" ")[1].split(","),e.pv=[parseInt(g[0],10),parseInt(g[1],10),parseInt(g[2],10)])}else if(10>f){f++;setTimeout(arguments.callee,10);return}a.removeChild(b);c=null;E()})()}else E()}
3
+ function E(){var a=r.length;if(0<a)for(var b=0;b<a;b++){var c=r[b].id,f=r[b].callbackFn,g={success:!1,id:c};if(0<e.pv[0]){var d=p(c);if(d)if(!A(r[b].swfVersion)||e.wk&&312>e.wk)if(r[b].expressInstall&&F()){g={};g.data=r[b].expressInstall;g.width=d.getAttribute("width")||"0";g.height=d.getAttribute("height")||"0";d.getAttribute("class")&&(g.styleclass=d.getAttribute("class"));d.getAttribute("align")&&(g.align=d.getAttribute("align"));for(var h={},d=d.getElementsByTagName("param"),k=d.length,l=0;l<
4
+ k;l++)"movie"!=d[l].getAttribute("name").toLowerCase()&&(h[d[l].getAttribute("name")]=d[l].getAttribute("value"));G(g,h,c,f)}else W(d),f&&f(g);else v(c,!0),f&&(g.success=!0,g.ref=H(c),f(g))}else v(c,!0),f&&((c=H(c))&&"undefined"!=typeof c.SetVariable&&(g.success=!0,g.ref=c),f(g))}}function H(a){var b=null;(a=p(a))&&"OBJECT"==a.nodeName&&("undefined"!=typeof a.SetVariable?b=a:(a=a.getElementsByTagName("object")[0])&&(b=a));return b}function F(){return!B&&A("6.0.65")&&(e.win||e.mac)&&!(e.wk&&312>e.wk)}
5
+ function G(a,b,c,f){B=!0;I=f||null;O={success:!1,id:c};var g=p(c);if(g){"OBJECT"==g.nodeName?(y=J(g),C=null):(y=g,C=c);a.id="SWFObjectExprInst";if("undefined"==typeof a.width||!/%$/.test(a.width)&&310>parseInt(a.width,10))a.width="310";if("undefined"==typeof a.height||!/%$/.test(a.height)&&137>parseInt(a.height,10))a.height="137";d.title=d.title.slice(0,47)+" - Flash Player Installation";f=e.ie&&e.win?"ActiveX":"PlugIn";f="MMredirectURL\x3d"+n.location.toString().replace(/&/g,"%26")+"\x26MMplayerType\x3d"+
6
+ f+"\x26MMdoctitle\x3d"+d.title;b.flashvars="undefined"!=typeof b.flashvars?b.flashvars+("\x26"+f):f;e.ie&&e.win&&4!=g.readyState&&(f=d.createElement("div"),c+="SWFObjectNew",f.setAttribute("id",c),g.parentNode.insertBefore(f,g),g.style.display="none",function(){4==g.readyState?g.parentNode.removeChild(g):setTimeout(arguments.callee,10)}());K(a,b,c)}}function W(a){if(e.ie&&e.win&&4!=a.readyState){var b=d.createElement("div");a.parentNode.insertBefore(b,a);b.parentNode.replaceChild(J(a),b);a.style.display=
7
+ "none";(function(){4==a.readyState?a.parentNode.removeChild(a):setTimeout(arguments.callee,10)})()}else a.parentNode.replaceChild(J(a),a)}function J(a){var b=d.createElement("div");if(e.win&&e.ie)b.innerHTML=a.innerHTML;else if(a=a.getElementsByTagName("object")[0])if(a=a.childNodes)for(var c=a.length,f=0;f<c;f++)1==a[f].nodeType&&"PARAM"==a[f].nodeName||8==a[f].nodeType||b.appendChild(a[f].cloneNode(!0));return b}function K(a,b,c){var f,g=p(c);if(e.wk&&312>e.wk)return f;if(g)if("undefined"==typeof a.id&&
8
+ (a.id=c),e.ie&&e.win){var q="",h;for(h in a)a[h]!=Object.prototype[h]&&("data"==h.toLowerCase()?b.movie=a[h]:"styleclass"==h.toLowerCase()?q+=' class\x3d"'+a[h]+'"':"classid"!=h.toLowerCase()&&(q+=" "+h+'\x3d"'+a[h]+'"'));h="";for(var k in b)b[k]!=Object.prototype[k]&&(h+='\x3cparam name\x3d"'+k+'" value\x3d"'+b[k]+'" /\x3e');g.outerHTML='\x3cobject classid\x3d"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+q+"\x3e"+h+"\x3c/object\x3e";D[D.length]=a.id;f=p(a.id)}else{k=d.createElement("object");k.setAttribute("type",
9
+ "application/x-shockwave-flash");for(var l in a)a[l]!=Object.prototype[l]&&("styleclass"==l.toLowerCase()?k.setAttribute("class",a[l]):"classid"!=l.toLowerCase()&&k.setAttribute(l,a[l]));for(q in b)b[q]!=Object.prototype[q]&&"movie"!=q.toLowerCase()&&(a=k,h=q,l=b[q],c=d.createElement("param"),c.setAttribute("name",h),c.setAttribute("value",l),a.appendChild(c));g.parentNode.replaceChild(k,g);f=k}return f}function P(a){var b=p(a);b&&"OBJECT"==b.nodeName&&(e.ie&&e.win?(b.style.display="none",function(){if(4==
10
+ b.readyState){var c=p(a);if(c){for(var f in c)"function"==typeof c[f]&&(c[f]=null);c.parentNode.removeChild(c)}}else setTimeout(arguments.callee,10)}()):b.parentNode.removeChild(b))}function p(a){var b=null;try{b=d.getElementById(a)}catch(c){}return b}function U(a,b,c){a.attachEvent(b,c);x[x.length]=[a,b,c]}function A(a){var b=e.pv;a=a.split(".");a[0]=parseInt(a[0],10);a[1]=parseInt(a[1],10)||0;a[2]=parseInt(a[2],10)||0;return b[0]>a[0]||b[0]==a[0]&&b[1]>a[1]||b[0]==a[0]&&b[1]==a[1]&&b[2]>=a[2]?!0:
11
+ !1}function Q(a,b,c,f){if(!e.ie||!e.mac){var g=d.getElementsByTagName("head")[0];g&&(c=c&&"string"==typeof c?c:"screen",f&&(L=m=null),m&&L==c||(f=d.createElement("style"),f.setAttribute("type","text/css"),f.setAttribute("media",c),m=g.appendChild(f),e.ie&&e.win&&"undefined"!=typeof d.styleSheets&&0<d.styleSheets.length&&(m=d.styleSheets[d.styleSheets.length-1]),L=c),e.ie&&e.win?m&&"object"==typeof m.addRule&&m.addRule(a,b):m&&"undefined"!=typeof d.createTextNode&&m.appendChild(d.createTextNode(a+
12
+ " {"+b+"}")))}}function v(a,b){if(R){var c=b?"visible":"hidden";u&&p(a)?p(a).style.visibility=c:Q("#"+a,"visibility:"+c)}}function S(a){return null!=/[\\\"<>\.;]/.exec(a)&&"undefined"!=typeof encodeURIComponent?encodeURIComponent(a):a}var n=window,d=document,t=navigator,T=!1,z=[function(){T?V():E()}],r=[],D=[],x=[],y,C,I,O,u=!1,B=!1,m,L,R=!0,e=function(){var a="undefined"!=typeof d.getElementById&&"undefined"!=typeof d.getElementsByTagName&&"undefined"!=typeof d.createElement,b=t.userAgent.toLowerCase(),
13
+ c=t.platform.toLowerCase(),f=c?/win/.test(c):/win/.test(b),c=c?/mac/.test(c):/mac/.test(b),b=/webkit/.test(b)?parseFloat(b.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):!1,g=!+"\v1",e=[0,0,0],h=null;if("undefined"!=typeof t.plugins&&"object"==typeof t.plugins["Shockwave Flash"])!(h=t.plugins["Shockwave Flash"].description)||"undefined"!=typeof t.mimeTypes&&t.mimeTypes["application/x-shockwave-flash"]&&!t.mimeTypes["application/x-shockwave-flash"].enabledPlugin||(T=!0,g=!1,h=h.replace(/^.*\s+(\S+\s+\S+$)/,
14
+ "$1"),e[0]=parseInt(h.replace(/^(.*)\..*$/,"$1"),10),e[1]=parseInt(h.replace(/^.*\.(.*)\s.*$/,"$1"),10),e[2]=/[a-zA-Z]/.test(h)?parseInt(h.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0);else if("undefined"!=typeof n.ActiveXObject)try{var k=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");k&&(h=k.GetVariable("$version"))&&(g=!0,h=h.split(" ")[1].split(","),e=[parseInt(h[0],10),parseInt(h[1],10),parseInt(h[2],10)])}catch(l){}return{w3:a,pv:e,wk:b,ie:g,win:f,mac:c}}();(function(){e.w3&&(("undefined"!=typeof d.readyState&&
15
+ "complete"==d.readyState||"undefined"==typeof d.readyState&&(d.getElementsByTagName("body")[0]||d.body))&&w(),u||("undefined"!=typeof d.addEventListener&&d.addEventListener("DOMContentLoaded",w,!1),e.ie&&e.win&&(d.attachEvent("onreadystatechange",function(){"complete"==d.readyState&&(d.detachEvent("onreadystatechange",arguments.callee),w())}),n==top&&function(){if(!u){try{d.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,0);return}w()}}()),e.wk&&function(){u||(/loaded|complete/.test(d.readyState)?
16
+ w():setTimeout(arguments.callee,0))}(),N(w)))})();(function(){e.ie&&e.win&&window.attachEvent("onunload",function(){for(var a=x.length,b=0;b<a;b++)x[b][0].detachEvent(x[b][1],x[b][2]);a=D.length;for(b=0;b<a;b++)P(D[b]);for(var c in e)e[c]=null;e=null;for(var f in swfobject)swfobject[f]=null;swfobject=null})})();return{registerObject:function(a,b,c,f){if(e.w3&&a&&b){var d={};d.id=a;d.swfVersion=b;d.expressInstall=c;d.callbackFn=f;r[r.length]=d;v(a,!1)}else f&&f({success:!1,id:a})},getObjectById:function(a){if(e.w3)return H(a)},
17
+ embedSWF:function(a,b,c,d,g,q,h,k,l,n){var p={success:!1,id:b};e.w3&&!(e.wk&&312>e.wk)&&a&&b&&c&&d&&g?(v(b,!1),M(function(){c+="";d+="";var e={};if(l&&"object"===typeof l)for(var m in l)e[m]=l[m];e.data=a;e.width=c;e.height=d;m={};if(k&&"object"===typeof k)for(var r in k)m[r]=k[r];if(h&&"object"===typeof h)for(var t in h)m.flashvars="undefined"!=typeof m.flashvars?m.flashvars+("\x26"+t+"\x3d"+h[t]):t+"\x3d"+h[t];if(A(g))r=K(e,m,b),e.id==b&&v(b,!0),p.success=!0,p.ref=r;else{if(q&&F()){e.data=q;G(e,
18
+ m,b,n);return}v(b,!0)}n&&n(p)})):n&&n(p)},switchOffAutoHideShow:function(){R=!1},ua:e,getFlashPlayerVersion:function(){return{major:e.pv[0],minor:e.pv[1],release:e.pv[2]}},hasFlashPlayerVersion:A,createSWF:function(a,b,c){if(e.w3)return K(a,b,c)},showExpressInstall:function(a,b,c,d){e.w3&&F()&&G(a,b,c,d)},removeSWF:function(a){e.w3&&P(a)},createCSS:function(a,b,c,d){e.w3&&Q(a,b,c,d)},addDomLoadEvent:M,addLoadEvent:N,getQueryParamValue:function(a){var b=d.location.search||d.location.hash;if(b){/\?/.test(b)&&
19
+ (b=b.split("?")[1]);if(null==a)return S(b);for(var b=b.split("\x26"),c=0;c<b.length;c++)if(b[c].substring(0,b[c].indexOf("\x3d"))==a)return S(b[c].substring(b[c].indexOf("\x3d")+1))}return""},expressInstallCallback:function(){if(B){var a=p("SWFObjectExprInst");a&&y&&(a.parentNode.replaceChild(y,a),C&&(v(C,!0),e.ie&&e.win&&(y.style.display="block")),I&&I(O));B=!1}}}}();
@@ -1,16 +1,16 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.md or http://ckeditor.com/license
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>Output for Flash &mdash; CKEditor Sample</title>
10
10
  <script src="../../../ckeditor.js"></script>
11
- <script src="../../../samples/sample.js"></script>
11
+ <script src="../../../samples/old/sample.js"></script>
12
12
  <script src="assets/outputforflash/swfobject.js"></script>
13
- <link href="../../../samples/sample.css" rel="stylesheet">
13
+ <link href="../../../samples/old/sample.css" rel="stylesheet">
14
14
  <meta name="ckeditor-sample-required-plugins" content="sourcearea">
15
15
  <meta name="ckeditor-sample-name" content="Output for Flash">
16
16
  <meta name="ckeditor-sample-group" content="Advanced Samples">
@@ -30,8 +30,11 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
30
30
  </head>
31
31
  <body>
32
32
  <h1 class="samples">
33
- <a href="../../../samples/index.html">CKEditor Samples</a> &raquo; Producing Flash Compliant HTML Output
33
+ <a href="../../../samples/old/index.html">CKEditor Samples</a> &raquo; Producing Flash Compliant HTML Output
34
34
  </h1>
35
+ <div class="warning deprecated">
36
+ This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
37
+ </div>
35
38
  <div class="description">
36
39
  <p>
37
40
  This sample shows how to configure CKEditor to output
@@ -57,7 +60,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
57
60
  <table style="width: 100%; border-spacing: 0; border-collapse:collapse;">
58
61
  <tr>
59
62
  <td style="width: 100%">
60
- <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;&lt;b&gt;&lt;font size=&quot;18&quot; style=&quot;font-size:18px;&quot;&gt;Flash and HTML&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is possible to have &lt;a href=&quot;http://ckeditor.com&quot;&gt;CKEditor&lt;/a&gt; creating content that will be later loaded inside &lt;b&gt;Flash&lt;/b&gt; objects and animations.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Flash has a few limitations when dealing with HTML:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;It has limited support on tags.&lt;/li&gt;&lt;li&gt;There is no margin between block elements, like paragraphs.&lt;/li&gt;&lt;/ul&gt;</textarea>
63
+ <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;&lt;b&gt;&lt;font size=&quot;18&quot; style=&quot;font-size:18px;&quot;&gt;Flash and HTML&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is possible to have &lt;a href=&quot;https://ckeditor.com&quot;&gt;CKEditor&lt;/a&gt; creating content that will be later loaded inside &lt;b&gt;Flash&lt;/b&gt; objects and animations.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Flash has a few limitations when dealing with HTML:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;It has limited support on tags.&lt;/li&gt;&lt;li&gt;There is no margin between block elements, like paragraphs.&lt;/li&gt;&lt;/ul&gt;</textarea>
61
64
  <script>
62
65
 
63
66
  if ( document.location.protocol == 'file:' )
@@ -269,10 +272,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
269
272
  <div id="footer">
270
273
  <hr>
271
274
  <p>
272
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
275
+ CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
273
276
  </p>
274
277
  <p id="copy">
275
- Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
278
+ Copyright &copy; 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
276
279
  Knabben. All rights reserved.
277
280
  </p>
278
281
  </div>
@@ -1,15 +1,15 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.md or http://ckeditor.com/license
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>HTML Compliant Output &mdash; CKEditor Sample</title>
10
10
  <script src="../../../ckeditor.js"></script>
11
- <script src="../../../samples/sample.js"></script>
12
- <link href="../../../samples/sample.css" rel="stylesheet">
11
+ <script src="../../../samples/old/sample.js"></script>
12
+ <link href="../../../samples/old/sample.css" rel="stylesheet">
13
13
  <meta name="ckeditor-sample-required-plugins" content="sourcearea">
14
14
  <meta name="ckeditor-sample-name" content="Output HTML">
15
15
  <meta name="ckeditor-sample-group" content="Advanced Samples">
@@ -17,8 +17,11 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
17
17
  </head>
18
18
  <body>
19
19
  <h1 class="samples">
20
- <a href="../../../samples/index.html">CKEditor Samples</a> &raquo; Producing HTML Compliant Output
20
+ <a href="../../../samples/old/index.html">CKEditor Samples</a> &raquo; Producing HTML Compliant Output
21
21
  </h1>
22
+ <div class="warning deprecated">
23
+ This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
24
+ </div>
22
25
  <div class="description">
23
26
  <p>
24
27
  This sample shows how to configure CKEditor to output valid
@@ -53,7 +56,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
53
56
  <label for="editor1">
54
57
  Editor 1:
55
58
  </label>
56
- <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;b&gt;sample text&lt;/b&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
59
+ <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;b&gt;sample text&lt;/b&gt;. You are using &lt;a href="https://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
57
60
  <script>
58
61
 
59
62
  CKEDITOR.replace( 'editor1', {
@@ -77,7 +80,7 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
77
80
  * will also take care of transforming styles to attributes
78
81
  * (currently only for img - see transformation rules defined below).
79
82
  *
80
- * Read more: http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
83
+ * Read more: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_advanced_content_filter.html
81
84
  */
82
85
  allowedContent:
83
86
  'h1 h2 h3 p pre[align]; ' +
@@ -210,10 +213,10 @@ CKEDITOR.replace( '<em>textarea_id</em>', {
210
213
  <div id="footer">
211
214
  <hr>
212
215
  <p>
213
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
216
+ CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
214
217
  </p>
215
218
  <p id="copy">
216
- Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
219
+ Copyright &copy; 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
217
220
  Knabben. All rights reserved.
218
221
  </p>
219
222
  </div>
@@ -0,0 +1,131 @@
1
+ <!DOCTYPE html>
2
+ <!--
3
+ Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
4
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
5
+ -->
6
+ <html>
7
+ <head>
8
+ <meta charset="utf-8">
9
+ <title>CKEditor Samples</title>
10
+ <link rel="stylesheet" href="sample.css">
11
+ </head>
12
+ <body>
13
+ <h1 class="samples">
14
+ CKEditor Samples
15
+ </h1>
16
+ <div class="warning deprecated">
17
+ These samples are not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
18
+ </div>
19
+ <div class="twoColumns">
20
+ <div class="twoColumnsLeft">
21
+ <h2 class="samples">
22
+ Basic Samples
23
+ </h2>
24
+ <dl class="samples">
25
+ <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
26
+ <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
27
+
28
+ <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
29
+ <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
30
+
31
+ <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
32
+ <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
33
+ </dl>
34
+
35
+ <h2 class="samples">
36
+ Basic Customization
37
+ </h2>
38
+ <dl class="samples">
39
+ <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
40
+ <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
41
+
42
+ <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
43
+ <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
44
+ </dl>
45
+
46
+
47
+ <h2 class="samples">Plugins</h2>
48
+ <dl class="samples">
49
+ <dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt>
50
+ <dd>Using the Magicline plugin to access difficult focus spaces.</dd>
51
+
52
+ <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
53
+ <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
54
+ </dl>
55
+ </div>
56
+ <div class="twoColumnsRight">
57
+ <h2 class="samples">
58
+ Inline Editing
59
+ </h2>
60
+ <dl class="samples">
61
+ <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
62
+ <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
63
+
64
+ <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
65
+ <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
66
+
67
+ <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
68
+ <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
69
+
70
+
71
+ </dl>
72
+
73
+ <h2 class="samples">
74
+ Advanced Samples
75
+ </h2>
76
+ <dl class="samples">
77
+ <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
78
+ <dd>Data filtering and automatic features activation basing on configuration.</dd>
79
+
80
+ <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
81
+ <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
82
+
83
+ <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
84
+ <dd>Appending editor instances to existing DOM elements.</dd>
85
+
86
+ <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
87
+ <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
88
+
89
+ <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
90
+ <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
91
+
92
+ <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
93
+ <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
94
+
95
+ <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
96
+ <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
97
+
98
+ <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
99
+ <dd>Navigating among editor instances with tab key.</dd>
100
+
101
+
102
+
103
+ <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
104
+ <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
105
+
106
+ <dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
107
+ <dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
108
+
109
+ <dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt>
110
+ <dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd>
111
+
112
+ <dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
113
+ <dd>Configuring CKEditor to produce legacy HTML 4 code.</dd>
114
+
115
+ <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
116
+ <dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
117
+
118
+ </dl>
119
+ </div>
120
+ </div>
121
+ <div id="footer">
122
+ <hr>
123
+ <p>
124
+ CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
125
+ </p>
126
+ <p id="copy">
127
+ Copyright &copy; 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
128
+ </p>
129
+ </div>
130
+ </body>
131
+ </html>
@@ -1,13 +1,13 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.md or http://ckeditor.com/license
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>Massive inline editing &mdash; CKEditor Sample</title>
10
- <script src="../ckeditor.js"></script>
10
+ <script src="../../ckeditor.js"></script>
11
11
  <script>
12
12
 
13
13
  // This code is generally not necessary, but it is here to demonstrate
@@ -193,6 +193,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
193
193
  <body>
194
194
  <div>
195
195
  <h1 class="samples"><a href="index.html">CKEditor Samples</a> &raquo; Massive inline editing</h1>
196
+ <div class="warning deprecated">
197
+ This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>.
198
+ </div>
196
199
  <div class="description">
197
200
  <p>This sample page demonstrates the inline editing feature - CKEditor instances will be created automatically from page elements with <strong>contentEditable</strong> attribute set to value <strong>true</strong>:</p>
198
201
  <pre class="samples">&lt;div <strong>contenteditable="true</strong>" &gt; ... &lt;/div&gt;</pre>
@@ -232,7 +235,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
232
235
  </strong>
233
236
  </p>
234
237
  <p>
235
- Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum <a href="http://ckeditor.com/">nisl nulla sem in</a> metus. Maecenas wisi. Donec nec erat volutpat.
238
+ Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum <a href="https://ckeditor.com/">nisl nulla sem in</a> metus. Maecenas wisi. Donec nec erat volutpat.
236
239
  </p>
237
240
  <blockquote>
238
241
  <p>
@@ -256,7 +259,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
256
259
  </h3>
257
260
  <p>
258
261
  <strong>Aenean nonummy a, mattis varius. Cras aliquet.</strong>
259
- Praesent <a href="http://ckeditor.com/">magna non mattis ac, rhoncus nunc</a>, rhoncus eget, cursus pulvinar mollis.</p>
262
+ Praesent <a href="https://ckeditor.com/">magna non mattis ac, rhoncus nunc</a>, rhoncus eget, cursus pulvinar mollis.</p>
260
263
  <p>Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.</p>
261
264
  <p>Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.</p>
262
265
  </div>
@@ -265,7 +268,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
265
268
  Praesent wisi accumsan sit amet nibh
266
269
  </h3>
267
270
  <p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p>
268
- <p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="http://ckeditor.com/">gravida, erat vitae augue</a>. Fusce urna fringilla gravida.</p>
271
+ <p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="https://ckeditor.com/">gravida, erat vitae augue</a>. Fusce urna fringilla gravida.</p>
269
272
  <p>In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.</p>
270
273
  </div>
271
274
  </div>
@@ -283,7 +286,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
283
286
  <li>Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi.</li>
284
287
  <li>Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</li>
285
288
  </ul>
286
- <p>Quisque justo neque, mattis sed, <a href="http://ckeditor.com/">fermentum ultrices posuere cubilia</a> Curae, Vestibulum elit metus, quis placerat ut, lectus.</p>
289
+ <p>Quisque justo neque, mattis sed, <a href="https://ckeditor.com/">fermentum ultrices posuere cubilia</a> Curae, Vestibulum elit metus, quis placerat ut, lectus.</p>
287
290
  <p>Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis.</p>
288
291
  <p>Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi. Sed in nonummy faucibus turpis. Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</p>
289
292
  </div>
@@ -299,11 +302,11 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
299
302
  <div id="footer">
300
303
  <hr>
301
304
  <p>
302
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">
303
- http://ckeditor.com</a>
305
+ CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">
306
+ https://ckeditor.com</a>
304
307
  </p>
305
308
  <p id="copy">
306
- Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a>
309
+ Copyright &copy; 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a>
307
310
  - Frederico Knabben. All rights reserved.
308
311
  </p>
309
312
  </div>
@@ -1,13 +1,13 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.md or http://ckeditor.com/license
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>Inline Editing by Code &mdash; CKEditor Sample</title>
10
- <script src="../ckeditor.js"></script>
10
+ <script src="../../ckeditor.js"></script>
11
11
  <link href="sample.css" rel="stylesheet">
12
12
  <style>
13
13
 
@@ -23,6 +23,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
23
23
  <h1 class="samples">
24
24
  <a href="index.html">CKEditor Samples</a> &raquo; Inline Editing by Code
25
25
  </h1>
26
+ <div class="warning deprecated">
27
+ This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>.
28
+ </div>
26
29
  <div class="description">
27
30
  <p>
28
31
  This sample shows how to create an inline editor instance of CKEditor. It is created
@@ -109,11 +112,11 @@ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
109
112
  <div id="footer">
110
113
  <hr>
111
114
  <p contenteditable="true">
112
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">
113
- http://ckeditor.com</a>
115
+ CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">
116
+ https://ckeditor.com</a>
114
117
  </p>
115
118
  <p id="copy">
116
- Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a>
119
+ Copyright &copy; 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a>
117
120
  - Frederico Knabben. All rights reserved.
118
121
  </p>
119
122
  </div>
@@ -1,13 +1,13 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.md or http://ckeditor.com/license
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 with Inline Editor &mdash; CKEditor Sample</title>
10
- <script src="../ckeditor.js"></script>
10
+ <script src="../../ckeditor.js"></script>
11
11
  <link href="sample.css" rel="stylesheet">
12
12
  <style>
13
13
 
@@ -28,6 +28,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
28
28
  <h1 class="samples">
29
29
  <a href="index.html">CKEditor Samples</a> &raquo; Replace Textarea with Inline Editor
30
30
  </h1>
31
+ <div class="warning deprecated">
32
+ This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>.
33
+ </div>
31
34
  <div class="description">
32
35
  <p>
33
36
  You can also create an inline editor from a <code>textarea</code>
@@ -97,12 +100,12 @@ var editor = CKEDITOR.inline( 'article-body' );
97
100
  </script>
98
101
  <div id="footer">
99
102
  <hr>
100
- <p contenteditable="true">
101
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">
102
- http://ckeditor.com</a>
103
+ <p>
104
+ CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">
105
+ https://ckeditor.com</a>
103
106
  </p>
104
107
  <p id="copy">
105
- Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a>
108
+ Copyright &copy; 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a>
106
109
  - Frederico Knabben. All rights reserved.
107
110
  </p>
108
111
  </div>
@@ -1,15 +1,15 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.md or http://ckeditor.com/license
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>jQuery Adapter &mdash; CKEditor Sample</title>
10
10
  <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
11
- <script src="../ckeditor.js"></script>
12
- <script src="../adapters/jquery.js"></script>
11
+ <script src="../../ckeditor.js"></script>
12
+ <script src="../../adapters/jquery.js"></script>
13
13
  <link href="sample.css" rel="stylesheet">
14
14
  <style>
15
15
 
@@ -39,16 +39,19 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
39
39
  <h1 class="samples">
40
40
  <a href="index.html" id="a-test">CKEditor Samples</a> &raquo; Create Editors with jQuery
41
41
  </h1>
42
+ <div class="warning deprecated">
43
+ This sample is not maintained anymore. Check out the <a href="https://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
44
+ </div>
42
45
  <form action="sample_posteddata.php" method="post">
43
46
  <div class="description">
44
47
  <p>
45
- This sample shows how to use the <a href="http://docs.ckeditor.com/#!/guide/dev_jquery">jQuery adapter</a>.
48
+ This sample shows how to use the <a href="https://ckeditor.com/docs/ckeditor4/latest/guide/dev_jquery.html">jQuery adapter</a>.
46
49
  Note that you have to include both CKEditor and jQuery scripts before including the adapter.
47
50
  </p>
48
51
 
49
52
  <pre class="samples">
50
53
  &lt;script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"&gt;&lt;/script&gt;
51
- &lt;script src="/ckeditor/ckeditor.js"&gt;&lt;/script&gt;
54
+ &lt;script src="/ckedit../../ckeditor.js"&gt;&lt;/script&gt;
52
55
  &lt;script src="/ckeditor/adapters/jquery.js"&gt;&lt;/script&gt;
53
56
  </pre>
54
57
 
@@ -89,10 +92,10 @@ $( document ).ready( function() {
89
92
  <div id="footer">
90
93
  <hr>
91
94
  <p>
92
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
95
+ CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
93
96
  </p>
94
97
  <p id="copy">
95
- Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
98
+ Copyright &copy; 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico
96
99
  Knabben. All rights reserved.
97
100
  </p>
98
101
  </div>