neditor_rails 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (902) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +15 -0
  3. data/MIT-LICENSE +20 -0
  4. data/README.md +110 -0
  5. data/Rakefile +27 -0
  6. data/app/assets/javascripts/neditor.js +16 -0
  7. data/app/assets/javascripts/neditor/preinit.js.erb +3 -0
  8. data/app/helpers/neditor_rails/application_helper.rb +4 -0
  9. data/bin/rails +8 -0
  10. data/bin/test +5 -0
  11. data/lib/generators/neditor_rails/install/install_generator.rb +21 -0
  12. data/lib/generators/neditor_rails/install/templates/neditor_custom_config.js +31 -0
  13. data/lib/neditor_rails.rb +6 -0
  14. data/lib/neditor_rails/asset_installer.rb +64 -0
  15. data/lib/neditor_rails/asset_manifest.rb +120 -0
  16. data/lib/neditor_rails/engine.rb +5 -0
  17. data/lib/neditor_rails/railtie.rb +4 -0
  18. data/lib/neditor_rails/version.rb +3 -0
  19. data/lib/tasks/neditor_rails_tasks.rake +16 -0
  20. data/vendor/assets/javascripts/neditor/README.md +168 -0
  21. data/vendor/assets/javascripts/neditor/dialogs/anchor/anchor.html +40 -0
  22. data/vendor/assets/javascripts/neditor/dialogs/attachment/attachment.css +682 -0
  23. data/vendor/assets/javascripts/neditor/dialogs/attachment/attachment.html +60 -0
  24. data/vendor/assets/javascripts/neditor/dialogs/attachment/attachment.js +775 -0
  25. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_chm.gif +0 -0
  26. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_default.png +0 -0
  27. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_doc.gif +0 -0
  28. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_exe.gif +0 -0
  29. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_jpg.gif +0 -0
  30. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_mp3.gif +0 -0
  31. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_mv.gif +0 -0
  32. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_pdf.gif +0 -0
  33. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_ppt.gif +0 -0
  34. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_psd.gif +0 -0
  35. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_rar.gif +0 -0
  36. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_txt.gif +0 -0
  37. data/vendor/assets/javascripts/neditor/dialogs/attachment/fileTypeImages/icon_xls.gif +0 -0
  38. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/alignicon.gif +0 -0
  39. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/alignicon.png +0 -0
  40. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/bg.png +0 -0
  41. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/file-icons.gif +0 -0
  42. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/file-icons.png +0 -0
  43. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/icons.gif +0 -0
  44. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/icons.png +0 -0
  45. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/image.png +0 -0
  46. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/progress.png +0 -0
  47. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/success.gif +0 -0
  48. data/vendor/assets/javascripts/neditor/dialogs/attachment/images/success.png +0 -0
  49. data/vendor/assets/javascripts/neditor/dialogs/background/background.css +97 -0
  50. data/vendor/assets/javascripts/neditor/dialogs/background/background.html +56 -0
  51. data/vendor/assets/javascripts/neditor/dialogs/background/background.js +376 -0
  52. data/vendor/assets/javascripts/neditor/dialogs/background/images/bg.png +0 -0
  53. data/vendor/assets/javascripts/neditor/dialogs/background/images/success.png +0 -0
  54. data/vendor/assets/javascripts/neditor/dialogs/charts/chart.config.js +65 -0
  55. data/vendor/assets/javascripts/neditor/dialogs/charts/charts.css +165 -0
  56. data/vendor/assets/javascripts/neditor/dialogs/charts/charts.html +89 -0
  57. data/vendor/assets/javascripts/neditor/dialogs/charts/charts.js +519 -0
  58. data/vendor/assets/javascripts/neditor/dialogs/charts/images/charts0.png +0 -0
  59. data/vendor/assets/javascripts/neditor/dialogs/charts/images/charts1.png +0 -0
  60. data/vendor/assets/javascripts/neditor/dialogs/charts/images/charts2.png +0 -0
  61. data/vendor/assets/javascripts/neditor/dialogs/charts/images/charts3.png +0 -0
  62. data/vendor/assets/javascripts/neditor/dialogs/charts/images/charts4.png +0 -0
  63. data/vendor/assets/javascripts/neditor/dialogs/charts/images/charts5.png +0 -0
  64. data/vendor/assets/javascripts/neditor/dialogs/emotion/emotion.css +43 -0
  65. data/vendor/assets/javascripts/neditor/dialogs/emotion/emotion.html +54 -0
  66. data/vendor/assets/javascripts/neditor/dialogs/emotion/emotion.js +186 -0
  67. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/0.gif +0 -0
  68. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/bface.gif +0 -0
  69. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/cface.gif +0 -0
  70. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/fface.gif +0 -0
  71. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/jxface2.gif +0 -0
  72. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/neweditor-tab-bg.png +0 -0
  73. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/tface.gif +0 -0
  74. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/wface.gif +0 -0
  75. data/vendor/assets/javascripts/neditor/dialogs/emotion/images/yface.gif +0 -0
  76. data/vendor/assets/javascripts/neditor/dialogs/fonts/buttoniconex.css +272 -0
  77. data/vendor/assets/javascripts/neditor/dialogs/fonts/iconfont.eot +0 -0
  78. data/vendor/assets/javascripts/neditor/dialogs/fonts/iconfont.svg +398 -0
  79. data/vendor/assets/javascripts/neditor/dialogs/fonts/iconfont.ttf +0 -0
  80. data/vendor/assets/javascripts/neditor/dialogs/fonts/iconfont.woff +0 -0
  81. data/vendor/assets/javascripts/neditor/dialogs/fonts/images/addfile.svg +1 -0
  82. data/vendor/assets/javascripts/neditor/dialogs/fonts/images/selected.svg +1 -0
  83. data/vendor/assets/javascripts/neditor/dialogs/gmap/gmap.html +106 -0
  84. data/vendor/assets/javascripts/neditor/dialogs/help/help.css +7 -0
  85. data/vendor/assets/javascripts/neditor/dialogs/help/help.html +82 -0
  86. data/vendor/assets/javascripts/neditor/dialogs/help/help.js +56 -0
  87. data/vendor/assets/javascripts/neditor/dialogs/image/image.css +936 -0
  88. data/vendor/assets/javascripts/neditor/dialogs/image/image.html +127 -0
  89. data/vendor/assets/javascripts/neditor/dialogs/image/image.js +1131 -0
  90. data/vendor/assets/javascripts/neditor/dialogs/image/images/alignicon.jpg +0 -0
  91. data/vendor/assets/javascripts/neditor/dialogs/image/images/bg.png +0 -0
  92. data/vendor/assets/javascripts/neditor/dialogs/image/images/icons.gif +0 -0
  93. data/vendor/assets/javascripts/neditor/dialogs/image/images/icons.png +0 -0
  94. data/vendor/assets/javascripts/neditor/dialogs/image/images/image.png +0 -0
  95. data/vendor/assets/javascripts/neditor/dialogs/image/images/progress.png +0 -0
  96. data/vendor/assets/javascripts/neditor/dialogs/image/images/success.gif +0 -0
  97. data/vendor/assets/javascripts/neditor/dialogs/image/images/success.png +0 -0
  98. data/vendor/assets/javascripts/neditor/dialogs/insertframe/insertframe.html +115 -0
  99. data/vendor/assets/javascripts/neditor/dialogs/internal.js +81 -0
  100. data/vendor/assets/javascripts/neditor/dialogs/link/link.html +135 -0
  101. data/vendor/assets/javascripts/neditor/dialogs/map/map.html +159 -0
  102. data/vendor/assets/javascripts/neditor/dialogs/map/show.html +118 -0
  103. data/vendor/assets/javascripts/neditor/dialogs/music/balls.svg +21 -0
  104. data/vendor/assets/javascripts/neditor/dialogs/music/music.css +90 -0
  105. data/vendor/assets/javascripts/neditor/dialogs/music/music.html +32 -0
  106. data/vendor/assets/javascripts/neditor/dialogs/music/music.js +192 -0
  107. data/vendor/assets/javascripts/neditor/dialogs/preview/preview.html +40 -0
  108. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/addimg.png +0 -0
  109. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/brush.png +0 -0
  110. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/delimg.png +0 -0
  111. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/delimgH.png +0 -0
  112. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/empty.png +0 -0
  113. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/emptyH.png +0 -0
  114. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/eraser.png +0 -0
  115. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/redo.png +0 -0
  116. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/redoH.png +0 -0
  117. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/scale.png +0 -0
  118. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/scaleH.png +0 -0
  119. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/size.png +0 -0
  120. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/undo.png +0 -0
  121. data/vendor/assets/javascripts/neditor/dialogs/scrawl/images/undoH.png +0 -0
  122. data/vendor/assets/javascripts/neditor/dialogs/scrawl/scrawl.css +372 -0
  123. data/vendor/assets/javascripts/neditor/dialogs/scrawl/scrawl.html +100 -0
  124. data/vendor/assets/javascripts/neditor/dialogs/scrawl/scrawl.js +683 -0
  125. data/vendor/assets/javascripts/neditor/dialogs/searchreplace/searchreplace.html +127 -0
  126. data/vendor/assets/javascripts/neditor/dialogs/searchreplace/searchreplace.js +170 -0
  127. data/vendor/assets/javascripts/neditor/dialogs/snapscreen/snapscreen.html +60 -0
  128. data/vendor/assets/javascripts/neditor/dialogs/spechars/spechars.html +21 -0
  129. data/vendor/assets/javascripts/neditor/dialogs/spechars/spechars.js +57 -0
  130. data/vendor/assets/javascripts/neditor/dialogs/table/dragicon.png +0 -0
  131. data/vendor/assets/javascripts/neditor/dialogs/table/edittable.css +84 -0
  132. data/vendor/assets/javascripts/neditor/dialogs/table/edittable.html +64 -0
  133. data/vendor/assets/javascripts/neditor/dialogs/table/edittable.js +237 -0
  134. data/vendor/assets/javascripts/neditor/dialogs/table/edittd.html +61 -0
  135. data/vendor/assets/javascripts/neditor/dialogs/table/edittip.html +33 -0
  136. data/vendor/assets/javascripts/neditor/dialogs/template/config.js +42 -0
  137. data/vendor/assets/javascripts/neditor/dialogs/template/images/bg.gif +0 -0
  138. data/vendor/assets/javascripts/neditor/dialogs/template/images/pre0.png +0 -0
  139. data/vendor/assets/javascripts/neditor/dialogs/template/images/pre1.png +0 -0
  140. data/vendor/assets/javascripts/neditor/dialogs/template/images/pre2.png +0 -0
  141. data/vendor/assets/javascripts/neditor/dialogs/template/images/pre3.png +0 -0
  142. data/vendor/assets/javascripts/neditor/dialogs/template/images/pre4.png +0 -0
  143. data/vendor/assets/javascripts/neditor/dialogs/template/template.css +18 -0
  144. data/vendor/assets/javascripts/neditor/dialogs/template/template.html +26 -0
  145. data/vendor/assets/javascripts/neditor/dialogs/template/template.js +53 -0
  146. data/vendor/assets/javascripts/neditor/dialogs/video/images/bg.png +0 -0
  147. data/vendor/assets/javascripts/neditor/dialogs/video/images/center_focus.jpg +0 -0
  148. data/vendor/assets/javascripts/neditor/dialogs/video/images/file-icons.gif +0 -0
  149. data/vendor/assets/javascripts/neditor/dialogs/video/images/file-icons.png +0 -0
  150. data/vendor/assets/javascripts/neditor/dialogs/video/images/icons.gif +0 -0
  151. data/vendor/assets/javascripts/neditor/dialogs/video/images/icons.png +0 -0
  152. data/vendor/assets/javascripts/neditor/dialogs/video/images/image.png +0 -0
  153. data/vendor/assets/javascripts/neditor/dialogs/video/images/left_focus.jpg +0 -0
  154. data/vendor/assets/javascripts/neditor/dialogs/video/images/none_focus.jpg +0 -0
  155. data/vendor/assets/javascripts/neditor/dialogs/video/images/progress.png +0 -0
  156. data/vendor/assets/javascripts/neditor/dialogs/video/images/right_focus.jpg +0 -0
  157. data/vendor/assets/javascripts/neditor/dialogs/video/images/success.gif +0 -0
  158. data/vendor/assets/javascripts/neditor/dialogs/video/images/success.png +0 -0
  159. data/vendor/assets/javascripts/neditor/dialogs/video/video.css +644 -0
  160. data/vendor/assets/javascripts/neditor/dialogs/video/video.html +85 -0
  161. data/vendor/assets/javascripts/neditor/dialogs/video/video.js +841 -0
  162. data/vendor/assets/javascripts/neditor/dialogs/webapp/webapp.html +53 -0
  163. data/vendor/assets/javascripts/neditor/dialogs/wordimage/fClipboard_ueditor.swf +0 -0
  164. data/vendor/assets/javascripts/neditor/dialogs/wordimage/imageUploader.swf +0 -0
  165. data/vendor/assets/javascripts/neditor/dialogs/wordimage/tangram.js +1495 -0
  166. data/vendor/assets/javascripts/neditor/dialogs/wordimage/wordimage.html +111 -0
  167. data/vendor/assets/javascripts/neditor/dialogs/wordimage/wordimage.js +157 -0
  168. data/vendor/assets/javascripts/neditor/i18n/en/en.js +684 -0
  169. data/vendor/assets/javascripts/neditor/i18n/en/images/addimage.png +0 -0
  170. data/vendor/assets/javascripts/neditor/i18n/en/images/alldeletebtnhoverskin.png +0 -0
  171. data/vendor/assets/javascripts/neditor/i18n/en/images/alldeletebtnupskin.png +0 -0
  172. data/vendor/assets/javascripts/neditor/i18n/en/images/background.png +0 -0
  173. data/vendor/assets/javascripts/neditor/i18n/en/images/button.png +0 -0
  174. data/vendor/assets/javascripts/neditor/i18n/en/images/copy.png +0 -0
  175. data/vendor/assets/javascripts/neditor/i18n/en/images/deletedisable.png +0 -0
  176. data/vendor/assets/javascripts/neditor/i18n/en/images/deleteenable.png +0 -0
  177. data/vendor/assets/javascripts/neditor/i18n/en/images/listbackground.png +0 -0
  178. data/vendor/assets/javascripts/neditor/i18n/en/images/localimage.png +0 -0
  179. data/vendor/assets/javascripts/neditor/i18n/en/images/music.png +0 -0
  180. data/vendor/assets/javascripts/neditor/i18n/en/images/rotateleftdisable.png +0 -0
  181. data/vendor/assets/javascripts/neditor/i18n/en/images/rotateleftenable.png +0 -0
  182. data/vendor/assets/javascripts/neditor/i18n/en/images/rotaterightdisable.png +0 -0
  183. data/vendor/assets/javascripts/neditor/i18n/en/images/rotaterightenable.png +0 -0
  184. data/vendor/assets/javascripts/neditor/i18n/en/images/upload.png +0 -0
  185. data/vendor/assets/javascripts/neditor/i18n/ja-jp/images/copy.png +0 -0
  186. data/vendor/assets/javascripts/neditor/i18n/ja-jp/images/localimage.png +0 -0
  187. data/vendor/assets/javascripts/neditor/i18n/ja-jp/images/music.png +0 -0
  188. data/vendor/assets/javascripts/neditor/i18n/ja-jp/images/upload.png +0 -0
  189. data/vendor/assets/javascripts/neditor/i18n/ja-jp/ja-jp.js +665 -0
  190. data/vendor/assets/javascripts/neditor/i18n/zh-cn/images/copy.png +0 -0
  191. data/vendor/assets/javascripts/neditor/i18n/zh-cn/images/localimage.png +0 -0
  192. data/vendor/assets/javascripts/neditor/i18n/zh-cn/images/music.png +0 -0
  193. data/vendor/assets/javascripts/neditor/i18n/zh-cn/images/upload.png +0 -0
  194. data/vendor/assets/javascripts/neditor/i18n/zh-cn/zh-cn.js +669 -0
  195. data/vendor/assets/javascripts/neditor/index.html +179 -0
  196. data/vendor/assets/javascripts/neditor/neditor.all.js +33076 -0
  197. data/vendor/assets/javascripts/neditor/neditor.all.min.js +18 -0
  198. data/vendor/assets/javascripts/neditor/neditor.config.js +601 -0
  199. data/vendor/assets/javascripts/neditor/neditor.parse.js +1230 -0
  200. data/vendor/assets/javascripts/neditor/neditor.parse.min.js +5 -0
  201. data/vendor/assets/javascripts/neditor/neditor.service.js +234 -0
  202. data/vendor/assets/javascripts/neditor/package.json +44 -0
  203. data/vendor/assets/javascripts/neditor/themes/iframe.css +5 -0
  204. data/vendor/assets/javascripts/neditor/themes/notadd/css/neditor.css +2356 -0
  205. data/vendor/assets/javascripts/neditor/themes/notadd/css/neditor.min.css +8 -0
  206. data/vendor/assets/javascripts/neditor/themes/notadd/dialogbase.css +104 -0
  207. data/vendor/assets/javascripts/neditor/themes/notadd/fonts/iconfont.eot +0 -0
  208. data/vendor/assets/javascripts/neditor/themes/notadd/fonts/iconfont.js +1 -0
  209. data/vendor/assets/javascripts/neditor/themes/notadd/fonts/iconfont.svg +398 -0
  210. data/vendor/assets/javascripts/neditor/themes/notadd/fonts/iconfont.ttf +0 -0
  211. data/vendor/assets/javascripts/neditor/themes/notadd/fonts/iconfont.woff +0 -0
  212. data/vendor/assets/javascripts/neditor/themes/notadd/images/anchor.gif +0 -0
  213. data/vendor/assets/javascripts/neditor/themes/notadd/images/arrow.png +0 -0
  214. data/vendor/assets/javascripts/neditor/themes/notadd/images/arrow_down.png +0 -0
  215. data/vendor/assets/javascripts/neditor/themes/notadd/images/arrow_up.png +0 -0
  216. data/vendor/assets/javascripts/neditor/themes/notadd/images/button-bg.gif +0 -0
  217. data/vendor/assets/javascripts/neditor/themes/notadd/images/cancelbutton.gif +0 -0
  218. data/vendor/assets/javascripts/neditor/themes/notadd/images/charts.png +0 -0
  219. data/vendor/assets/javascripts/neditor/themes/notadd/images/cursor_h.gif +0 -0
  220. data/vendor/assets/javascripts/neditor/themes/notadd/images/cursor_h.png +0 -0
  221. data/vendor/assets/javascripts/neditor/themes/notadd/images/cursor_v.gif +0 -0
  222. data/vendor/assets/javascripts/neditor/themes/notadd/images/cursor_v.png +0 -0
  223. data/vendor/assets/javascripts/neditor/themes/notadd/images/dialog-title-bg.png +0 -0
  224. data/vendor/assets/javascripts/neditor/themes/notadd/images/filescan.png +0 -0
  225. data/vendor/assets/javascripts/neditor/themes/notadd/images/highlighted.gif +0 -0
  226. data/vendor/assets/javascripts/neditor/themes/notadd/images/icons-all.gif +0 -0
  227. data/vendor/assets/javascripts/neditor/themes/notadd/images/icons.gif +0 -0
  228. data/vendor/assets/javascripts/neditor/themes/notadd/images/icons.png +0 -0
  229. data/vendor/assets/javascripts/neditor/themes/notadd/images/loaderror.png +0 -0
  230. data/vendor/assets/javascripts/neditor/themes/notadd/images/loading.gif +0 -0
  231. data/vendor/assets/javascripts/neditor/themes/notadd/images/lock.gif +0 -0
  232. data/vendor/assets/javascripts/neditor/themes/notadd/images/neweditor-tab-bg.png +0 -0
  233. data/vendor/assets/javascripts/neditor/themes/notadd/images/pagebreak.gif +0 -0
  234. data/vendor/assets/javascripts/neditor/themes/notadd/images/scale.png +0 -0
  235. data/vendor/assets/javascripts/neditor/themes/notadd/images/sortable.png +0 -0
  236. data/vendor/assets/javascripts/neditor/themes/notadd/images/spacer.gif +0 -0
  237. data/vendor/assets/javascripts/neditor/themes/notadd/images/sparator_v.png +0 -0
  238. data/vendor/assets/javascripts/neditor/themes/notadd/images/table-cell-align.png +0 -0
  239. data/vendor/assets/javascripts/neditor/themes/notadd/images/tangram-colorpicker.png +0 -0
  240. data/vendor/assets/javascripts/neditor/themes/notadd/images/toolbar_bg.png +0 -0
  241. data/vendor/assets/javascripts/neditor/themes/notadd/images/unhighlighted.gif +0 -0
  242. data/vendor/assets/javascripts/neditor/themes/notadd/images/upload.png +0 -0
  243. data/vendor/assets/javascripts/neditor/themes/notadd/images/videologo.gif +0 -0
  244. data/vendor/assets/javascripts/neditor/themes/notadd/images/word.gif +0 -0
  245. data/vendor/assets/javascripts/neditor/themes/notadd/images/wordpaste.png +0 -0
  246. data/vendor/assets/javascripts/neditor/themes/ueditor-list/dash.gif +0 -0
  247. data/vendor/assets/javascripts/neditor/themes/ueditor-list/dot.gif +0 -0
  248. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-1.gif +0 -0
  249. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-10.gif +0 -0
  250. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-11.gif +0 -0
  251. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-12.gif +0 -0
  252. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-13.gif +0 -0
  253. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-14.gif +0 -0
  254. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-15.gif +0 -0
  255. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-16.gif +0 -0
  256. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-17.gif +0 -0
  257. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-18.gif +0 -0
  258. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-19.gif +0 -0
  259. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-2.gif +0 -0
  260. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-20.gif +0 -0
  261. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-21.gif +0 -0
  262. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-22.gif +0 -0
  263. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-23.gif +0 -0
  264. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-24.gif +0 -0
  265. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-25.gif +0 -0
  266. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-26.gif +0 -0
  267. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-27.gif +0 -0
  268. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-28.gif +0 -0
  269. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-29.gif +0 -0
  270. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-3.gif +0 -0
  271. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-30.gif +0 -0
  272. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-31.gif +0 -0
  273. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-32.gif +0 -0
  274. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-33.gif +0 -0
  275. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-34.gif +0 -0
  276. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-35.gif +0 -0
  277. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-36.gif +0 -0
  278. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-37.gif +0 -0
  279. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-38.gif +0 -0
  280. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-39.gif +0 -0
  281. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-4.gif +0 -0
  282. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-40.gif +0 -0
  283. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-41.gif +0 -0
  284. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-42.gif +0 -0
  285. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-43.gif +0 -0
  286. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-44.gif +0 -0
  287. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-45.gif +0 -0
  288. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-46.gif +0 -0
  289. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-47.gif +0 -0
  290. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-48.gif +0 -0
  291. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-49.gif +0 -0
  292. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-5.gif +0 -0
  293. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-50.gif +0 -0
  294. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-51.gif +0 -0
  295. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-52.gif +0 -0
  296. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-53.gif +0 -0
  297. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-54.gif +0 -0
  298. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-55.gif +0 -0
  299. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-56.gif +0 -0
  300. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-57.gif +0 -0
  301. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-58.gif +0 -0
  302. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-59.gif +0 -0
  303. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-6.gif +0 -0
  304. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-60.gif +0 -0
  305. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-61.gif +0 -0
  306. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-62.gif +0 -0
  307. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-63.gif +0 -0
  308. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-64.gif +0 -0
  309. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-65.gif +0 -0
  310. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-66.gif +0 -0
  311. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-67.gif +0 -0
  312. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-68.gif +0 -0
  313. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-69.gif +0 -0
  314. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-7.gif +0 -0
  315. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-70.gif +0 -0
  316. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-71.gif +0 -0
  317. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-72.gif +0 -0
  318. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-73.gif +0 -0
  319. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-74.gif +0 -0
  320. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-75.gif +0 -0
  321. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-76.gif +0 -0
  322. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-77.gif +0 -0
  323. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-78.gif +0 -0
  324. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-79.gif +0 -0
  325. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-8.gif +0 -0
  326. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-80.gif +0 -0
  327. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-81.gif +0 -0
  328. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-82.gif +0 -0
  329. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-83.gif +0 -0
  330. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-84.gif +0 -0
  331. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-85.gif +0 -0
  332. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-86.gif +0 -0
  333. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-87.gif +0 -0
  334. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-88.gif +0 -0
  335. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-89.gif +0 -0
  336. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-9.gif +0 -0
  337. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-90.gif +0 -0
  338. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-91.gif +0 -0
  339. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-92.gif +0 -0
  340. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-93.gif +0 -0
  341. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-94.gif +0 -0
  342. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-95.gif +0 -0
  343. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-96.gif +0 -0
  344. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-97.gif +0 -0
  345. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-1-98.gif +0 -0
  346. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-1.gif +0 -0
  347. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-10.gif +0 -0
  348. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-11.gif +0 -0
  349. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-12.gif +0 -0
  350. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-13.gif +0 -0
  351. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-14.gif +0 -0
  352. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-15.gif +0 -0
  353. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-16.gif +0 -0
  354. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-17.gif +0 -0
  355. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-18.gif +0 -0
  356. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-19.gif +0 -0
  357. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-2.gif +0 -0
  358. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-20.gif +0 -0
  359. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-21.gif +0 -0
  360. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-22.gif +0 -0
  361. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-23.gif +0 -0
  362. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-24.gif +0 -0
  363. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-25.gif +0 -0
  364. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-26.gif +0 -0
  365. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-27.gif +0 -0
  366. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-28.gif +0 -0
  367. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-29.gif +0 -0
  368. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-3.gif +0 -0
  369. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-30.gif +0 -0
  370. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-31.gif +0 -0
  371. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-32.gif +0 -0
  372. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-33.gif +0 -0
  373. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-34.gif +0 -0
  374. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-35.gif +0 -0
  375. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-36.gif +0 -0
  376. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-37.gif +0 -0
  377. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-38.gif +0 -0
  378. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-39.gif +0 -0
  379. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-4.gif +0 -0
  380. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-40.gif +0 -0
  381. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-41.gif +0 -0
  382. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-42.gif +0 -0
  383. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-43.gif +0 -0
  384. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-44.gif +0 -0
  385. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-45.gif +0 -0
  386. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-46.gif +0 -0
  387. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-47.gif +0 -0
  388. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-48.gif +0 -0
  389. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-49.gif +0 -0
  390. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-5.gif +0 -0
  391. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-50.gif +0 -0
  392. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-51.gif +0 -0
  393. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-52.gif +0 -0
  394. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-53.gif +0 -0
  395. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-54.gif +0 -0
  396. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-55.gif +0 -0
  397. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-56.gif +0 -0
  398. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-57.gif +0 -0
  399. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-58.gif +0 -0
  400. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-59.gif +0 -0
  401. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-6.gif +0 -0
  402. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-60.gif +0 -0
  403. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-61.gif +0 -0
  404. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-62.gif +0 -0
  405. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-63.gif +0 -0
  406. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-64.gif +0 -0
  407. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-65.gif +0 -0
  408. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-66.gif +0 -0
  409. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-67.gif +0 -0
  410. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-68.gif +0 -0
  411. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-69.gif +0 -0
  412. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-7.gif +0 -0
  413. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-70.gif +0 -0
  414. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-71.gif +0 -0
  415. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-72.gif +0 -0
  416. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-73.gif +0 -0
  417. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-74.gif +0 -0
  418. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-75.gif +0 -0
  419. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-76.gif +0 -0
  420. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-77.gif +0 -0
  421. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-78.gif +0 -0
  422. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-79.gif +0 -0
  423. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-8.gif +0 -0
  424. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-80.gif +0 -0
  425. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-81.gif +0 -0
  426. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-82.gif +0 -0
  427. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-83.gif +0 -0
  428. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-84.gif +0 -0
  429. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-85.gif +0 -0
  430. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-86.gif +0 -0
  431. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-87.gif +0 -0
  432. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-88.gif +0 -0
  433. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-89.gif +0 -0
  434. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-9.gif +0 -0
  435. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-90.gif +0 -0
  436. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-91.gif +0 -0
  437. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-92.gif +0 -0
  438. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-93.gif +0 -0
  439. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-94.gif +0 -0
  440. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-95.gif +0 -0
  441. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-96.gif +0 -0
  442. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-97.gif +0 -0
  443. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-2-98.gif +0 -0
  444. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-1.gif +0 -0
  445. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-10.gif +0 -0
  446. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-11.gif +0 -0
  447. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-12.gif +0 -0
  448. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-13.gif +0 -0
  449. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-14.gif +0 -0
  450. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-15.gif +0 -0
  451. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-16.gif +0 -0
  452. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-17.gif +0 -0
  453. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-18.gif +0 -0
  454. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-19.gif +0 -0
  455. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-2.gif +0 -0
  456. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-20.gif +0 -0
  457. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-21.gif +0 -0
  458. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-22.gif +0 -0
  459. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-23.gif +0 -0
  460. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-24.gif +0 -0
  461. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-25.gif +0 -0
  462. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-26.gif +0 -0
  463. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-27.gif +0 -0
  464. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-28.gif +0 -0
  465. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-29.gif +0 -0
  466. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-3.gif +0 -0
  467. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-30.gif +0 -0
  468. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-31.gif +0 -0
  469. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-32.gif +0 -0
  470. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-33.gif +0 -0
  471. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-34.gif +0 -0
  472. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-35.gif +0 -0
  473. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-36.gif +0 -0
  474. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-37.gif +0 -0
  475. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-38.gif +0 -0
  476. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-39.gif +0 -0
  477. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-4.gif +0 -0
  478. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-40.gif +0 -0
  479. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-41.gif +0 -0
  480. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-42.gif +0 -0
  481. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-43.gif +0 -0
  482. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-44.gif +0 -0
  483. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-45.gif +0 -0
  484. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-46.gif +0 -0
  485. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-47.gif +0 -0
  486. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-48.gif +0 -0
  487. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-49.gif +0 -0
  488. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-5.gif +0 -0
  489. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-50.gif +0 -0
  490. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-51.gif +0 -0
  491. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-52.gif +0 -0
  492. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-53.gif +0 -0
  493. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-54.gif +0 -0
  494. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-55.gif +0 -0
  495. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-56.gif +0 -0
  496. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-57.gif +0 -0
  497. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-58.gif +0 -0
  498. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-59.gif +0 -0
  499. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-6.gif +0 -0
  500. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-60.gif +0 -0
  501. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-61.gif +0 -0
  502. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-62.gif +0 -0
  503. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-63.gif +0 -0
  504. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-64.gif +0 -0
  505. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-65.gif +0 -0
  506. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-66.gif +0 -0
  507. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-67.gif +0 -0
  508. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-68.gif +0 -0
  509. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-69.gif +0 -0
  510. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-7.gif +0 -0
  511. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-70.gif +0 -0
  512. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-71.gif +0 -0
  513. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-72.gif +0 -0
  514. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-73.gif +0 -0
  515. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-74.gif +0 -0
  516. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-75.gif +0 -0
  517. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-76.gif +0 -0
  518. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-77.gif +0 -0
  519. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-78.gif +0 -0
  520. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-79.gif +0 -0
  521. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-8.gif +0 -0
  522. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-80.gif +0 -0
  523. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-81.gif +0 -0
  524. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-82.gif +0 -0
  525. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-83.gif +0 -0
  526. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-84.gif +0 -0
  527. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-85.gif +0 -0
  528. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-86.gif +0 -0
  529. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-87.gif +0 -0
  530. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-88.gif +0 -0
  531. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-89.gif +0 -0
  532. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-9.gif +0 -0
  533. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-90.gif +0 -0
  534. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-91.gif +0 -0
  535. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-92.gif +0 -0
  536. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-93.gif +0 -0
  537. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-94.gif +0 -0
  538. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-95.gif +0 -0
  539. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-96.gif +0 -0
  540. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-97.gif +0 -0
  541. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-cn-3-98.gif +0 -0
  542. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-1.gif +0 -0
  543. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-10.gif +0 -0
  544. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-11.gif +0 -0
  545. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-12.gif +0 -0
  546. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-13.gif +0 -0
  547. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-14.gif +0 -0
  548. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-15.gif +0 -0
  549. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-16.gif +0 -0
  550. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-17.gif +0 -0
  551. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-18.gif +0 -0
  552. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-19.gif +0 -0
  553. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-2.gif +0 -0
  554. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-20.gif +0 -0
  555. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-21.gif +0 -0
  556. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-22.gif +0 -0
  557. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-23.gif +0 -0
  558. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-24.gif +0 -0
  559. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-25.gif +0 -0
  560. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-26.gif +0 -0
  561. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-27.gif +0 -0
  562. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-28.gif +0 -0
  563. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-29.gif +0 -0
  564. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-3.gif +0 -0
  565. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-30.gif +0 -0
  566. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-31.gif +0 -0
  567. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-32.gif +0 -0
  568. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-33.gif +0 -0
  569. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-34.gif +0 -0
  570. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-35.gif +0 -0
  571. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-36.gif +0 -0
  572. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-37.gif +0 -0
  573. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-38.gif +0 -0
  574. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-39.gif +0 -0
  575. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-4.gif +0 -0
  576. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-40.gif +0 -0
  577. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-41.gif +0 -0
  578. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-42.gif +0 -0
  579. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-43.gif +0 -0
  580. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-44.gif +0 -0
  581. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-45.gif +0 -0
  582. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-46.gif +0 -0
  583. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-47.gif +0 -0
  584. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-48.gif +0 -0
  585. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-49.gif +0 -0
  586. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-5.gif +0 -0
  587. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-50.gif +0 -0
  588. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-51.gif +0 -0
  589. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-52.gif +0 -0
  590. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-53.gif +0 -0
  591. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-54.gif +0 -0
  592. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-55.gif +0 -0
  593. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-56.gif +0 -0
  594. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-57.gif +0 -0
  595. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-58.gif +0 -0
  596. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-59.gif +0 -0
  597. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-6.gif +0 -0
  598. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-60.gif +0 -0
  599. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-61.gif +0 -0
  600. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-62.gif +0 -0
  601. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-63.gif +0 -0
  602. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-64.gif +0 -0
  603. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-65.gif +0 -0
  604. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-66.gif +0 -0
  605. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-67.gif +0 -0
  606. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-68.gif +0 -0
  607. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-69.gif +0 -0
  608. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-7.gif +0 -0
  609. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-70.gif +0 -0
  610. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-71.gif +0 -0
  611. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-72.gif +0 -0
  612. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-73.gif +0 -0
  613. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-74.gif +0 -0
  614. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-75.gif +0 -0
  615. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-76.gif +0 -0
  616. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-77.gif +0 -0
  617. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-78.gif +0 -0
  618. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-79.gif +0 -0
  619. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-8.gif +0 -0
  620. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-80.gif +0 -0
  621. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-81.gif +0 -0
  622. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-82.gif +0 -0
  623. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-83.gif +0 -0
  624. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-84.gif +0 -0
  625. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-85.gif +0 -0
  626. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-86.gif +0 -0
  627. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-87.gif +0 -0
  628. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-88.gif +0 -0
  629. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-89.gif +0 -0
  630. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-9.gif +0 -0
  631. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-90.gif +0 -0
  632. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-91.gif +0 -0
  633. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-92.gif +0 -0
  634. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-93.gif +0 -0
  635. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-94.gif +0 -0
  636. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-95.gif +0 -0
  637. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-96.gif +0 -0
  638. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-97.gif +0 -0
  639. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-1-98.gif +0 -0
  640. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-1.gif +0 -0
  641. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-10.gif +0 -0
  642. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-11.gif +0 -0
  643. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-12.gif +0 -0
  644. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-13.gif +0 -0
  645. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-14.gif +0 -0
  646. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-15.gif +0 -0
  647. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-16.gif +0 -0
  648. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-17.gif +0 -0
  649. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-18.gif +0 -0
  650. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-19.gif +0 -0
  651. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-2.gif +0 -0
  652. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-20.gif +0 -0
  653. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-21.gif +0 -0
  654. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-22.gif +0 -0
  655. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-23.gif +0 -0
  656. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-24.gif +0 -0
  657. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-25.gif +0 -0
  658. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-26.gif +0 -0
  659. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-27.gif +0 -0
  660. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-28.gif +0 -0
  661. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-29.gif +0 -0
  662. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-3.gif +0 -0
  663. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-30.gif +0 -0
  664. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-31.gif +0 -0
  665. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-32.gif +0 -0
  666. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-33.gif +0 -0
  667. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-34.gif +0 -0
  668. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-35.gif +0 -0
  669. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-36.gif +0 -0
  670. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-37.gif +0 -0
  671. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-38.gif +0 -0
  672. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-39.gif +0 -0
  673. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-4.gif +0 -0
  674. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-40.gif +0 -0
  675. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-41.gif +0 -0
  676. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-42.gif +0 -0
  677. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-43.gif +0 -0
  678. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-44.gif +0 -0
  679. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-45.gif +0 -0
  680. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-46.gif +0 -0
  681. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-47.gif +0 -0
  682. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-48.gif +0 -0
  683. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-49.gif +0 -0
  684. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-5.gif +0 -0
  685. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-50.gif +0 -0
  686. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-51.gif +0 -0
  687. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-52.gif +0 -0
  688. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-53.gif +0 -0
  689. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-54.gif +0 -0
  690. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-55.gif +0 -0
  691. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-56.gif +0 -0
  692. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-57.gif +0 -0
  693. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-58.gif +0 -0
  694. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-59.gif +0 -0
  695. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-6.gif +0 -0
  696. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-60.gif +0 -0
  697. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-61.gif +0 -0
  698. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-62.gif +0 -0
  699. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-63.gif +0 -0
  700. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-64.gif +0 -0
  701. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-65.gif +0 -0
  702. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-66.gif +0 -0
  703. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-67.gif +0 -0
  704. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-68.gif +0 -0
  705. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-69.gif +0 -0
  706. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-7.gif +0 -0
  707. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-70.gif +0 -0
  708. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-71.gif +0 -0
  709. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-72.gif +0 -0
  710. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-73.gif +0 -0
  711. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-74.gif +0 -0
  712. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-75.gif +0 -0
  713. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-76.gif +0 -0
  714. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-77.gif +0 -0
  715. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-78.gif +0 -0
  716. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-79.gif +0 -0
  717. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-8.gif +0 -0
  718. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-80.gif +0 -0
  719. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-81.gif +0 -0
  720. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-82.gif +0 -0
  721. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-83.gif +0 -0
  722. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-84.gif +0 -0
  723. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-85.gif +0 -0
  724. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-86.gif +0 -0
  725. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-87.gif +0 -0
  726. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-88.gif +0 -0
  727. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-89.gif +0 -0
  728. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-9.gif +0 -0
  729. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-90.gif +0 -0
  730. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-91.gif +0 -0
  731. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-92.gif +0 -0
  732. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-93.gif +0 -0
  733. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-94.gif +0 -0
  734. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-95.gif +0 -0
  735. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-96.gif +0 -0
  736. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-97.gif +0 -0
  737. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-2-98.gif +0 -0
  738. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-1.gif +0 -0
  739. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-10.gif +0 -0
  740. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-11.gif +0 -0
  741. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-12.gif +0 -0
  742. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-13.gif +0 -0
  743. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-14.gif +0 -0
  744. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-15.gif +0 -0
  745. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-16.gif +0 -0
  746. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-17.gif +0 -0
  747. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-18.gif +0 -0
  748. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-19.gif +0 -0
  749. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-2.gif +0 -0
  750. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-20.gif +0 -0
  751. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-21.gif +0 -0
  752. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-22.gif +0 -0
  753. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-23.gif +0 -0
  754. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-24.gif +0 -0
  755. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-25.gif +0 -0
  756. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-26.gif +0 -0
  757. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-27.gif +0 -0
  758. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-28.gif +0 -0
  759. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-29.gif +0 -0
  760. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-3.gif +0 -0
  761. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-30.gif +0 -0
  762. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-31.gif +0 -0
  763. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-32.gif +0 -0
  764. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-33.gif +0 -0
  765. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-34.gif +0 -0
  766. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-35.gif +0 -0
  767. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-36.gif +0 -0
  768. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-37.gif +0 -0
  769. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-38.gif +0 -0
  770. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-39.gif +0 -0
  771. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-4.gif +0 -0
  772. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-40.gif +0 -0
  773. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-41.gif +0 -0
  774. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-42.gif +0 -0
  775. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-43.gif +0 -0
  776. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-44.gif +0 -0
  777. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-45.gif +0 -0
  778. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-46.gif +0 -0
  779. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-47.gif +0 -0
  780. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-48.gif +0 -0
  781. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-49.gif +0 -0
  782. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-5.gif +0 -0
  783. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-50.gif +0 -0
  784. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-51.gif +0 -0
  785. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-52.gif +0 -0
  786. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-53.gif +0 -0
  787. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-54.gif +0 -0
  788. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-55.gif +0 -0
  789. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-56.gif +0 -0
  790. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-57.gif +0 -0
  791. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-58.gif +0 -0
  792. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-59.gif +0 -0
  793. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-6.gif +0 -0
  794. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-60.gif +0 -0
  795. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-61.gif +0 -0
  796. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-62.gif +0 -0
  797. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-63.gif +0 -0
  798. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-64.gif +0 -0
  799. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-65.gif +0 -0
  800. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-66.gif +0 -0
  801. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-67.gif +0 -0
  802. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-68.gif +0 -0
  803. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-69.gif +0 -0
  804. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-7.gif +0 -0
  805. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-70.gif +0 -0
  806. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-71.gif +0 -0
  807. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-72.gif +0 -0
  808. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-73.gif +0 -0
  809. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-74.gif +0 -0
  810. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-75.gif +0 -0
  811. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-76.gif +0 -0
  812. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-77.gif +0 -0
  813. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-78.gif +0 -0
  814. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-79.gif +0 -0
  815. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-8.gif +0 -0
  816. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-80.gif +0 -0
  817. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-81.gif +0 -0
  818. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-82.gif +0 -0
  819. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-83.gif +0 -0
  820. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-84.gif +0 -0
  821. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-85.gif +0 -0
  822. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-86.gif +0 -0
  823. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-87.gif +0 -0
  824. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-88.gif +0 -0
  825. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-89.gif +0 -0
  826. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-9.gif +0 -0
  827. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-90.gif +0 -0
  828. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-91.gif +0 -0
  829. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-92.gif +0 -0
  830. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-93.gif +0 -0
  831. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-94.gif +0 -0
  832. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-95.gif +0 -0
  833. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-96.gif +0 -0
  834. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-97.gif +0 -0
  835. data/vendor/assets/javascripts/neditor/themes/ueditor-list/list-num-3-98.gif +0 -0
  836. data/vendor/assets/javascripts/neditor/third-party/SyntaxHighlighter/shCore.js +3655 -0
  837. data/vendor/assets/javascripts/neditor/third-party/SyntaxHighlighter/shCoreDefault.css +1 -0
  838. data/vendor/assets/javascripts/neditor/third-party/browser-md5-file.min.js +1 -0
  839. data/vendor/assets/javascripts/neditor/third-party/codemirror/codemirror.css +104 -0
  840. data/vendor/assets/javascripts/neditor/third-party/codemirror/codemirror.js +3581 -0
  841. data/vendor/assets/javascripts/neditor/third-party/highcharts/adapters/mootools-adapter.js +13 -0
  842. data/vendor/assets/javascripts/neditor/third-party/highcharts/adapters/mootools-adapter.src.js +313 -0
  843. data/vendor/assets/javascripts/neditor/third-party/highcharts/adapters/prototype-adapter.js +15 -0
  844. data/vendor/assets/javascripts/neditor/third-party/highcharts/adapters/prototype-adapter.src.js +316 -0
  845. data/vendor/assets/javascripts/neditor/third-party/highcharts/adapters/standalone-framework.js +17 -0
  846. data/vendor/assets/javascripts/neditor/third-party/highcharts/adapters/standalone-framework.src.js +583 -0
  847. data/vendor/assets/javascripts/neditor/third-party/highcharts/highcharts-more.js +50 -0
  848. data/vendor/assets/javascripts/neditor/third-party/highcharts/highcharts-more.src.js +2430 -0
  849. data/vendor/assets/javascripts/neditor/third-party/highcharts/highcharts.js +283 -0
  850. data/vendor/assets/javascripts/neditor/third-party/highcharts/highcharts.src.js +16974 -0
  851. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/annotations.js +7 -0
  852. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/annotations.src.js +401 -0
  853. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/canvas-tools.js +133 -0
  854. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/canvas-tools.src.js +3113 -0
  855. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/data.js +17 -0
  856. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/data.src.js +582 -0
  857. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/drilldown.js +11 -0
  858. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/drilldown.src.js +447 -0
  859. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/exporting.js +22 -0
  860. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/exporting.src.js +709 -0
  861. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/funnel.js +12 -0
  862. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/funnel.src.js +289 -0
  863. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/heatmap.js +1 -0
  864. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/heatmap.src.js +53 -0
  865. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/map.js +27 -0
  866. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/map.src.js +1002 -0
  867. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/no-data-to-display.js +12 -0
  868. data/vendor/assets/javascripts/neditor/third-party/highcharts/modules/no-data-to-display.src.js +128 -0
  869. data/vendor/assets/javascripts/neditor/third-party/highcharts/themes/dark-blue.js +254 -0
  870. data/vendor/assets/javascripts/neditor/third-party/highcharts/themes/dark-green.js +255 -0
  871. data/vendor/assets/javascripts/neditor/third-party/highcharts/themes/gray.js +257 -0
  872. data/vendor/assets/javascripts/neditor/third-party/highcharts/themes/grid.js +103 -0
  873. data/vendor/assets/javascripts/neditor/third-party/highcharts/themes/skies.js +89 -0
  874. data/vendor/assets/javascripts/neditor/third-party/jquery-1.10.2.js +9789 -0
  875. data/vendor/assets/javascripts/neditor/third-party/jquery-1.10.2.min.js +6 -0
  876. data/vendor/assets/javascripts/neditor/third-party/jquery-1.10.2.min.map +1 -0
  877. data/vendor/assets/javascripts/neditor/third-party/snapscreen/UEditorSnapscreen.exe +0 -0
  878. data/vendor/assets/javascripts/neditor/third-party/video-js/font/vjs.eot +0 -0
  879. data/vendor/assets/javascripts/neditor/third-party/video-js/font/vjs.svg +65 -0
  880. data/vendor/assets/javascripts/neditor/third-party/video-js/font/vjs.ttf +0 -0
  881. data/vendor/assets/javascripts/neditor/third-party/video-js/font/vjs.woff +0 -0
  882. data/vendor/assets/javascripts/neditor/third-party/video-js/video-js.css +766 -0
  883. data/vendor/assets/javascripts/neditor/third-party/video-js/video-js.min.css +5 -0
  884. data/vendor/assets/javascripts/neditor/third-party/video-js/video-js.swf +0 -0
  885. data/vendor/assets/javascripts/neditor/third-party/video-js/video.dev.js +7108 -0
  886. data/vendor/assets/javascripts/neditor/third-party/video-js/video.js +129 -0
  887. data/vendor/assets/javascripts/neditor/third-party/webuploader/Uploader.swf +0 -0
  888. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.css +28 -0
  889. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.custom.js +5670 -0
  890. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.custom.min.js +2 -0
  891. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.flashonly.js +4176 -0
  892. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.flashonly.min.js +2 -0
  893. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.html5only.js +5559 -0
  894. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.html5only.min.js +2 -0
  895. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.js +6735 -0
  896. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.min.js +2 -0
  897. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.withoutimage.js +4593 -0
  898. data/vendor/assets/javascripts/neditor/third-party/webuploader/webuploader.withoutimage.min.js +2 -0
  899. data/vendor/assets/javascripts/neditor/third-party/zeroclipboard/ZeroClipboard.js +1256 -0
  900. data/vendor/assets/javascripts/neditor/third-party/zeroclipboard/ZeroClipboard.min.js +9 -0
  901. data/vendor/assets/javascripts/neditor/third-party/zeroclipboard/ZeroClipboard.swf +0 -0
  902. metadata +945 -0
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * neditor parse
3
+ * version: 2.1.18
4
+ * build: Wed May 22 2019 09:16:51 GMT+0000 (UTC)
5
+ */!function(){!function(){UE=window.UE||{};var a=!!window.ActiveXObject,b={removeLastbs:function(a){return a.replace(/\/$/,"")},extend:function(a,b){for(var c=arguments,d=!!this.isBoolean(c[c.length-1])&&c[c.length-1],e=this.isBoolean(c[c.length-1])?c.length-1:c.length,f=1;f<e;f++){var g=c[f];for(var h in g)d&&a.hasOwnProperty(h)||(a[h]=g[h])}return a},isIE:a,cssRule:a?function(a,b,c){var d,e;c=c||document,d=c.indexList?c.indexList:c.indexList={};var f;if(d[a])f=c.styleSheets[d[a]];else{if(void 0===b)return"";f=c.createStyleSheet("",e=c.styleSheets.length),d[a]=e}return void 0===b?f.cssText:void(f.cssText=f.cssText+"\n"+(b||""))}:function(a,b,c){c=c||document;var d,e=c.getElementsByTagName("head")[0];if(!(d=c.getElementById(a))){if(void 0===b)return"";d=c.createElement("style"),d.id=a,e.appendChild(d)}return void 0===b?d.innerHTML:void(""!==b?d.innerHTML=d.innerHTML+"\n"+b:e.removeChild(d))},domReady:function(b){var c=window.document;"complete"===c.readyState?b():a?(!function(){if(!c.isReady){try{c.documentElement.doScroll("left")}catch(a){return void setTimeout(arguments.callee,0)}b()}}(),window.attachEvent("onload",function(){b()})):(c.addEventListener("DOMContentLoaded",function(){c.removeEventListener("DOMContentLoaded",arguments.callee,!1),b()},!1),window.addEventListener("load",function(){b()},!1))},each:function(a,b,c){if(null!=a)if(a.length===+a.length){for(var d=0,e=a.length;d<e;d++)if(b.call(c,a[d],d,a)===!1)return!1}else for(var f in a)if(a.hasOwnProperty(f)&&b.call(c,a[f],f,a)===!1)return!1},inArray:function(a,b){var c=-1;return this.each(a,function(a,d){if(a===b)return c=d,!1}),c},pushItem:function(a,b){this.inArray(a,b)==-1&&a.push(b)},trim:function(a){return a.replace(/(^[ \t\n\r]+)|([ \t\n\r]+$)/g,"")},indexOf:function(a,b,c){var d=-1;return c=this.isNumber(c)?c:0,this.each(a,function(a,e){if(e>=c&&a===b)return d=e,!1}),d},hasClass:function(a,b){b=b.replace(/(^[ ]+)|([ ]+$)/g,"").replace(/[ ]{2,}/g," ").split(" ");for(var c,d=0,e=a.className;c=b[d++];)if(!new RegExp("\\b"+c+"\\b","i").test(e))return!1;return d-1==b.length},addClass:function(a,c){if(a){c=this.trim(c).replace(/[ ]{2,}/g," ").split(" ");for(var d,e=0,f=a.className;d=c[e++];)new RegExp("\\b"+d+"\\b").test(f)||(f+=" "+d);a.className=b.trim(f)}},removeClass:function(a,b){b=this.isArray(b)?b:this.trim(b).replace(/[ ]{2,}/g," ").split(" ");for(var c,d=0,e=a.className;c=b[d++];)e=e.replace(new RegExp("\\b"+c+"\\b"),"");e=this.trim(e).replace(/[ ]{2,}/g," "),a.className=e,!e&&a.removeAttribute("className")},on:function(a,c,d){var e=this.isArray(c)?c:c.split(/\s+/),f=e.length;if(f)for(;f--;)if(c=e[f],a.addEventListener)a.addEventListener(c,d,!1);else{d._d||(d._d={els:[]});var g=c+d.toString(),h=b.indexOf(d._d.els,a);d._d[g]&&h!=-1||(h==-1&&d._d.els.push(a),d._d[g]||(d._d[g]=function(a){return d.call(a.srcElement,a||window.event)}),a.attachEvent("on"+c,d._d[g]))}a=null},off:function(a,c,d){var e=this.isArray(c)?c:c.split(/\s+/),f=e.length;if(f)for(;f--;)if(c=e[f],a.removeEventListener)a.removeEventListener(c,d,!1);else{var g=c+d.toString();try{a.detachEvent("on"+c,d._d?d._d[g]:d)}catch(h){}if(d._d&&d._d[g]){var i=b.indexOf(d._d.els,a);i!=-1&&d._d.els.splice(i,1),0==d._d.els.length&&delete d._d[g]}}},loadFile:function(){function a(a,c){try{for(var d,e=0;d=b[e++];)if(d.doc===a&&d.url==(c.src||c.href))return d}catch(f){return null}}var b=[];return function(c,d,e){var f=a(c,d);if(f)return void(f.ready?e&&e():f.funs.push(e));if(b.push({doc:c,url:d.src||d.href,funs:[e]}),!c.body){var g=[];for(var h in d)"tag"!=h&&g.push(h+'="'+d[h]+'"');return void c.write("<"+d.tag+" "+g.join(" ")+" ></"+d.tag+">")}if(!d.id||!c.getElementById(d.id)){var i=c.createElement(d.tag);delete d.tag;for(var h in d)i.setAttribute(h,d[h]);i.onload=i.onreadystatechange=function(){if(!this.readyState||/loaded|complete/.test(this.readyState)){if(f=a(c,d),f.funs.length>0){f.ready=1;for(var b;b=f.funs.pop();)b()}i.onload=i.onreadystatechange=null}},i.onerror=function(){throw Error("The load "+(d.href||d.src)+" fails,check the url")},c.getElementsByTagName("head")[0].appendChild(i)}}}()};b.each(["String","Function","Array","Number","RegExp","Object","Boolean"],function(a){b["is"+a]=function(b){return Object.prototype.toString.apply(b)=="[object "+a+"]"}});var c={};UE.parse={register:function(a,b){c[a]=b},load:function(a){b.each(c,function(c){c.call(a,b)})}},uParse=function(a,c){b.domReady(function(){var d;if(document.querySelectorAll)d=document.querySelectorAll(a);else if(/^#/.test(a))d=[document.getElementById(a.replace(/^#/,""))];else if(/^\./.test(a)){var d=[];b.each(document.getElementsByTagName("*"),function(b){b.className&&new RegExp("\\b"+a.replace(/^\./,"")+"\\b","i").test(b.className)&&d.push(b)})}else d=document.getElementsByTagName(a);b.each(d,function(d){UE.parse.load(b.extend({root:d,selector:a},c))})})}}(),UE.parse.register("insertcode",function(a){var b=this.root.getElementsByTagName("pre");if(b.length)if("undefined"==typeof XRegExp){var c,d;void 0!==this.rootPath?(c=a.removeLastbs(this.rootPath)+"/third-party/SyntaxHighlighter/shCore.js",d=a.removeLastbs(this.rootPath)+"/third-party/SyntaxHighlighter/shCoreDefault.css"):(c=this.highlightJsUrl,d=this.highlightCssUrl),a.loadFile(document,{id:"syntaxhighlighter_css",tag:"link",rel:"stylesheet",type:"text/css",href:d}),a.loadFile(document,{id:"syntaxhighlighter_js",src:c,tag:"script",type:"text/javascript",defer:"defer"},function(){a.each(b,function(a){a&&/brush/i.test(a.className)&&SyntaxHighlighter.highlight(a)})})}else a.each(b,function(a){a&&/brush/i.test(a.className)&&SyntaxHighlighter.highlight(a)})}),UE.parse.register("table",function(a){function b(b,c){var d,e=b;for(c=a.isArray(c)?c:[c];e;){for(d=0;d<c.length;d++)if(e.tagName==c[d].toUpperCase())return e;e=e.parentNode}return null}function c(b,c,e){for(var f=b.rows,g=[],h="TH"===f[0].cells[0].tagName,i=0,j=0,k=f.length;j<k;j++)g[j]=f[j];var l={reversecurrent:function(a,b){return 1},orderbyasc:function(a,b){var c=a.innerText||a.textContent,d=b.innerText||b.textContent;return c.localeCompare(d)},reversebyasc:function(a,b){var c=a.innerHTML,d=b.innerHTML;return d.localeCompare(c)},orderbynum:function(b,c){var d=b[a.isIE?"innerText":"textContent"].match(/\d+/),e=c[a.isIE?"innerText":"textContent"].match(/\d+/);return d&&(d=+d[0]),e&&(e=+e[0]),(d||0)-(e||0)},reversebynum:function(b,c){var d=b[a.isIE?"innerText":"textContent"].match(/\d+/),e=c[a.isIE?"innerText":"textContent"].match(/\d+/);return d&&(d=+d[0]),e&&(e=+e[0]),(e||0)-(d||0)}};b.setAttribute("data-sort-type",e&&"string"==typeof e&&l[e]?e:""),h&&g.splice(0,1),g=d(g,function(a,b){var d;return d=e&&"function"==typeof e?e.call(this,a.cells[c],b.cells[c]):e&&"number"==typeof e?1:e&&"string"==typeof e&&l[e]?l[e].call(this,a.cells[c],b.cells[c]):l.orderbyasc.call(this,a.cells[c],b.cells[c])});for(var m=b.ownerDocument.createDocumentFragment(),n=0,k=g.length;n<k;n++)m.appendChild(g[n]);var o=b.getElementsByTagName("tbody")[0];i?o.insertBefore(m,f[i-range.endRowIndex+range.beginRowIndex-1]):o.appendChild(m)}function d(a,b){b=b||function(a,b){return a.localeCompare(b)};for(var c=0,d=a.length;c<d;c++)for(var e=c,f=a.length;e<f;e++)if(b(a[c],a[e])>0){var g=a[c];a[c]=a[e],a[e]=g}return a}function e(b){if(!a.hasClass(b.rows[0],"firstRow")){for(var c=1;c<b.rows.length;c++)a.removeClass(b.rows[c],"firstRow");a.addClass(b.rows[0],"firstRow")}}var f=this,g=this.root,h=g.getElementsByTagName("table");if(h.length){var i=this.selector;a.cssRule("table",i+" table.noBorderTable td,"+i+" table.noBorderTable th,"+i+" table.noBorderTable caption{border:1px dashed #ddd !important}"+i+" table.sortEnabled tr.firstRow th,"+i+" table.sortEnabled tr.firstRow td{padding-right:20px; background-repeat: no-repeat;background-position: center right; background-image:url("+this.rootPath+"themes/default/images/sortable.png);}"+i+" table.sortEnabled tr.firstRow th:hover,"+i+" table.sortEnabled tr.firstRow td:hover{background-color: #EEE;}"+i+" table{margin-bottom:10px;border-collapse:collapse;display:table;}"+i+" td,"+i+" th{padding: 5px 10px;border: 1px solid #DDD;}"+i+" caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}"+i+" th{border-top:1px solid #BBB;background:#F7F7F7;}"+i+" table tr.firstRow th{border-top:2px solid #BBB;background:#F7F7F7;}"+i+" tr.ue-table-interlace-color-single td{ background: #fcfcfc; }"+i+" tr.ue-table-interlace-color-double td{ background: #f7faff; }"+i+" td p{margin:0;padding:0;width:auto;height:auto;}",document),a.each("td th caption".split(" "),function(b){var c=g.getElementsByTagName(b);c.length&&a.each(c,function(a){a.firstChild||(a.innerHTML="&nbsp;")})});var h=g.getElementsByTagName("table");a.each(h,function(d){/\bsortEnabled\b/.test(d.className)&&a.on(d,"click",function(d){var g=d.target||d.srcElement,h=b(g,["td","th"]),i=b(g,"table"),j=a.indexOf(i.rows[0].cells,h),k=i.getAttribute("data-sort-type");j!=-1&&(c(i,j,f.tableSortCompareFn||k),e(i))})})}}),UE.parse.register("charts",function(a){function b(){return n?c(n):null}function c(a){for(var b,c=[],e=a.getElementsByTagName("table"),f=0;b=e[f];f++)null!==b.getAttribute("data-chart")&&c.push(d(b));return c.length?c:null}function d(a){for(var b,c=a.getAttribute("data-chart"),d={},e=[],f=0;b=a.rows[f];f++){for(var g,h=[],i=0;g=b.cells[i];i++){var j=g.innerText||g.textContent||"";h.push("TH"==g.tagName?j:0|j)}e.push(h)}c=c.split(";");for(var k,f=0;k=c[f];f++)k=k.split(":"),d[k[0]]=k[1];return{table:a,meta:d,data:e}}function e(){f()}function f(){window.jQuery?g():a.loadFile(document,{src:m+"/third-party/jquery-1.10.2.min.js",tag:"script",type:"text/javascript",defer:"defer"},function(){g()})}function g(){window.Highcharts?h():a.loadFile(document,{src:m+"/third-party/highcharts/highcharts.js",tag:"script",type:"text/javascript",defer:"defer"},function(){h()})}function h(){a.loadFile(document,{src:m+"/dialogs/charts/chart.config.js",tag:"script",type:"text/javascript",defer:"defer"},function(){i()})}function i(){for(var a=null,b=null,c=null,d=0,e=o.length;d<e;d++)a=o[d],b=l(a),c=k(a.table),j(c,typeConfig[a.meta.chartType],b)}function j(a,b,c){$(a).highcharts($.extend({},b,{credits:{enabled:!1},exporting:{enabled:!1},title:{text:c.title,x:-20},subtitle:{text:c.subTitle,x:-20},xAxis:{title:{text:c.xTitle},categories:c.categories},yAxis:{title:{text:c.yTitle},plotLines:[{value:0,width:1,color:"#808080"}]},tooltip:{enabled:!0,valueSuffix:c.suffix},legend:{layout:"vertical",align:"right",verticalAlign:"middle",borderWidth:1},series:c.series}))}function k(a){var b=document.createElement("div");return b.className="edui-chart-container",a.parentNode.replaceChild(b,a),b}function l(a){var b=[],c=[],d=[],e=a.data,f=a.meta;if("1"!=f.dataFormat){for(var g=0,h=e.length;g<h;g++)for(var i=0,j=e[g].length;i<j;i++)d[i]||(d[i]=[]),d[i][g]=e[g][i];e=d}if(d={},f.chartType!=typeConfig.length-1){c=e[0].slice(1);for(var k,g=1;k=e[g];g++)b.push({name:k[0],data:k.slice(1)});d.series=b,d.categories=c,d.title=f.title,d.subTitle=f.subTitle,d.xTitle=f.xTitle,d.yTitle=f.yTitle,d.suffix=f.suffix}else{for(var k=[],g=1,h=e[0].length;g<h;g++)k.push([e[0][g],0|e[1][g]]);b[0]={type:"pie",name:f.tip,data:k},d.series=b,d.title=f.title,d.suffix=f.suffix}return d}a.cssRule("chartsContainerHeight",".edui-chart-container { height:"+(this.chartContainerHeight||300)+"px}");var m=this.rootPath,n=this.root,o=null;m&&(o=b())&&e()}),UE.parse.register("background",function(a){for(var b,c,d=this,e=d.root,f=e.getElementsByTagName("p"),g=0;c=f[g++];)b=c.getAttribute("data-background"),b&&c.parentNode.removeChild(c);b&&a.cssRule("ueditor_background",d.selector+"{"+b+"}",document)}),UE.parse.register("list",function(a){function b(b){var e=this;a.each(b,function(b){if(b.className&&/custom_/i.test(b.className)){var f=b.className.match(/custom_(\w+)/)[1];if("dash"==f||"dot"==f)a.pushItem(c,h+" li.list-"+d[f]+"{background-image:url("+e.liiconpath+d[f]+".gif)}"),a.pushItem(c,h+" ul.custom_"+f+"{list-style:none;} "+h+" ul.custom_"+f+" li{background-position:0 3px;background-repeat:no-repeat}");else{var g=1;a.each(b.childNodes,function(b){"LI"==b.tagName&&(a.pushItem(c,h+" li.list-"+d[f]+g+"{background-image:url("+e.liiconpath+"list-"+d[f]+g+".gif)}"),g++)}),a.pushItem(c,h+" ol.custom_"+f+"{list-style:none;}"+h+" ol.custom_"+f+" li{background-position:0 3px;background-repeat:no-repeat}")}switch(f){case"cn":a.pushItem(c,h+" li.list-"+f+"-paddingleft-1{padding-left:25px}"),a.pushItem(c,h+" li.list-"+f+"-paddingleft-2{padding-left:40px}"),a.pushItem(c,h+" li.list-"+f+"-paddingleft-3{padding-left:55px}");break;case"cn1":a.pushItem(c,h+" li.list-"+f+"-paddingleft-1{padding-left:30px}"),a.pushItem(c,h+" li.list-"+f+"-paddingleft-2{padding-left:40px}"),a.pushItem(c,h+" li.list-"+f+"-paddingleft-3{padding-left:55px}");break;case"cn2":a.pushItem(c,h+" li.list-"+f+"-paddingleft-1{padding-left:40px}"),a.pushItem(c,h+" li.list-"+f+"-paddingleft-2{padding-left:55px}"),a.pushItem(c,h+" li.list-"+f+"-paddingleft-3{padding-left:68px}");break;case"num":case"num1":a.pushItem(c,h+" li.list-"+f+"-paddingleft-1{padding-left:25px}");break;case"num2":a.pushItem(c,h+" li.list-"+f+"-paddingleft-1{padding-left:35px}"),a.pushItem(c,h+" li.list-"+f+"-paddingleft-2{padding-left:40px}");break;case"dash":a.pushItem(c,h+" li.list-"+f+"-paddingleft{padding-left:35px}");break;case"dot":a.pushItem(c,h+" li.list-"+f+"-paddingleft{padding-left:20px}")}}})}var c=[],d={cn:"cn-1-",cn1:"cn-2-",cn2:"cn-3-",num:"num-1-",num1:"num-2-",num2:"num-3-",dash:"dash",dot:"dot"};a.extend(this,{liiconpath:a.removeLastbs(this.rootPath)+"/themes/ueditor-list/",listDefaultPaddingLeft:"20"},!0);var e=this.root,f=e.getElementsByTagName("ol"),g=e.getElementsByTagName("ul"),h=this.selector;f.length&&b.call(this,f),g.length&&b.call(this,g),(f.length||g.length)&&(c.push(h+" .list-paddingleft-1{padding-left:0}"),c.push(h+" .list-paddingleft-2{padding-left:"+this.listDefaultPaddingLeft+"px}"),c.push(h+" .list-paddingleft-3{padding-left:"+2*this.listDefaultPaddingLeft+"px}"),a.cssRule("list",h+" ol,"+h+" ul{margin:0;padding:0;}\n"+h+" li{clear:both;}\n"+c.join("\n"),document))}),UE.parse.register("vedio",function(a){var b=this.root.getElementsByTagName("video"),c=this.root.getElementsByTagName("audio");if(document.createElement("video"),document.createElement("audio"),b.length||c.length){var d=a.removeLastbs(this.rootPath),e=d+"/third-party/video-js/video.js",f=d+"/third-party/video-js/video-js.min.css",g=d+"/third-party/video-js/video-js.swf";window.videojs?videojs.autoSetup():(a.loadFile(document,{id:"video_css",tag:"link",rel:"stylesheet",type:"text/css",href:f}),a.loadFile(document,{id:"video_js",src:e,tag:"script",type:"text/javascript"},function(){videojs.options.flash.swf=g,videojs.autoSetup()}))}})}();
@@ -0,0 +1,234 @@
1
+ /**
2
+ * 自定义上传接口
3
+ * 由于所有Neditor请求都通过editor对象的getActionUrl方法获取上传接口,可以直接通过复写这个方法实现自定义上传接口
4
+ * @param {String} action 匹配neditor.config.js中配置的xxxActionName
5
+ * @returns 返回自定义的上传接口
6
+ */
7
+ UE.Editor.prototype._bkGetActionUrl = UE.Editor.prototype.getActionUrl;
8
+ UE.Editor.prototype.getActionUrl = function(action) {
9
+ /* 按config中的xxxActionName返回对应的接口地址 */
10
+ if (action == 'uploadimage' || action == 'uploadscrawl') {
11
+ return 'http://a.b.com/upload.php';
12
+ } else if (action == 'uploadvideo') {
13
+ return 'http://a.b.com/video.php';
14
+ } else {
15
+ return this._bkGetActionUrl.call(this, action);
16
+ }
17
+ }
18
+
19
+ /**
20
+ * 图片上传service
21
+ * @param {Object} context UploadImage对象 图片上传上下文
22
+ * @param {Object} editor 编辑器对象
23
+ * @returns imageUploadService 对象
24
+ */
25
+ window.UEDITOR_CONFIG['imageUploadService'] = function(context, editor) {
26
+ return {
27
+ /**
28
+ * 触发fileQueued事件时执行
29
+ * 当文件被加入队列以后触发,用来设置上传相关的数据 (比如: url和自定义参数)
30
+ * @param {Object} file 当前选择的文件对象
31
+ */
32
+ setUploadData: function(file) {
33
+ return file;
34
+ },
35
+ /**
36
+ * 触发uploadBeforeSend事件时执行
37
+ * 在文件上传之前触发,用来添加附带参数
38
+ * @param {Object} object 当前上传对象
39
+ * @param {Object} data 默认的上传参数,可以扩展此对象来控制上传参数
40
+ * @param {Object} headers 可以扩展此对象来控制上传头部
41
+ * @returns 上传参数对象
42
+ */
43
+ setFormData: function(object, data, headers) {
44
+ return data;
45
+ },
46
+ /**
47
+ * 触发startUpload事件时执行
48
+ * 当开始上传流程时触发,用来设置Uploader配置项
49
+ * @param {Object} uploader
50
+ * @returns uploader
51
+ */
52
+ setUploaderOptions: function(uploader) {
53
+ return uploader;
54
+ },
55
+ /**
56
+ * 触发uploadSuccess事件时执行
57
+ * 当文件上传成功时触发,可以在这里修改上传接口返回的response对象
58
+ * @param {Object} res 上传接口返回的response
59
+ * @returns {Boolean} 上传接口返回的response成功状态条件 (比如: res.code == 200)
60
+ */
61
+ getResponseSuccess: function(res) {
62
+ return res.code == 200;
63
+ },
64
+ /* 指定上传接口返回的response中图片路径的字段,默认为 url
65
+ * 如果图片路径字段不是res的属性,可以写成 对象.属性 的方式,例如:data.url
66
+ * */
67
+ imageSrcField: 'url'
68
+ }
69
+ };
70
+
71
+ /**
72
+ * 视频上传service
73
+ * @param {Object} context UploadVideo对象 视频上传上下文
74
+ * @param {Object} editor 编辑器对象
75
+ * @returns videoUploadService 对象
76
+ */
77
+ window.UEDITOR_CONFIG['videoUploadService'] = function(context, editor) {
78
+ return {
79
+ /**
80
+ * 触发fileQueued事件时执行
81
+ * 当文件被加入队列以后触发,用来设置上传相关的数据 (比如: url和自定义参数)
82
+ * @param {Object} file 当前选择的文件对象
83
+ */
84
+ setUploadData: function(file) {
85
+ return file;
86
+ },
87
+ /**
88
+ * 触发uploadBeforeSend事件时执行
89
+ * 在文件上传之前触发,用来添加附带参数
90
+ * @param {Object} object 当前上传对象
91
+ * @param {Object} data 默认的上传参数,可以扩展此对象来控制上传参数
92
+ * @param {Object} headers 可以扩展此对象来控制上传头部
93
+ * @returns 上传参数对象
94
+ */
95
+ setFormData: function(object, data, headers) {
96
+ return data;
97
+ },
98
+ /**
99
+ * 触发startUpload事件时执行
100
+ * 当开始上传流程时触发,用来设置Uploader配置项
101
+ * @param {Object} uploader
102
+ * @returns uploader
103
+ */
104
+ setUploaderOptions: function(uploader) {
105
+ return uploader;
106
+ },
107
+ /**
108
+ * 触发uploadSuccess事件时执行
109
+ * 当文件上传成功时触发,可以在这里修改上传接口返回的response对象
110
+ * @param {Object} res 上传接口返回的response
111
+ * @returns {Boolean} 上传接口返回的response成功状态条件 (比如: res.code == 200)
112
+ */
113
+ getResponseSuccess: function(res) {
114
+ return res.code == 200;
115
+ },
116
+ /* 指定上传接口返回的response中视频路径的字段,默认为 url
117
+ * 如果视频路径字段不是res的属性,可以写成 对象.属性 的方式,例如:data.url
118
+ * */
119
+ videoSrcField: 'url'
120
+ }
121
+ };
122
+
123
+ /**
124
+ * 涂鸦上传service
125
+ * @param {Object} context scrawlObj对象
126
+ * @param {Object} editor 编辑器对象
127
+ * @returns scrawlUploadService 对象
128
+ */
129
+ window.UEDITOR_CONFIG['scrawlUploadService'] = function(context, editor) {
130
+ return scrawlUploadService = {
131
+ /**
132
+ * 点击涂鸦模态框确认按钮时触发
133
+ * 上传涂鸦图片
134
+ * @param {Object} file 涂鸦canvas生成的图片
135
+ * @param {Object} base64 涂鸦canvas生成的base64
136
+ * @param {Function} success 上传成功回调函数,回传上传成功的response对象
137
+ * @param {Function} fail 上传失败回调函数,回传上传失败的response对象
138
+ */
139
+
140
+ /**
141
+ * 上传成功的response对象必须为以下两个属性赋值
142
+ *
143
+ * 上传接口返回的response成功状态条件 {Boolean} (比如: res.code == 200)
144
+ * res.responseSuccess = res.code == 200;
145
+ *
146
+ * 指定上传接口返回的response中涂鸦图片路径的字段,默认为 url
147
+ * res.videoSrcField = 'url';
148
+ */
149
+ uploadScraw: function(file, base64, success, fail) {
150
+
151
+ /* 模拟上传操作 */
152
+ var formData = new FormData();
153
+ formData.append('file', file, file.name);
154
+
155
+ $.ajax({
156
+ url: editor.getActionUrl(editor.getOpt('scrawlActionName')),
157
+ type: 'POST',
158
+ //ajax2.0可以不用设置请求头,但是jq帮我们自动设置了,这样的话需要我们自己取消掉
159
+ contentType: false,
160
+ //取消帮我们格式化数据,是什么就是什么
161
+ processData: false,
162
+ data: formData
163
+ }).done(function(res) {
164
+ var res = JSON.parse(res);
165
+
166
+ /* 上传接口返回的response成功状态条件 (比如: res.code == 200) */
167
+ res.responseSuccess = res.code == 200;
168
+
169
+ /* 指定上传接口返回的response中涂鸦图片路径的字段,默认为 url
170
+ * 如果涂鸦图片路径字段不是res的属性,可以写成 对象.属性 的方式,例如:data.url
171
+ */
172
+ res.scrawlSrcField = 'url';
173
+
174
+ /* 上传成功 */
175
+ success.call(context, res);
176
+ }).fail(function(err) {
177
+ /* 上传失败 */
178
+ fail.call(context, err);
179
+ });
180
+ }
181
+ }
182
+ }
183
+
184
+ /**
185
+ * 附件上传service
186
+ * @param {Object} context UploadFile对象 附件上传上下文
187
+ * @param {Object} editor 编辑器对象
188
+ * @returns fileUploadService 对象
189
+ */
190
+ window.UEDITOR_CONFIG['fileUploadService'] = function(context, editor) {
191
+ return {
192
+ /**
193
+ * 触发fileQueued事件时执行
194
+ * 当文件被加入队列以后触发,用来设置上传相关的数据 (比如: url和自定义参数)
195
+ * @param {Object} file 当前选择的文件对象
196
+ */
197
+ setUploadData: function(file) {
198
+ return file;
199
+ },
200
+ /**
201
+ * 触发uploadBeforeSend事件时执行
202
+ * 在文件上传之前触发,用来添加附带参数
203
+ * @param {Object} object 当前上传对象
204
+ * @param {Object} data 默认的上传参数,可以扩展此对象来控制上传参数
205
+ * @param {Object} headers 可以扩展此对象来控制上传头部
206
+ * @returns 上传参数对象
207
+ */
208
+ setFormData: function(object, data, headers) {
209
+ return data;
210
+ },
211
+ /**
212
+ * 触发startUpload事件时执行
213
+ * 当开始上传流程时触发,用来设置Uploader配置项
214
+ * @param {Object} uploader
215
+ * @returns uploader
216
+ */
217
+ setUploaderOptions: function(uploader) {
218
+ return uploader;
219
+ },
220
+ /**
221
+ * 触发uploadSuccess事件时执行
222
+ * 当文件上传成功时触发,可以在这里修改上传接口返回的response对象
223
+ * @param {Object} res 上传接口返回的response
224
+ * @returns {Boolean} 上传接口返回的response成功状态条件 (比如: res.code == 200)
225
+ */
226
+ getResponseSuccess: function(res) {
227
+ return res.code == 200;
228
+ },
229
+ /* 指定上传接口返回的response中附件路径的字段,默认为 url
230
+ * 如果附件路径字段不是res的属性,可以写成 对象.属性 的方式,例如:data.url
231
+ * */
232
+ fileSrcField: 'url'
233
+ }
234
+ };
@@ -0,0 +1,44 @@
1
+ {
2
+ "name": "@notadd/neditor",
3
+ "title": "neditor",
4
+ "description": "Neditor富文本web编辑器",
5
+ "version": "2.1.18",
6
+ "homepage": "https://github.com/notadd/neditor",
7
+ "author": {
8
+ "name": "Notadd",
9
+ "url": "http://www.notadd.com"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/notadd/neditor.git"
14
+ },
15
+ "keywords": [
16
+ "neditor",
17
+ "web editor",
18
+ "javascript",
19
+ "rich editor"
20
+ ],
21
+ "bugs": {
22
+ "url": "https://github.com/notadd/neditor/issues"
23
+ },
24
+ "dependencies": {},
25
+ "devDependencies": {
26
+ "conventional-changelog-cli": "2.0.21",
27
+ "gh-pages": "2.0.1",
28
+ "grunt": "0.4.5",
29
+ "grunt-cli": "1.3.2",
30
+ "grunt-contrib-clean": "0.7.0",
31
+ "grunt-contrib-concat": "1.0.1",
32
+ "grunt-contrib-copy": "0.4.1",
33
+ "grunt-contrib-cssmin": "0.6.2",
34
+ "grunt-contrib-uglify": "1.0.2",
35
+ "grunt-text-replace": "0.4.0",
36
+ "grunt-transcoding": "0.1.3"
37
+ },
38
+ "scripts": {
39
+ "build": "grunt neditor",
40
+ "publish": "cd dist && npm publish --access public",
41
+ "deploy": "gh-pages -d dist",
42
+ "changelog": "rm -rf CHANGELOG.md && conventional-changelog -p angular -r 4 -i CHANGELOG.md -s"
43
+ }
44
+ }
@@ -0,0 +1,5 @@
1
+ /*可以在这里添加你自己的css*/
2
+ img {
3
+ max-width: 100%;
4
+ height: auto;
5
+ }
@@ -0,0 +1,2356 @@
1
+ /*基础UI构建
2
+ */
3
+ /* common layer */
4
+ .edui-notadd * {
5
+ box-sizing: border-box;
6
+ }
7
+ .edui-notadd .edui-box {
8
+ border: none;
9
+ padding: 0;
10
+ margin: 0;
11
+ overflow: hidden;
12
+ }
13
+
14
+ .edui-notadd a.edui-box {
15
+ display: block;
16
+ text-decoration: none;
17
+ color: black;
18
+ }
19
+
20
+ .edui-notadd a.edui-box:hover {
21
+ text-decoration: none;
22
+ }
23
+
24
+ .edui-notadd a.edui-box:active {
25
+ text-decoration: none;
26
+ }
27
+
28
+ .edui-notadd table.edui-box {
29
+ border-collapse: collapse;
30
+ }
31
+
32
+ .edui-notadd ul.edui-box {
33
+ list-style-type: none;
34
+ }
35
+
36
+ div.edui-box {
37
+ position: relative;
38
+ display: -moz-inline-box !important;
39
+ display: inline-block !important;
40
+ vertical-align: middle;
41
+ }
42
+
43
+ .edui-notadd .edui-clearfix {
44
+ zoom: 1
45
+ }
46
+
47
+ .edui-notadd .edui-clearfix:after {
48
+ content: '\20';
49
+ display: block;
50
+ clear: both;
51
+ }
52
+
53
+ * html div.edui-box {
54
+ display: inline !important;
55
+ }
56
+
57
+ *:first-child+html div.edui-box {
58
+ display: inline !important;
59
+ }
60
+
61
+ /* control layout */
62
+ .edui-notadd .edui-button-body, .edui-splitbutton-body, .edui-menubutton-body, .edui-combox-body {
63
+ position: relative;
64
+ }
65
+
66
+ .edui-notadd .edui-popup {
67
+ position: absolute;
68
+ -webkit-user-select: none;
69
+ -moz-user-select: none;
70
+ }
71
+
72
+ .edui-notadd .edui-popup .edui-shadow {
73
+ position: absolute;
74
+ z-index: -1;
75
+ }
76
+
77
+ .edui-notadd .edui-popup .edui-bordereraser {
78
+ position: absolute;
79
+ overflow: hidden;
80
+ }
81
+
82
+ .edui-notadd .edui-tablepicker .edui-canvas {
83
+ position: relative;
84
+ }
85
+
86
+ .edui-notadd .edui-tablepicker .edui-canvas .edui-overlay {
87
+ position: absolute;
88
+ }
89
+
90
+ .edui-notadd .edui-dialog-modalmask, .edui-dialog-dragmask {
91
+ position: absolute;
92
+ left: 0;
93
+ top: 0;
94
+ width: 100%;
95
+ height: 100%;
96
+ }
97
+
98
+ .edui-notadd .edui-toolbar {
99
+ position: relative;
100
+ }
101
+
102
+ /*
103
+ * default theme
104
+ */
105
+ .edui-notadd .edui-label {
106
+ cursor: default;
107
+ }
108
+
109
+ .edui-notadd span.edui-clickable {
110
+ color: #666;
111
+ cursor: pointer;
112
+ text-decoration: none;
113
+ padding-left: 5px;
114
+ }
115
+
116
+ .edui-notadd span.edui-unclickable {
117
+ color: gray;
118
+ cursor: default;
119
+ }
120
+ /* 工具栏 */
121
+ .edui-notadd .edui-toolbar {
122
+ cursor: default;
123
+ -webkit-user-select: none;
124
+ -moz-user-select: none;
125
+ overflow: hidden; /*全屏下单独一行不占位*/
126
+ zoom: 1;
127
+ width:auto;
128
+ height:auto;
129
+ }
130
+
131
+ .edui-notadd .edui-toolbar .edui-button,
132
+ .edui-notadd .edui-toolbar .edui-splitbutton,
133
+ .edui-notadd .edui-toolbar .edui-menubutton,
134
+ .edui-notadd .edui-toolbar .edui-combox {
135
+ padding: 4px 0 !important;
136
+ }
137
+ /*UI工具栏、编辑区域、底部*/
138
+ .edui-notadd .edui-editor {
139
+ border: 1px solid #e5e5e5;
140
+ background-color: white;
141
+ position: relative;
142
+ overflow: visible;
143
+ -webkit-border-radius: 4px;
144
+ -moz-border-radius: 4px;
145
+ border-radius: 4px;
146
+ font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;
147
+ }
148
+
149
+ .edui-notadd .edui-dialog .edui-dialog-body {
150
+ font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;
151
+ }
152
+
153
+ .edui-editor div{
154
+ width:auto;
155
+ height:auto;
156
+ line-height: 1 !important;
157
+ }
158
+ .edui-notadd .edui-editor-toolbarbox {
159
+ position: relative;
160
+ zoom: 1;
161
+ border-top-left-radius:2px;
162
+ border-top-right-radius:2px;
163
+ }
164
+
165
+ .edui-notadd .edui-editor-toolbarboxouter {
166
+ border-bottom: 1px solid #e5e5e5;
167
+ background-color: #f3f3f3;
168
+ }
169
+
170
+ .edui-notadd .edui-editor-toolbarboxinner {
171
+ /*padding: 2px;*/
172
+ }
173
+
174
+ .edui-notadd .edui-editor-iframeholder .view p {
175
+ overflow: hidden;
176
+ }
177
+
178
+ .edui-notadd .edui-editor-iframeholder {
179
+ position: relative;
180
+ }
181
+
182
+ .edui-notadd .edui-editor-bottomContainer {
183
+ overflow: hidden;
184
+ padding: 0 4px;
185
+ border-top: 1px solid #e5e5e5;
186
+ }
187
+
188
+ .edui-notadd .edui-editor-bottomContainer table {
189
+ width: 100%;
190
+ height: 0;
191
+ overflow: hidden;
192
+ border-spacing: 0;
193
+ }
194
+
195
+ .edui-notadd .edui-editor-bottomContainer td {
196
+ white-space: nowrap;
197
+ line-height: 20px;
198
+ font-size: 12px;
199
+ font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
200
+ }
201
+
202
+ .edui-notadd .edui-editor-wordcount {
203
+ text-align: right;
204
+ margin-right: 5px;
205
+ color: #aaa;
206
+ }
207
+ .edui-notadd .edui-editor-scale {
208
+ width: 12px;
209
+ }
210
+ .edui-notadd .edui-editor-scale .edui-editor-icon {
211
+ float: right;
212
+ width: 100%;
213
+ height: 12px;
214
+ margin-top: 10px;
215
+ background: url(../images/scale.png) no-repeat;
216
+ cursor: se-resize;
217
+ }
218
+ .edui-notadd .edui-editor-breadcrumb {
219
+ margin: 2px 0 0 3px;
220
+ }
221
+
222
+ .edui-notadd .edui-editor-breadcrumb span {
223
+ cursor: pointer;
224
+ /*text-decoration: underline;*/
225
+ color: blue;
226
+ }
227
+
228
+ .edui-notadd .edui-toolbar .edui-for-fullscreen {
229
+ float: right;
230
+ }
231
+
232
+ .edui-notadd .edui-bubble .edui-popup-content {
233
+ border: 1px solid #e5e5e5;
234
+ background-color: #f3f3f3;
235
+ padding: 10px;
236
+ font-size: 10pt;
237
+ font-family: "宋体";
238
+ }
239
+
240
+ .edui-notadd .edui-bubble .edui-shadow {
241
+ /*box-shadow: 1px 1px 3px #818181;*/
242
+ /*-webkit-box-shadow: 2px 2px 3px #818181;*/
243
+ /*-moz-box-shadow: 2px 2px 3px #818181;*/
244
+ /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius = '2', MakeShadow = 'true', ShadowOpacity = '0.5');*/
245
+ }
246
+
247
+ .edui-notadd .edui-editor-toolbarmsg {
248
+ background-color: #FFF6D9;
249
+ border-bottom: 1px solid #ccc;
250
+ position: absolute;
251
+ bottom: -25px;
252
+ left: 0;
253
+ z-index: 1009;
254
+ width: 99.9%;
255
+ }
256
+
257
+ .edui-notadd .edui-editor-toolbarmsg-upload {
258
+ font-size: 14px;
259
+ color: blue;
260
+ width: 100px;
261
+ height: 16px;
262
+ line-height: 16px;
263
+ cursor: pointer;
264
+ position: absolute;
265
+ top: 5px;
266
+ left: 350px;
267
+ }
268
+
269
+ .edui-notadd .edui-editor-toolbarmsg-label {
270
+ font-size: 12px;
271
+ line-height: 16px;
272
+ padding: 4px;
273
+ }
274
+
275
+ .edui-notadd .edui-editor-toolbarmsg-close {
276
+ float: right;
277
+ width: 20px;
278
+ height: 16px;
279
+ line-height: 16px;
280
+ cursor: pointer;
281
+ color: red;
282
+ }
283
+
284
+ .edui-iconfont {
285
+ width: 1em;
286
+ height: 1em;
287
+ vertical-align: -0.15em;
288
+ fill: currentColor;
289
+ overflow: hidden;
290
+ }
291
+
292
+ #edui1_imagescale_cover {
293
+
294
+ }
295
+ .edui-notadd .edui-editor-imagescale {
296
+
297
+ }
298
+ /*可选中菜单按钮*/
299
+ .edui-notadd .edui-list .edui-bordereraser {
300
+ display: none;
301
+ }
302
+
303
+ .edui-notadd .edui-listitem {
304
+ white-space: nowrap;
305
+ }
306
+
307
+ .edui-notadd .edui-list .edui-state-hover {
308
+ position: relative;
309
+ background-color: #f3f3f3;
310
+ padding: 0;
311
+ }
312
+
313
+ .edui-notadd .edui-for-fontfamily .edui-listitem-label {
314
+ min-width: 130px;
315
+ _width: 120px;
316
+ font-size: 12px;
317
+ height: 22px;
318
+ line-height: 22px;
319
+ padding-left: 5px;
320
+ }
321
+ .edui-notadd .edui-for-insertcode .edui-listitem-label {
322
+ min-width: 120px;
323
+ _width: 120px;
324
+ font-size: 12px;
325
+ height: 22px;
326
+ line-height: 22px;
327
+ padding-left: 5px;
328
+ }
329
+ .edui-notadd .edui-for-underline .edui-listitem-label {
330
+ min-width: 120px;
331
+ _width: 120px;
332
+ padding: 3px 5px;
333
+ font-size: 12px;
334
+ }
335
+
336
+ .edui-notadd .edui-for-fontsize .edui-listitem-label {
337
+ min-width: 120px;
338
+ _width: 120px;
339
+ padding: 3px 5px;
340
+
341
+ }
342
+
343
+ .edui-notadd .edui-for-paragraph .edui-listitem-label {
344
+ min-width: 200px;
345
+ _width: 200px;
346
+ padding: 2px 5px;
347
+ }
348
+
349
+ .edui-notadd .edui-for-rowspacingtop .edui-listitem-label,
350
+ .edui-notadd .edui-for-rowspacingbottom .edui-listitem-label {
351
+ min-width: 53px;
352
+ _width: 53px;
353
+ padding: 2px 5px;
354
+ }
355
+
356
+ .edui-notadd .edui-for-lineheight .edui-listitem-label {
357
+ min-width: 53px;
358
+ _width: 53px;
359
+ padding: 2px 5px;
360
+ }
361
+
362
+ .edui-notadd .edui-for-customstyle .edui-listitem-label {
363
+ min-width: 200px;
364
+ _width: 200px;
365
+ width: 200px !important;
366
+ padding: 2px 5px;
367
+ }
368
+ /* 可选中按钮弹出菜单*/
369
+ .edui-notadd .edui-menu {
370
+ z-index: 3000;
371
+ }
372
+
373
+ .edui-notadd .edui-menu .edui-popup-content {
374
+ padding: 0;
375
+ overflow: hidden;
376
+ }
377
+
378
+ .edui-notadd .edui-menu-body {
379
+ _width: 150px;
380
+ min-width: 170px;
381
+ }
382
+
383
+ .edui-notadd .edui-menuitem-body {
384
+ font-size: 14px;
385
+ color: #666;
386
+ }
387
+
388
+ .edui-notadd .edui-menuitem {
389
+ height: 30px;
390
+ cursor: default;
391
+ vertical-align: top;
392
+ }
393
+
394
+ .edui-notadd .edui-menuitem .edui-icon {
395
+ line-height: 1.3;
396
+ }
397
+
398
+ .edui-notadd .edui-menuitem .edui-label {
399
+ font-size: 12px;
400
+ line-height: 20px;
401
+ height: 20px;
402
+ padding-left: 10px;
403
+ }
404
+
405
+ .edui-notadd .edui-state-checked .edui-menuitem-body {
406
+ background: url("../images/icons-all.gif") no-repeat 6px -205px;
407
+ }
408
+
409
+ .edui-notadd .edui-state-disabled .edui-menuitem-label {
410
+ color: gray;
411
+ }
412
+
413
+ .edui-notadd .edui-menu-body .edui-menuitem.edui-for-setbordervisible {
414
+ padding-left: 25px;
415
+ }
416
+
417
+
418
+ /*不可选中菜单按钮 */
419
+ .edui-notadd .edui-toolbar .edui-combox-body .edui-button-body {
420
+ width: 60px;
421
+ font-size: 12px;
422
+ height: 20px;
423
+ line-height: 20px !important;
424
+ padding-left: 5px;
425
+ white-space: nowrap;
426
+ margin: 0 3px 0 0;
427
+ }
428
+
429
+ .edui-notadd .edui-toolbar .edui-combox-body .edui-arrow::after {
430
+ height: 25px;
431
+ line-height: 24px;
432
+ font-family:"edui-notadd" !important;
433
+ font-size: 26px;
434
+ font-style:normal;
435
+ -webkit-font-smoothing: antialiased;
436
+ -moz-osx-font-smoothing: grayscale;
437
+
438
+ content: "\e64f";
439
+ /*padding: 10px 0;*/
440
+ display: block;
441
+ }
442
+
443
+ .edui-notadd .edui-toolbar .edui-combox .edui-combox-body {
444
+ border: 1px solid #CCC;
445
+ background-color: white;
446
+ border-radius: 2px;
447
+ -webkit-border-radius: 2px;
448
+ -moz-border-radius: 2px;
449
+ margin: 0 10px;
450
+ height: 26px;
451
+ line-height: 26px;
452
+ }
453
+
454
+ .edui-notadd .edui-toolbar .edui-combox-body .edui-splitborder {
455
+ display: none;
456
+ }
457
+
458
+ .edui-notadd .edui-toolbar .edui-combox-body .edui-arrow {
459
+ border-left: 1px solid #CCC;
460
+ }
461
+
462
+ .edui-notadd .edui-toolbar .edui-state-hover .edui-combox-body {
463
+ background-color: #f3f3f3;
464
+ border: 1px solid #ccc;
465
+ }
466
+
467
+ .edui-notadd .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow {
468
+ border-left: 1px solid #ccc;
469
+ }
470
+
471
+ .edui-notadd .edui-toolbar .edui-state-checked .edui-combox-body {
472
+ background-color: #FFE69F;
473
+ border: 1px solid #DCAC6C;
474
+ }
475
+
476
+ .edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow {
477
+ border-left: 1px solid #DCAC6C;
478
+ }
479
+
480
+ .edui-toolbar .edui-state-disabled .edui-combox-body {
481
+ background-color: #F0F0EE;
482
+ opacity: 0.3;
483
+ filter: alpha(opacity = 30);
484
+ }
485
+
486
+ .edui-toolbar .edui-state-opened .edui-combox-body {
487
+ background-color: white;
488
+ border: 1px solid gray;
489
+ }
490
+ /*普通按钮样式及状态*/
491
+ .edui-notadd .edui-toolbar .edui-button .edui-icon,
492
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-icon,
493
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-icon {
494
+ padding: 5px !important;
495
+ display: block;
496
+ height: 26px !important;
497
+ width: 26px !important;
498
+ line-height: 1 !important;
499
+ }
500
+
501
+ .edui-notadd .edui-toolbar .edui-button .edui-icon::before,
502
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-icon::before,
503
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-icon::before {
504
+ display: none;
505
+ }
506
+
507
+ .edui-notadd .edui-toolbar .edui-button .edui-state-hover .edui-icon::before,
508
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-hover .edui-icon::before,
509
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-hover .edui-icon::before {
510
+ display: block;
511
+ }
512
+
513
+ .edui-notadd .edui-toolbar .edui-button .edui-state-hover .edui-icon svg,
514
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-hover .edui-icon svg,
515
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-hover .edui-icon svg {
516
+ display: none;
517
+ }
518
+
519
+ .edui-notadd .edui-toolbar .edui-button .edui-state-checked .edui-icon::before,
520
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-checked .edui-icon::before,
521
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-checked .edui-icon::before {
522
+ display: block;
523
+ }
524
+
525
+ .edui-notadd .edui-toolbar .edui-button .edui-state-checked .edui-icon svg,
526
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-checked .edui-icon svg,
527
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-checked .edui-icon svg {
528
+ display: none;
529
+ }
530
+
531
+ .edui-notadd .edui-toolbar .edui-button .edui-state-active .edui-icon::before,
532
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-active .edui-icon::before,
533
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-active .edui-icon::before {
534
+ display: block;
535
+ }
536
+
537
+ .edui-notadd .edui-toolbar .edui-button .edui-state-active .edui-icon svg,
538
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-active .edui-icon svg,
539
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-active .edui-icon svg {
540
+ display: none;
541
+ }
542
+
543
+ .edui-dialog-buttons .edui-icon svg {
544
+ display: none;
545
+ }
546
+
547
+ .edui-notadd .edui-toolbar .edui-button .edui-icon {
548
+ color: #666;
549
+ }
550
+
551
+ .edui-notadd .edui-toolbar .edui-button .edui-state-checked .edui-icon {
552
+ color: #fff;
553
+ }
554
+
555
+ .edui-notadd .edui-toolbar .edui-button .edui-button-wrap {
556
+ position: relative;
557
+ }
558
+
559
+ .edui-notadd .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap {
560
+ background-color: #e5e5e5;
561
+ padding: 0;
562
+ }
563
+
564
+ .edui-notadd .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap {
565
+ background-color: #666666;
566
+ padding: 0;
567
+ }
568
+
569
+ .edui-notadd .edui-toolbar .edui-button .edui-state-active .edui-button-wrap {
570
+ background-color: #666666;
571
+ padding: 0;
572
+ }
573
+
574
+ .edui-notadd .edui-toolbar .edui-button .edui-state-active .edui-icon {
575
+ color: #fff;
576
+ }
577
+
578
+ .edui-notadd .edui-toolbar .edui-state-disabled .edui-label {
579
+ color: #ccc;
580
+ }
581
+
582
+ .edui-notadd .edui-toolbar .edui-state-disabled .edui-icon {
583
+ opacity: 0.3;
584
+ filter: alpha(opacity=30);
585
+ }
586
+
587
+ /* toolbar icons */
588
+ .edui-notadd .edui-for-undo .edui-icon {
589
+ /*background-position: -160px 0;*/
590
+ }
591
+
592
+ .edui-notadd .edui-for-redo .edui-icon {
593
+ /*background-position: -100px 0;*/
594
+ }
595
+
596
+ .edui-notadd .edui-for-bold .edui-icon {
597
+ /*background-position: 0 0;*/
598
+ }
599
+
600
+ .edui-notadd .edui-for-italic .edui-icon {
601
+ /*background-position: -60px 0;*/
602
+ }
603
+
604
+ .edui-notadd .edui-for-fontborder .edui-icon {
605
+ /*background-position:-160px -40px;*/
606
+ }
607
+ .edui-notadd .edui-for-underline .edui-icon {
608
+ /*background-position: -140px 0;*/
609
+ }
610
+
611
+ .edui-notadd .edui-for-strikethrough .edui-icon {
612
+ /*background-position: -120px 0;*/
613
+ }
614
+
615
+ .edui-notadd .edui-for-subscript .edui-icon {
616
+ /*background-position: -600px 0;*/
617
+ }
618
+
619
+ .edui-notadd .edui-for-superscript .edui-icon {
620
+ /*background-position: -620px 0;*/
621
+ }
622
+
623
+ .edui-notadd .edui-for-blockquote .edui-icon {
624
+ /*background-position: -220px 0;*/
625
+ }
626
+
627
+ .edui-notadd .edui-for-forecolor .edui-icon {
628
+ /*background-position: -720px 0;*/
629
+ }
630
+
631
+ .edui-notadd .edui-for-backcolor .edui-icon {
632
+ /*background-position: -760px 0;*/
633
+ }
634
+
635
+ .edui-notadd .edui-for-inserttable .edui-icon {
636
+ /*background-position: -580px -20px;*/
637
+ }
638
+
639
+ .edui-notadd .edui-for-autotypeset .edui-icon {
640
+ /*background-position: -640px -40px;*/
641
+ }
642
+
643
+ .edui-notadd .edui-for-justifyleft .edui-icon {
644
+ /*background-position: -460px 0;*/
645
+ }
646
+
647
+ .edui-notadd .edui-for-justifycenter .edui-icon {
648
+ /*background-position: -420px 0;*/
649
+ }
650
+
651
+ .edui-notadd .edui-for-justifyright .edui-icon {
652
+ /*background-position: -480px 0;*/
653
+ }
654
+
655
+ .edui-notadd .edui-for-justifyjustify .edui-icon {
656
+ /*background-position: -440px 0;*/
657
+ }
658
+
659
+ .edui-notadd .edui-for-insertorderedlist .edui-icon {
660
+ /*background-position: -80px 0;*/
661
+ }
662
+
663
+ .edui-notadd .edui-for-insertunorderedlist .edui-icon {
664
+ /*background-position: -20px 0;*/
665
+ }
666
+
667
+ .edui-notadd .edui-for-lineheight .edui-icon {
668
+ /*background-position: -725px -40px;*/
669
+ }
670
+
671
+ .edui-notadd .edui-for-rowspacingbottom .edui-icon {
672
+ /*background-position: -745px -40px;*/
673
+ }
674
+
675
+ .edui-notadd .edui-for-rowspacingtop .edui-icon {
676
+ /*background-position: -765px -40px;*/
677
+ }
678
+
679
+ .edui-notadd .edui-for-horizontal .edui-icon {
680
+ /*background-position: -360px 0;*/
681
+ }
682
+
683
+ .edui-notadd .edui-for-link .edui-icon {
684
+ /*background-position: -500px 0;*/
685
+ }
686
+
687
+ .edui-notadd .edui-for-code .edui-icon {
688
+ /*background-position: -440px -40px;*/
689
+ }
690
+
691
+ .edui-notadd .edui-for-insertimage .edui-icon {
692
+ /*background-position: -726px -77px;*/
693
+ }
694
+
695
+ .edui-notadd .edui-for-insertframe .edui-icon {
696
+ /*background-position: -240px -40px;*/
697
+ }
698
+
699
+ .edui-notadd .edui-for-emoticon .edui-icon {
700
+ /*background-position: -60px -20px;*/
701
+ }
702
+
703
+ .edui-notadd .edui-for-spechars .edui-icon {
704
+ /*background-position: -240px 0;*/
705
+ }
706
+
707
+ .edui-notadd .edui-for-help .edui-icon {
708
+ /*background-position: -340px 0;*/
709
+ }
710
+
711
+ .edui-notadd .edui-for-print .edui-icon {
712
+ /*background-position: -440px -20px;*/
713
+ }
714
+
715
+ .edui-notadd .edui-for-preview .edui-icon {
716
+ /*background-position: -420px -20px;*/
717
+ }
718
+
719
+ .edui-notadd .edui-for-selectall .edui-icon {
720
+ /*background-position: -400px -20px;*/
721
+ }
722
+
723
+ .edui-notadd .edui-for-searchreplace .edui-icon {
724
+ /*background-position: -520px -20px;*/
725
+ }
726
+
727
+ .edui-notadd .edui-for-map .edui-icon {
728
+ /*background-position: -40px -40px;*/
729
+ }
730
+
731
+ .edui-notadd .edui-for-gmap .edui-icon {
732
+ /*background-position: -260px -40px;*/
733
+ }
734
+
735
+ .edui-notadd .edui-for-insertvideo .edui-icon {
736
+ /*background-position: -320px -20px;*/
737
+ }
738
+
739
+ .edui-notadd .edui-for-time .edui-icon {
740
+ /*background-position: -160px -20px;*/
741
+ }
742
+
743
+ .edui-notadd .edui-for-date .edui-icon {
744
+ /*background-position: -140px -20px;*/
745
+ }
746
+
747
+ .edui-notadd .edui-for-cut .edui-icon {
748
+ /*background-position: -680px 0;*/
749
+ }
750
+
751
+ .edui-notadd .edui-for-copy .edui-icon {
752
+ /*background-position: -700px 0;*/
753
+ }
754
+
755
+ .edui-notadd .edui-for-paste .edui-icon {
756
+ /*background-position: -560px 0;*/
757
+ }
758
+
759
+ .edui-notadd .edui-for-formatmatch .edui-icon {
760
+ /*background-position: -40px 0;*/
761
+ }
762
+
763
+ .edui-notadd .edui-for-pasteplain .edui-icon {
764
+ /*background-position: -360px -20px;*/
765
+ }
766
+
767
+ .edui-notadd .edui-for-directionalityltr .edui-icon {
768
+ /*background-position: -20px -20px;*/
769
+ }
770
+
771
+ .edui-notadd .edui-for-directionalityrtl .edui-icon {
772
+ /*background-position: -40px -20px;*/
773
+ }
774
+
775
+ .edui-notadd .edui-for-source .edui-icon {
776
+ /*background-position: -261px -0px;*/
777
+ }
778
+
779
+ .edui-notadd .edui-for-removeformat .edui-icon {
780
+ /*background-position: -580px 0;*/
781
+ }
782
+
783
+ .edui-notadd .edui-for-unlink .edui-icon {
784
+ /*background-position: -640px 0;*/
785
+ }
786
+
787
+ .edui-notadd .edui-for-touppercase .edui-icon {
788
+ /*background-position: -786px 0;*/
789
+ }
790
+
791
+ .edui-notadd .edui-for-tolowercase .edui-icon {
792
+ /*background-position: -806px 0;*/
793
+ }
794
+
795
+ .edui-notadd .edui-for-insertrow .edui-icon {
796
+ /*background-position: -478px -76px;*/
797
+ }
798
+
799
+ .edui-notadd .edui-for-insertrownext .edui-icon {
800
+ /*background-position: -498px -76px;*/
801
+ }
802
+
803
+ .edui-notadd .edui-for-insertcol .edui-icon {
804
+ /*background-position: -455px -76px;*/
805
+ }
806
+
807
+ .edui-notadd .edui-for-insertcolnext .edui-icon {
808
+ /*background-position: -429px -76px;*/
809
+ }
810
+
811
+ .edui-notadd .edui-for-mergeright .edui-icon {
812
+ /*background-position: -60px -40px;*/
813
+ }
814
+
815
+ .edui-notadd .edui-for-mergedown .edui-icon {
816
+ /*background-position: -80px -40px;*/
817
+ }
818
+
819
+ .edui-notadd .edui-for-splittorows .edui-icon {
820
+ /*background-position: -100px -40px;*/
821
+ }
822
+
823
+ .edui-notadd .edui-for-splittocols .edui-icon {
824
+ /*background-position: -120px -40px;*/
825
+ }
826
+
827
+ .edui-notadd .edui-for-insertparagraphbeforetable .edui-icon {
828
+ /*background-position: -140px -40px;*/
829
+ }
830
+
831
+ .edui-notadd .edui-for-deleterow .edui-icon {
832
+ /*background-position: -660px -20px;*/
833
+ }
834
+
835
+ .edui-notadd .edui-for-deletecol .edui-icon {
836
+ /*background-position: -640px -20px;*/
837
+ }
838
+
839
+ .edui-notadd .edui-for-splittocells .edui-icon {
840
+ /*background-position: -800px -20px;*/
841
+ }
842
+
843
+ .edui-notadd .edui-for-mergecells .edui-icon {
844
+ /*background-position: -760px -20px;*/
845
+ }
846
+
847
+ .edui-notadd .edui-for-deletetable .edui-icon {
848
+ /*background-position: -620px -20px;*/
849
+ }
850
+
851
+ .edui-notadd .edui-for-cleardoc .edui-icon {
852
+ /*background-position: -520px 0;*/
853
+ }
854
+
855
+ .edui-notadd .edui-for-fullscreen .edui-icon {
856
+ /*background-position: -100px -20px;*/
857
+ }
858
+
859
+ .edui-notadd .edui-for-anchor .edui-icon {
860
+ /*background-position: -200px 0;*/
861
+ }
862
+
863
+ .edui-notadd .edui-for-pagebreak .edui-icon {
864
+ /*background-position: -460px -40px;*/
865
+ }
866
+
867
+ .edui-notadd .edui-for-imagenone .edui-icon {
868
+ /*background-position: -480px -40px;*/
869
+ }
870
+
871
+ .edui-notadd .edui-for-imageleft .edui-icon {
872
+ /*background-position: -500px -40px;*/
873
+ }
874
+
875
+ .edui-notadd .edui-for-wordimage .edui-icon {
876
+ /*background-position: -660px -40px;*/
877
+ }
878
+
879
+ .edui-notadd .edui-for-imageright .edui-icon {
880
+ /*background-position: -520px -40px;*/
881
+ }
882
+
883
+ .edui-notadd .edui-for-imagecenter .edui-icon {
884
+ /*background-position: -540px -40px;*/
885
+ }
886
+
887
+ .edui-notadd .edui-for-indent .edui-icon {
888
+ /*background-position: -400px 0;*/
889
+ }
890
+
891
+ .edui-notadd .edui-for-outdent .edui-icon {
892
+ /*background-position: -540px 0;*/
893
+ }
894
+
895
+ .edui-notadd .edui-for-webapp .edui-icon {
896
+ /*background-position: -601px -40px*/
897
+ }
898
+
899
+ .edui-notadd .edui-for-table .edui-icon {
900
+ /*background-position: -580px -20px;*/
901
+ }
902
+
903
+ .edui-notadd .edui-for-edittable .edui-icon {
904
+ /*background-position: -420px -40px;*/
905
+ }
906
+
907
+ .edui-notadd .edui-for-template .edui-icon {
908
+ /*background-position: -339px -40px;*/
909
+ }
910
+
911
+ .edui-notadd .edui-for-delete .edui-icon {
912
+ /*background-position: -360px -40px;*/
913
+ }
914
+
915
+ .edui-notadd .edui-for-attachment .edui-icon {
916
+ /*background-position: -620px -40px;*/
917
+ }
918
+
919
+ .edui-notadd .edui-for-edittd .edui-icon {
920
+ /*background-position: -700px -40px;*/
921
+ }
922
+
923
+ .edui-notadd .edui-for-snapscreen .edui-icon {
924
+ /*background-position: -581px -40px*/
925
+ }
926
+
927
+ .edui-notadd .edui-for-scrawl .edui-icon {
928
+ /*background-position: -801px -41px*/
929
+ }
930
+
931
+ .edui-notadd .edui-for-background .edui-icon {
932
+ /*background-position: -680px -40px;*/
933
+ }
934
+
935
+ .edui-notadd .edui-for-music .edui-icon {
936
+ /*background-position: -18px -40px*/
937
+ }
938
+
939
+ .edui-notadd .edui-for-formula .edui-icon {
940
+ /*background-position: -200px -40px*/
941
+ }
942
+
943
+ .edui-notadd .edui-for-aligntd .edui-icon {
944
+ /*background-position: -236px -76px;*/
945
+ }
946
+
947
+ .edui-notadd .edui-for-insertparagraphtrue .edui-icon {
948
+ /*background-position: -625px -76px;*/
949
+ }
950
+
951
+ .edui-notadd .edui-for-insertparagraph .edui-icon {
952
+ /*background-position: -602px -76px;*/
953
+ }
954
+
955
+ .edui-notadd .edui-for-insertcaption .edui-icon {
956
+ /*background-position: -336px -76px;*/
957
+ }
958
+
959
+ .edui-notadd .edui-for-deletecaption .edui-icon {
960
+ /*background-position: -362px -76px;*/
961
+ }
962
+
963
+ .edui-notadd .edui-for-inserttitle .edui-icon {
964
+ /*background-position: -286px -76px;*/
965
+ }
966
+
967
+ .edui-notadd .edui-for-deletetitle .edui-icon {
968
+ /*background-position: -311px -76px;*/
969
+ }
970
+
971
+ .edui-notadd .edui-for-aligntable .edui-icon {
972
+ /*background-position: -440px 0;*/
973
+ }
974
+
975
+ .edui-notadd .edui-for-tablealignment-left .edui-icon {
976
+ /*background-position: -460px 0;*/
977
+ }
978
+
979
+ .edui-notadd .edui-for-tablealignment-center .edui-icon {
980
+ /*background-position: -420px 0;*/
981
+ }
982
+
983
+ .edui-notadd .edui-for-tablealignment-right .edui-icon {
984
+ /*background-position: -480px 0;*/
985
+ }
986
+
987
+ .edui-notadd .edui-for-drafts .edui-icon {
988
+ /*background-position: -560px 0;*/
989
+ }
990
+
991
+ .edui-notadd .edui-for-charts .edui-icon {
992
+ /*background: url( ../images/charts.png ) no-repeat 2px 3px!important;*/
993
+ }
994
+
995
+ .edui-notadd .edui-for-inserttitlecol .edui-icon {
996
+ /*background-position: -673px -76px;*/
997
+ }
998
+
999
+ .edui-notadd .edui-for-deletetitlecol .edui-icon {
1000
+ /*background-position: -698px -76px;*/
1001
+ }
1002
+
1003
+ .edui-notadd .edui-for-simpleupload .edui-icon {
1004
+ /*background-position: -380px 0px;*/
1005
+ }
1006
+
1007
+ @font-face {font-family: "edui-notadd";
1008
+ src: url('../fonts/iconfont.eot?t=1544182120898'); /* IE9*/
1009
+ src: url('../fonts/iconfont.eot?t=1544182120898#iefix') format('embedded-opentype'), /* IE6-IE8 */
1010
+ url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
1011
+ url('../fonts/iconfont.ttf?t=1544182120898') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
1012
+ url('../fonts/iconfont.svg?t=1544182120898#edui-notadd') format('svg'); /* iOS 4.1- */
1013
+ }
1014
+
1015
+ .edui-notadd .edui-icon{
1016
+ font-family:"edui-notadd" !important;
1017
+ font-size:16px;
1018
+ font-style:normal;
1019
+ -webkit-font-smoothing: antialiased;
1020
+ -moz-osx-font-smoothing: grayscale;
1021
+ }
1022
+ .edui-iconfont {
1023
+ width: 1em;
1024
+ height: 1em;
1025
+ vertical-align: -0.15em;
1026
+ fill: currentColor;
1027
+ overflow: hidden;
1028
+ }
1029
+
1030
+ .edui-for-close .edui-icon:before { content: "\e654"; }
1031
+
1032
+ .edui-for-searchreplace .edui-icon:before { content: "\e70f"; }
1033
+
1034
+ .edui-for-italic .edui-icon:before { content: "\e62d"; }
1035
+
1036
+ .edui-for-insertcaption .edui-icon:before { content: "\e657"; }
1037
+
1038
+ .edui-for-insertparagraph .edui-icon:before { content: "\e62e"; }
1039
+
1040
+ .edui-for-inserttitlecol .edui-icon:before { content: "\e659"; }
1041
+
1042
+ .edui-for-insertimage .edui-icon:before { content: "\e617"; }
1043
+
1044
+ .edui-for-previousstep .edui-icon:before { content: "\e630"; }
1045
+
1046
+ .edui-for-nextstep .edui-icon:before { content: "\e631"; }
1047
+
1048
+ .edui-for-scaleboard .edui-icon:before { content: "\e632"; }
1049
+
1050
+ .edui-for-brush .edui-icon:before { content: "\e633"; }
1051
+
1052
+ .edui-for-background .edui-icon:before { content: "\e65d"; }
1053
+
1054
+ .edui-for-strikethrough .edui-icon:before { content: "\e60c"; }
1055
+
1056
+ .edui-for-spechars .edui-icon:before { content: "\e603"; }
1057
+
1058
+ .edui-for-clearboard .edui-icon:before { content: "\e634"; }
1059
+
1060
+ .edui-for-bold .edui-icon:before { content: "\e604"; }
1061
+
1062
+ .edui-for-fullscreen .edui-icon:before { content: "\e656"; }
1063
+
1064
+ .edui-for-formatmatch .edui-icon:before { content: "\e60d"; }
1065
+
1066
+ .edui-for-underline .edui-icon:before { content: "\e605"; }
1067
+
1068
+ .edui-for-removeformat .edui-icon:before { content: "\e60e"; }
1069
+
1070
+ .edui-for-blockquote .edui-icon:before { content: "\e60f"; }
1071
+
1072
+ .edui-for-anchor .edui-icon:before { content: "\e618"; }
1073
+
1074
+ .edui-for-help .edui-icon:before { content: "\e619"; }
1075
+
1076
+ .edui-for-horizontal .edui-icon:before { content: "\e638"; }
1077
+
1078
+ .edui-for-simpleupload .edui-icon:before { content: "\e61a"; }
1079
+
1080
+ .edui-for-indent .edui-icon:before { content: "\e61b"; }
1081
+
1082
+ .edui-for-justifycenter .edui-icon:before { content: "\e61c"; }
1083
+
1084
+ .edui-for-justifyleft .edui-icon:before { content: "\e61d"; }
1085
+
1086
+ .edui-for-justifyjustify .edui-icon:before { content: "\e61e"; }
1087
+
1088
+ .edui-for-justifyright .edui-icon:before { content: "\e61f"; }
1089
+
1090
+ .edui-for-link .edui-icon:before { content: "\e620"; }
1091
+
1092
+ .edui-for-cleardoc .edui-icon:before { content: "\e621"; }
1093
+
1094
+ .edui-for-drafts .edui-icon:before { content: "\e610"; }
1095
+
1096
+ .edui-for-subscript .edui-icon:before { content: "\e611"; }
1097
+
1098
+ .edui-for-unlink .edui-icon:before { content: "\e622"; }
1099
+
1100
+ .edui-for-superscript .edui-icon:before { content: "\e612"; }
1101
+
1102
+ .edui-for-forecolor .edui-icon:before { content: "\e63a"; }
1103
+
1104
+ .edui-for-backcolor .edui-icon:before { content: "\e655"; }
1105
+
1106
+ .edui-for-touppercase .edui-icon:before { content: "\e623"; }
1107
+
1108
+ .edui-for-tolowercase .edui-icon:before { content: "\e624"; }
1109
+
1110
+ .edui-for-insertvideo .edui-icon:before { content: "\e627"; }
1111
+
1112
+ .edui-for-emotion .edui-icon:before { content: "\e606"; }
1113
+
1114
+ .edui-for-pasteplain .edui-icon:before { content: "\e613"; }
1115
+
1116
+ .edui-for-preview .edui-icon:before { content: "\e63b"; }
1117
+
1118
+ .edui-for-print .edui-icon:before { content: "\e63c"; }
1119
+
1120
+ .edui-for-selectall .edui-icon:before { content: "\e614"; }
1121
+
1122
+ .edui-for-mergecells .edui-icon:before { content: "\e63d"; }
1123
+
1124
+ .edui-for-deletecol .edui-icon:before { content: "\e63e"; }
1125
+
1126
+ .edui-for-deleterow .edui-icon:before { content: "\e63f"; }
1127
+
1128
+ .edui-for-attachment .edui-icon:before { content: "\e628"; }
1129
+
1130
+ .edui-for-music .edui-icon:before { content: "\e640"; }
1131
+
1132
+ .edui-for-gmap .edui-icon:before { content: "\e629"; }
1133
+
1134
+ .edui-for-insertframe .edui-icon:before { content: "\e645"; }
1135
+
1136
+ .edui-for-pdfformat .edui-icon:before { content: "\e62f"; }
1137
+
1138
+ .edui-for-word .edui-icon:before { content: "\e646"; }
1139
+
1140
+ .edui-for-excel .edui-icon:before { content: "\e647"; }
1141
+
1142
+ .edui-for-time .edui-icon:before { content: "\e64a"; }
1143
+
1144
+ .edui-for-snapscreen .edui-icon:before { content: "\e650"; }
1145
+
1146
+ .edui-for-wordimage .edui-icon:before { content: "\e652"; }
1147
+
1148
+ .edui-for-edittd .edui-icon:before { content: "\e65a"; }
1149
+
1150
+ .edui-for-lineheight .edui-icon:before { content: "\e62a"; }
1151
+
1152
+ .edui-for-rowspacingbottom .edui-icon:before { content: "\e62b"; }
1153
+
1154
+ .edui-for-rowspacingtop .edui-icon:before { content: "\e62c"; }
1155
+
1156
+ .edui-for-scrawl .edui-icon:before { content: "\e616"; }
1157
+
1158
+ .edui-for-redo .edui-icon:before { content: "\e609"; }
1159
+
1160
+ .edui-for-undo .edui-icon:before { content: "\e600"; }
1161
+
1162
+ .edui-for-inserttitle .edui-icon:before { content: "\e65b"; }
1163
+
1164
+ .edui-for-insertparagraphtrue .edui-icon:before { content: "\e660"; }
1165
+
1166
+ .edui-for-aligntable .edui-icon:before { content: "\e662"; }
1167
+
1168
+ .edui-for-table .edui-icon:before { content: "\e664"; }
1169
+
1170
+ .edui-for-tablealignment-left .edui-icon:before { content: "\e663"; }
1171
+
1172
+ .edui-for-tablealignment-center .edui-icon:before { content: "\e665"; }
1173
+
1174
+ .edui-for-tablealignment-right .edui-icon:before { content: "\e666"; }
1175
+
1176
+ .edui-for-paste .edui-icon:before { content: "\e667"; }
1177
+
1178
+ .edui-for-map .edui-icon:before { content: "\e668"; }
1179
+
1180
+ .edui-for-directionalityrtl .edui-icon:before { content: "\e601"; }
1181
+
1182
+ .edui-for-imagecenter .edui-icon:before { content: "\e602"; }
1183
+
1184
+ .edui-for-imagenone .edui-icon:before { content: "\e607"; }
1185
+
1186
+ .edui-for-fontborder .edui-icon:before { content: "\e608"; }
1187
+
1188
+ .edui-for-edittable .edui-icon:before { content: "\e60a"; }
1189
+
1190
+ .edui-for-imageleft .edui-icon:before { content: "\e60b"; }
1191
+
1192
+ .edui-for-imageright .edui-icon:before { content: "\e615"; }
1193
+
1194
+ .edui-for-insertcol .edui-icon:before { content: "\e625"; }
1195
+
1196
+ .edui-for-insertcolnext .edui-icon:before { content: "\e626"; }
1197
+
1198
+ .edui-for-insertorderedlist .edui-icon:before { content: "\e635"; }
1199
+
1200
+ .edui-for-insertparagraphbeforetable .edui-icon:before { content: "\e636"; }
1201
+
1202
+ .edui-for-insertrow .edui-icon:before { content: "\e637"; }
1203
+
1204
+ .edui-for-insertrownext .edui-icon:before { content: "\e639"; }
1205
+
1206
+ .edui-for-insertunorderedlist .edui-icon:before { content: "\e641"; }
1207
+
1208
+ .edui-for-mergeright .edui-icon:before { content: "\e642"; }
1209
+
1210
+ .edui-for-mergedown .edui-icon:before { content: "\e643"; }
1211
+
1212
+ .edui-for-inserttable .edui-icon:before { content: "\e644"; }
1213
+
1214
+ .edui-for-pagebreak .edui-icon:before { content: "\e648"; }
1215
+
1216
+ .edui-for-source .edui-icon:before { content: "\e649"; }
1217
+
1218
+ .edui-for-splittorows .edui-icon:before { content: "\e64b"; }
1219
+
1220
+ .edui-for-splittocols .edui-icon:before { content: "\e64c"; }
1221
+
1222
+ .edui-for-splittocells .edui-icon:before { content: "\e64d"; }
1223
+
1224
+ .edui-for-arrow .edui-icon:before { content: "\e64f"; }
1225
+
1226
+ .edui-for-aligntd .edui-icon:before { content: "\e651"; }
1227
+
1228
+ .edui-for-autotypeset .edui-icon:before { content: "\e653"; }
1229
+
1230
+ .edui-for-charts .edui-icon:before { content: "\e658"; }
1231
+
1232
+ .edui-for-closeerror .edui-icon:before { content: "\e65c"; }
1233
+
1234
+ .edui-for-copy .edui-icon:before { content: "\e65f"; }
1235
+
1236
+ .edui-for-date .edui-icon:before { content: "\e661"; }
1237
+
1238
+ .edui-for-deletetable .edui-icon:before { content: "\e669"; }
1239
+
1240
+ .edui-for-directionalityltr .edui-icon:before { content: "\e66a"; }
1241
+
1242
+ .edui-for-arrowright .edui-icon:before { content: "\e66b"; }
1243
+
1244
+ .edui-for-tableleft .edui-icon:before { content: "\e66c"; }
1245
+
1246
+ .edui-for-tableright .edui-icon:before { content: "\e66d"; }
1247
+
1248
+ .edui-for-tablecenter .edui-icon:before { content: "\e66e"; }
1249
+
1250
+ .edui-for-videoleft .edui-icon:before { content: "\e66f"; }
1251
+
1252
+ .edui-for-videocenter .edui-icon:before { content: "\e670"; }
1253
+
1254
+ .edui-for-videonone .edui-icon:before { content: "\e671"; }
1255
+
1256
+ .edui-for-videoright .edui-icon:before { content: "\e672"; }
1257
+
1258
+ .edui-for-template .edui-icon:before { content: "\e64e"; }
1259
+
1260
+ .edui-for-addfile .edui-icon:before { content: "\e673"; }
1261
+
1262
+ .edui-for-selected .edui-icon:before { content: "\e674"; }
1263
+
1264
+ .edui-for-pickarea .edui-icon:before { content: "\e675"; }
1265
+
1266
+ .edui-for-overlay .edui-icon:before { content: "\e676"; }
1267
+
1268
+ .edui-for-preitem .edui-icon:before { content: "\e677"; }
1269
+
1270
+ .edui-for-preitem1 .edui-icon:before { content: "\e678"; }
1271
+
1272
+ .edui-for-preitem2 .edui-icon:before { content: "\e679"; }
1273
+
1274
+ .edui-for-preitem3 .edui-icon:before { content: "\e67a"; }
1275
+
1276
+ .edui-for-preitem4 .edui-icon:before { content: "\e67b"; }
1277
+
1278
+
1279
+ /*splitbutton*/
1280
+ .edui-notadd .edui-toolbar .edui-splitbutton-body .edui-arrow::after,
1281
+ .edui-notadd .edui-toolbar .edui-menubutton-body .edui-arrow::after {
1282
+ font-family:"edui-notadd" !important;
1283
+ font-size:16px;
1284
+ font-style:normal;
1285
+ -webkit-font-smoothing: antialiased;
1286
+ -moz-osx-font-smoothing: grayscale;
1287
+
1288
+ content: "\e64f";
1289
+ display: block;
1290
+ position: relative;
1291
+ right: 5px;
1292
+ }
1293
+
1294
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-splitbutton-body,
1295
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-menubutton-body {
1296
+ /*padding: 1px;*/
1297
+ }
1298
+
1299
+ .edui-notadd .edui-toolbar .edui-splitborder {
1300
+ height: 20px;
1301
+ }
1302
+
1303
+ .edui-notadd .edui-toolbar .edui-state-hover .edui-splitborder {
1304
+ /*width: 1px;*/
1305
+ /*border-left: 0px solid #dcac6c;*/
1306
+ }
1307
+
1308
+ .edui-notadd .edui-toolbar .edui-state-active .edui-splitborder {
1309
+ /*width: 0;*/
1310
+ /*border-left: 1px solid gray;*/
1311
+ }
1312
+
1313
+ .edui-notadd .edui-toolbar .edui-state-opened .edui-splitborder {
1314
+ /*width: 1px;*/
1315
+ /*border: 0;*/
1316
+ }
1317
+
1318
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-checked .edui-icon,
1319
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-checked .edui-icon {
1320
+ color: #fff;
1321
+ }
1322
+
1323
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body,
1324
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body {
1325
+ background-color: #e5e5e5;
1326
+ /*border: 1px solid #dcac6c;*/
1327
+ padding: 0;
1328
+ }
1329
+
1330
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body,
1331
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body {
1332
+ background-color: #666;
1333
+ padding: 0;
1334
+ }
1335
+
1336
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body,
1337
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body {
1338
+ background-color: #666;
1339
+ padding: 0;
1340
+ }
1341
+
1342
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-active .edui-icon,
1343
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-active .edui-icon {
1344
+ color: #fff;
1345
+ }
1346
+
1347
+ .edui-notadd .edui-state-disabled .edui-arrow {
1348
+ opacity: 0.3;
1349
+ _filter: alpha(opacity = 30);
1350
+ }
1351
+
1352
+ .edui-notadd .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body,
1353
+ .edui-notadd .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body {
1354
+ padding: 0;
1355
+ }
1356
+
1357
+ .edui-notadd .edui-for-insertorderedlist .edui-bordereraser,
1358
+ .edui-notadd .edui-for-lineheight .edui-bordereraser,
1359
+ .edui-notadd .edui-for-rowspacingtop .edui-bordereraser,
1360
+ .edui-notadd .edui-for-rowspacingbottom .edui-bordereraser,
1361
+ .edui-notadd .edui-for-insertunorderedlist .edui-bordereraser {
1362
+ background-color: white;
1363
+ }
1364
+
1365
+ /* 解决嵌套导致的图标问题 */
1366
+ .edui-notadd .edui-for-insertorderedlist .edui-popup-body .edui-icon,
1367
+ .edui-notadd .edui-for-lineheight .edui-popup-body .edui-icon,
1368
+ .edui-notadd .edui-for-rowspacingtop .edui-popup-body .edui-icon,
1369
+ .edui-notadd .edui-for-rowspacingbottom .edui-popup-body .edui-icon,
1370
+ .edui-notadd .edui-for-insertunorderedlist .edui-popup-body .edui-icon {
1371
+ background-image: none ;
1372
+ }
1373
+
1374
+ /* 弹出菜单 */
1375
+ .edui-notadd .edui-popup {
1376
+ z-index: 3000;
1377
+ width:auto;
1378
+ height:auto;
1379
+
1380
+ }
1381
+
1382
+ .edui-notadd .edui-popup .edui-shadow {
1383
+ left: 0;
1384
+ top: 0;
1385
+ width: 100%;
1386
+ height: 100%;
1387
+ }
1388
+
1389
+ .edui-notadd .edui-popup-content {
1390
+ border:1px solid #ccc;
1391
+ border: 1px solid rgba(0, 0, 0, 0.2);
1392
+ *border-right-width: 2px;
1393
+ *border-bottom-width: 2px;
1394
+ -webkit-border-radius: 6px;
1395
+ -moz-border-radius: 6px;
1396
+ border-radius: 6px;
1397
+ -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1398
+ -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1399
+ box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
1400
+ -webkit-background-clip: padding-box;
1401
+ -moz-background-clip: padding;
1402
+ background-clip: padding-box;
1403
+ padding: 10px;
1404
+ background:#ffffff;
1405
+ }
1406
+
1407
+ .edui-notadd .edui-popup .edui-bordereraser {
1408
+ background-color: white;
1409
+ height: 3px;
1410
+ display: none;
1411
+ }
1412
+
1413
+ .edui-notadd .edui-menu .edui-bordereraser {
1414
+ height: 3px;
1415
+ }
1416
+
1417
+ .edui-notadd .edui-anchor-topleft .edui-bordereraser {
1418
+ left: 1px;
1419
+ top: -2px;
1420
+ }
1421
+
1422
+ .edui-notadd .edui-anchor-topright .edui-bordereraser {
1423
+ right: 1px;
1424
+ top: -2px;
1425
+ }
1426
+
1427
+ .edui-notadd .edui-anchor-bottomleft .edui-bordereraser {
1428
+ left: 0;
1429
+ bottom: -6px;
1430
+ height: 7px;
1431
+ border-left: 1px solid gray;
1432
+ border-right: 1px solid gray;
1433
+ }
1434
+
1435
+ .edui-notadd .edui-anchor-bottomright .edui-bordereraser {
1436
+ right: 0;
1437
+ bottom: -6px;
1438
+ height: 7px;
1439
+ border-left: 1px solid gray;
1440
+ border-right: 1px solid gray;
1441
+ }
1442
+
1443
+ .edui-popup div{
1444
+ width:auto;
1445
+ height:auto;
1446
+ }
1447
+
1448
+ .edui-notadd .edui-bubble .edui-popup-body{
1449
+ width: 355px !important;
1450
+ height: 40px !important;
1451
+ }
1452
+ .edui-notadd .edui-editor-messageholder {
1453
+ display: block;
1454
+ width: 150px;
1455
+ height: auto;
1456
+ border: 0;
1457
+ margin: 0;
1458
+ padding: 0;
1459
+ position: absolute;
1460
+ top: 28px;
1461
+ right: 3px;
1462
+ }
1463
+
1464
+ .edui-notadd .edui-message{
1465
+ min-height: 10px;
1466
+ text-shadow: 0 1px 0 rgba(255,255,255,0.5);
1467
+ padding: 0;
1468
+ margin-bottom: 3px;
1469
+ position: relative;
1470
+ }
1471
+ .edui-notadd .edui-message-body{
1472
+ border-radius: 3px;
1473
+ padding: 8px 15px 8px 8px;
1474
+ color: #c09853;
1475
+ background-color: #fcf8e3;
1476
+ border: 1px solid #fbeed5;
1477
+ }
1478
+ .edui-notadd .edui-message-type-info{
1479
+ color: #3a87ad;
1480
+ background-color: #d9edf7;
1481
+ border-color: #bce8f1
1482
+ }
1483
+ .edui-notadd .edui-message-type-success{
1484
+ color: #468847;
1485
+ background-color: #dff0d8;
1486
+ border-color: #d6e9c6
1487
+ }
1488
+ .edui-notadd .edui-message-type-danger,
1489
+ .edui-notadd .edui-message-type-error{
1490
+ color: #b94a48;
1491
+ background-color: #f2dede;
1492
+ border-color: #eed3d7
1493
+ }
1494
+ .edui-notadd .edui-message .edui-message-closer {
1495
+ display: block;
1496
+ width: 16px;
1497
+ height: 16px;
1498
+ line-height: 16px;
1499
+ position: absolute;
1500
+ top: 0;
1501
+ right: 0;
1502
+ padding: 0;
1503
+ cursor: pointer;
1504
+ background: transparent;
1505
+ border: 0;
1506
+ float: right;
1507
+ font-size: 20px;
1508
+ font-weight: bold;
1509
+ color: #999;
1510
+ text-shadow: 0 1px 0 #fff;
1511
+ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
1512
+ }
1513
+ .edui-notadd .edui-message .edui-message-content {
1514
+ font-size: 10pt;
1515
+ word-wrap: break-word;
1516
+ word-break: normal;
1517
+ }
1518
+ /* 弹出对话框按钮和对话框大小 */
1519
+ .edui-notadd .edui-dialog {
1520
+ z-index: 2000;
1521
+ position: absolute;
1522
+
1523
+ }
1524
+
1525
+ .edui-dialog div{
1526
+ width:auto;
1527
+ }
1528
+
1529
+ .edui-notadd .edui-dialog-wrap {
1530
+ margin-right: 6px;
1531
+ margin-bottom: 6px;
1532
+ }
1533
+
1534
+ .edui-notadd .edui-dialog-fullscreen-flag {
1535
+ margin-right: 0;
1536
+ margin-bottom: 0;
1537
+ }
1538
+
1539
+ .edui-notadd .edui-dialog-body {
1540
+ box-sizing: content-box;
1541
+ position: relative;
1542
+ padding:2px;
1543
+ _zoom: 1;
1544
+ }
1545
+
1546
+ .edui-notadd .edui-dialog-fullscreen-flag .edui-dialog-body {
1547
+ padding: 0;
1548
+ }
1549
+
1550
+ .edui-notadd .edui-dialog-shadow {
1551
+ position: absolute;
1552
+ z-index: -1;
1553
+ left: 0;
1554
+ top: 0;
1555
+ width: 100%;
1556
+ height: 100%;
1557
+ background-color: #ffffff;
1558
+ border: 1px solid #ccc;
1559
+ border: 1px solid rgba(0, 0, 0, 0.2);
1560
+ *border-right-width: 2px;
1561
+ *border-bottom-width: 2px;
1562
+ -webkit-border-radius: 6px;
1563
+ -moz-border-radius: 6px;
1564
+ border-radius: 6px;
1565
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1566
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1567
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1568
+ -webkit-background-clip: padding-box;
1569
+ -moz-background-clip: padding;
1570
+ background-clip: padding-box;
1571
+ }
1572
+
1573
+ .edui-notadd .edui-dialog-foot {
1574
+ background-color: white;
1575
+ }
1576
+
1577
+ .edui-notadd .edui-dialog-titlebar {
1578
+ height: 50px;
1579
+ border-bottom: 2px solid #ccc;
1580
+ position: relative;
1581
+ cursor: move;
1582
+ }
1583
+ .edui-notadd .edui-dialog-caption {
1584
+ font-weight: bold;
1585
+ font-size: 16px;
1586
+ line-height: 50px;
1587
+ padding-left: 20px;
1588
+ color: #444;
1589
+ }
1590
+
1591
+ .edui-notadd .edui-dialog-draghandle {
1592
+ height: 50px;
1593
+ }
1594
+
1595
+ .edui-notadd .edui-dialog-closebutton {
1596
+ position: absolute !important;
1597
+ right: 20px;
1598
+ top: 15px;
1599
+ }
1600
+
1601
+ .edui-notadd .edui-dialog-closebutton .edui-button-body {
1602
+ height: 20px;
1603
+ width: 20px;
1604
+ cursor: pointer;
1605
+ /*background: url("../images/icons-all.gif") no-repeat 0 -59px;*/
1606
+ }
1607
+
1608
+ .edui-notadd .edui-dialog-closebutton .edui-state-hover .edui-button-body {
1609
+ /*background: url("../images/icons-all.gif") no-repeat 0 -89px;*/
1610
+ }
1611
+
1612
+ .edui-notadd .edui-dialog-foot {
1613
+ position: relative;
1614
+ height: 56px;
1615
+ border-top: 2px solid #ccc;
1616
+ }
1617
+
1618
+ .edui-notadd .edui-dialog-buttons {
1619
+ position: absolute;
1620
+ right: 10px;
1621
+ bottom: 10px;
1622
+ }
1623
+
1624
+ .edui-notadd .edui-dialog-buttons .edui-button {
1625
+ margin-right: 10px;
1626
+ }
1627
+
1628
+ .edui-notadd .edui-dialog-buttons .edui-okbutton {
1629
+ background-color: #3498db;
1630
+ border-radius: 5px;
1631
+ color: #fff;
1632
+ }
1633
+
1634
+ .edui-notadd .edui-dialog-buttons .edui-cancelbutton {
1635
+ background-color: #f3f3f3;
1636
+ border-radius: 5px;
1637
+ color: #898989;
1638
+ }
1639
+
1640
+ .edui-notadd .edui-dialog-buttons .edui-button .edui-button-body {
1641
+ height: 34px;
1642
+ width: 94px;
1643
+ font-size: 12px;
1644
+ line-height: 34px;
1645
+ text-align: center;
1646
+ cursor: default;
1647
+ border-radius: 5px;
1648
+ }
1649
+
1650
+
1651
+ .edui-notadd .edui-dialog iframe {
1652
+ border: 0;
1653
+ padding: 0;
1654
+ margin: 0;
1655
+ vertical-align: top;
1656
+ }
1657
+
1658
+ .edui-notadd .edui-dialog-modalmask {
1659
+ opacity: 0.3;
1660
+ filter: alpha(opacity = 30);
1661
+ background-color: #000;
1662
+ position: absolute;
1663
+ }
1664
+
1665
+ .edui-notadd .edui-dialog-dragmask {
1666
+ position: absolute;
1667
+ /*z-index: 2001;*/
1668
+ background-color: transparent;
1669
+ cursor: move;
1670
+ }
1671
+
1672
+ .edui-notadd .edui-dialog-content {
1673
+ position: relative;
1674
+ }
1675
+
1676
+ .edui-notadd .dialogcontmask {
1677
+ cursor: move;
1678
+ visibility: hidden;
1679
+ display: block;
1680
+ position: absolute;
1681
+ width: 100%;
1682
+ height: 100%;
1683
+ opacity: 0;
1684
+ filter: alpha(opacity = 0);
1685
+ }
1686
+
1687
+ /*link-dialog*/
1688
+ .edui-notadd .edui-for-link .edui-dialog-content {
1689
+ width: 420px;
1690
+ height: 257px;
1691
+ overflow: hidden;
1692
+ }
1693
+ .edui-dialog .edui-for-link .edui-dialog-body {
1694
+ height: 368px !important;
1695
+ width: 420px !important;
1696
+ }
1697
+
1698
+ /*background-dialog*/
1699
+ .edui-notadd .edui-for-background .edui-dialog-content {
1700
+ width: 465px;
1701
+ height: 287px;
1702
+ overflow: hidden;
1703
+ }
1704
+ .edui-dialog .edui-for-background .edui-dialog-body {
1705
+ height: 398px !important;
1706
+ width: 465px !important;
1707
+ }
1708
+
1709
+ /*template-dialog*/
1710
+ .edui-notadd .edui-for-template .edui-dialog-content {
1711
+ width: 682px;
1712
+ height: 406px;
1713
+ overflow: hidden;
1714
+ }
1715
+ .edui-dialog .edui-for-template .edui-dialog-body {
1716
+ height: 516px !important;
1717
+ width: 682px !important;
1718
+ }
1719
+
1720
+ /*scrawl-dialog*/
1721
+ .edui-notadd .edui-for-scrawl .edui-dialog-content {
1722
+ width: 640px;
1723
+ height: 435px;
1724
+ }
1725
+ .edui-dialog .edui-for-scrawl .edui-dialog-body {
1726
+ height: 545px !important;
1727
+ width: 640px !important;
1728
+ }
1729
+
1730
+ /*spechars-dialog*/
1731
+ .edui-notadd .edui-for-spechars .edui-dialog-content {
1732
+ width: 620px;
1733
+ height: 500px;
1734
+ *width: 630px;
1735
+ *height: 570px;
1736
+ }
1737
+
1738
+ /*image-dialog*/
1739
+ .edui-notadd .edui-for-insertimage .edui-dialog-content {
1740
+ width: 641px;
1741
+ height: 455px;
1742
+ overflow: hidden;
1743
+ }
1744
+ /*webapp-dialog*/
1745
+ .edui-notadd .edui-for-webapp .edui-dialog-content {
1746
+ width: 560px;
1747
+ _width: 565px;
1748
+ height: 450px;
1749
+ overflow: hidden;
1750
+ }
1751
+
1752
+ /*image-insertframe*/
1753
+ .edui-notadd .edui-for-insertframe .edui-dialog-content {
1754
+ width: 400px;
1755
+ height: 255px;
1756
+ overflow: hidden;
1757
+ }
1758
+ .edui-dialog .edui-for-insertframe .edui-dialog-body {
1759
+ height: 365px !important;
1760
+ width: 400px !important;
1761
+ }
1762
+
1763
+ /*wordImage-dialog*/
1764
+ .edui-notadd .edui-for-wordimage .edui-dialog-content {
1765
+ width: 620px;
1766
+ height: 380px;
1767
+ overflow: hidden;
1768
+ }
1769
+
1770
+ /*attachment-dialog*/
1771
+ .edui-notadd .edui-for-attachment .edui-dialog-content {
1772
+ width: 650px;
1773
+ height: 400px;
1774
+ overflow: hidden;
1775
+ }
1776
+
1777
+ /*map-dialog*/
1778
+ .edui-notadd .edui-for-map .edui-dialog-content {
1779
+ width: 640px;
1780
+ height: 455px;
1781
+ }
1782
+ .edui-dialog .edui-for-map .edui-dialog-body {
1783
+ height: 562px !important;
1784
+ width: 640px !important;
1785
+ }
1786
+
1787
+ /*gmap-dialog*/
1788
+ .edui-notadd .edui-for-gmap .edui-dialog-content {
1789
+ width: 640px;
1790
+ height: 452px;
1791
+ }
1792
+ .edui-dialog .edui-for-gmap .edui-dialog-body {
1793
+ height: 563px !important;
1794
+ width: 640px !important;
1795
+ }
1796
+
1797
+ /*video-dialog*/
1798
+ .edui-notadd .edui-for-insertvideo .edui-dialog-content {
1799
+ width: 641px;
1800
+ height: 450px;
1801
+ }
1802
+ .edui-dialog .edui-for-insertvideo .edui-dialog-body {
1803
+ height: 560px !important;
1804
+ width: 640px !important;
1805
+ }
1806
+
1807
+ /*anchor-dialog*/
1808
+ .edui-notadd .edui-for-anchor .edui-dialog-content {
1809
+ width: 320px;
1810
+ height: 60px;
1811
+ overflow: hidden;
1812
+ }
1813
+
1814
+ /*searchreplace-dialog*/
1815
+ .edui-notadd .edui-for-searchreplace .edui-dialog-content {
1816
+ width: 404px;
1817
+ height: 310px;
1818
+ }
1819
+
1820
+ .edui-dialog .edui-for-searchreplace .edui-dialog-body {
1821
+ height: 364px !important;
1822
+ width: 404px !important;
1823
+ }
1824
+
1825
+ /*help-dialog*/
1826
+ .edui-notadd .edui-for-help .edui-dialog-content {
1827
+ width: 400px;
1828
+ height: 420px;
1829
+ }
1830
+
1831
+ /*edittable-dialog*/
1832
+ .edui-notadd .edui-for-edittable .edui-dialog-content {
1833
+ width: 540px;
1834
+ _width:590px;
1835
+ height: 335px;
1836
+ }
1837
+
1838
+ /*edittip-dialog*/
1839
+ .edui-notadd .edui-for-edittip .edui-dialog-content {
1840
+ width: 225px;
1841
+ height: 60px;
1842
+ }
1843
+
1844
+ /*edittd-dialog*/
1845
+ .edui-notadd .edui-for-edittd .edui-dialog-content {
1846
+ width: 240px;
1847
+ height: 50px;
1848
+ }
1849
+ /*snapscreen-dialog*/
1850
+ .edui-notadd .edui-for-snapscreen .edui-dialog-content {
1851
+ width: 400px;
1852
+ height: 220px;
1853
+ }
1854
+
1855
+ /*music-dialog*/
1856
+ .edui-notadd .edui-for-music .edui-dialog-content {
1857
+ width: 630px;
1858
+ height: 449px;
1859
+ }
1860
+ .edui-dialog .edui-for-music .edui-dialog-body {
1861
+ height: 560px !important;
1862
+ width: 630px !important;
1863
+ }
1864
+
1865
+ .edui-dialog-body .edui-dialog-foot .edui-icon:before {
1866
+ content: '';
1867
+ }
1868
+
1869
+ .edui-dialog-body .edui-dialog-titlebar .edui-icon:before {
1870
+ content: '\e654';
1871
+ font-size: 18px;
1872
+ font-weight: bold;
1873
+ color: #ccc;
1874
+ }
1875
+
1876
+ .edui-dialog .edui-dialog-fullscreen-flag .edui-dialog-content {
1877
+ padding: 20px;
1878
+ }
1879
+
1880
+ .icon-delete:before {
1881
+ content: '\e654';
1882
+ }
1883
+
1884
+ /*段落弹出菜单*/
1885
+ .edui-notadd .edui-for-paragraph .edui-listitem-label {
1886
+ font-family: Tahoma, Verdana, Arial, Helvetica;
1887
+ }
1888
+
1889
+ .edui-notadd .edui-for-paragraph .edui-listitem-label .edui-for-p {
1890
+ font-size: 22px;
1891
+ line-height: 27px;
1892
+ }
1893
+
1894
+ .edui-notadd .edui-for-paragraph .edui-listitem-label .edui-for-h1 {
1895
+ font-weight: bolder;
1896
+ font-size: 32px;
1897
+ line-height: 36px;
1898
+ }
1899
+
1900
+ .edui-notadd .edui-for-paragraph .edui-listitem-label .edui-for-h2 {
1901
+ font-weight: bolder;
1902
+ font-size: 27px;
1903
+ line-height: 29px;
1904
+ }
1905
+
1906
+ .edui-notadd .edui-for-paragraph .edui-listitem-label .edui-for-h3 {
1907
+ font-weight: bolder;
1908
+ font-size: 19px;
1909
+ line-height: 23px;
1910
+ }
1911
+
1912
+ .edui-notadd .edui-for-paragraph .edui-listitem-label .edui-for-h4 {
1913
+ font-weight: bolder;
1914
+ font-size: 16px;
1915
+ line-height: 19px
1916
+ }
1917
+
1918
+ .edui-notadd .edui-for-paragraph .edui-listitem-label .edui-for-h5 {
1919
+ font-weight: bolder;
1920
+ font-size: 13px;
1921
+ line-height: 16px;
1922
+ }
1923
+
1924
+ .edui-notadd .edui-for-paragraph .edui-listitem-label .edui-for-h6 {
1925
+ font-weight: bolder;
1926
+ font-size: 12px;
1927
+ line-height: 14px;
1928
+ }
1929
+ /* 表格弹出菜单 */
1930
+ .edui-notadd .edui-for-inserttable .edui-splitborder {
1931
+ display: none
1932
+ }
1933
+ .edui-notadd .edui-for-inserttable .edui-splitbutton-body .edui-arrow {
1934
+ width: 0
1935
+ }
1936
+ .edui-notadd .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder{
1937
+ /*border-left: 1px solid transparent;*/
1938
+ }
1939
+ .edui-notadd .edui-tablepicker .edui-infoarea {
1940
+ height: 14px;
1941
+ line-height: 14px;
1942
+ font-size: 12px;
1943
+ width: 220px;
1944
+ margin-bottom: 3px;
1945
+ clear: both;
1946
+ }
1947
+
1948
+ .edui-notadd .edui-tablepicker .edui-infoarea .edui-label {
1949
+ float: left;
1950
+ }
1951
+
1952
+ .edui-notadd .edui-dialog-buttons .edui-label {
1953
+ line-height: 34px;
1954
+ font-size: 14px;
1955
+ }
1956
+
1957
+ .edui-notadd .edui-tablepicker .edui-infoarea .edui-clickable {
1958
+ float: right;
1959
+ }
1960
+
1961
+ .edui-notadd .edui-tablepicker .edui-pickarea {
1962
+ background: url("../images/unhighlighted.gif") repeat;
1963
+ height: 220px;
1964
+ width: 220px;
1965
+ }
1966
+
1967
+ .edui-notadd .edui-tablepicker .edui-pickarea .edui-overlay {
1968
+ background: url("../images/highlighted.gif") repeat;
1969
+ }
1970
+
1971
+ /* 颜色弹出菜单 */
1972
+ .edui-notadd .edui-colorpicker-topbar {
1973
+ height: 27px;
1974
+ width: 200px;
1975
+ }
1976
+
1977
+ .edui-notadd .edui-colorpicker-preview {
1978
+ height: 20px;
1979
+ border: 1px solid #ccc;
1980
+ margin-left: 1px;
1981
+ width: 128px;
1982
+ float: left;
1983
+ border-radius: 5px;
1984
+ }
1985
+
1986
+ .edui-notadd .edui-colorpicker-nocolor {
1987
+ float: right;
1988
+ margin-right: 1px;
1989
+ font-size: 12px;
1990
+ line-height: 12px;
1991
+ height: 22px;
1992
+ border: 1px solid #ccc;
1993
+ padding: 3px 5px;
1994
+ cursor: pointer;
1995
+ border-radius: 5px;
1996
+ }
1997
+
1998
+ .edui-notadd .edui-colorpicker-tablefirstrow {
1999
+ height: 30px;
2000
+ }
2001
+
2002
+ .edui-notadd .edui-colorpicker-colorcell {
2003
+ width: 14px;
2004
+ height: 14px;
2005
+ display: block;
2006
+ margin: 0;
2007
+ cursor: pointer;
2008
+ }
2009
+
2010
+ .edui-notadd .edui-colorpicker-colorcell:hover {
2011
+ width: 14px;
2012
+ height: 14px;
2013
+ margin: 0;
2014
+ }
2015
+ .edui-notadd .edui-colorpicker-advbtn{
2016
+ display: block;
2017
+ text-align: center;
2018
+ cursor: pointer;
2019
+ height:20px;
2020
+ }
2021
+ .arrow_down{
2022
+ background: white url('../images/arrow_down.png') no-repeat center;
2023
+ }
2024
+ .arrow_up{
2025
+ background: white url('../images/arrow_up.png') no-repeat center;
2026
+ }
2027
+ /*高级的样式*/
2028
+ .edui-colorpicker-adv{
2029
+ position: relative;
2030
+ overflow: hidden;
2031
+ height: 180px;
2032
+ display: none;
2033
+ }
2034
+ .edui-colorpicker-plant, .edui-colorpicker-hue {
2035
+ border: solid 1px #666;
2036
+ }
2037
+ .edui-colorpicker-pad {
2038
+ width: 150px;
2039
+ height: 150px;
2040
+ left: 14px;
2041
+ top: 13px;
2042
+ position: absolute;
2043
+ background: red;
2044
+ overflow: hidden;
2045
+ cursor: crosshair;
2046
+ }
2047
+ .edui-colorpicker-cover{
2048
+ position: absolute;
2049
+ top: 0;
2050
+ left: 0;
2051
+ width: 150px;
2052
+ height: 150px;
2053
+ background: url("../images/tangram-colorpicker.png") -160px -200px;
2054
+ }
2055
+ .edui-colorpicker-padDot{
2056
+ position: absolute;
2057
+ top: 0;
2058
+ left: 0;
2059
+ width: 11px;
2060
+ height: 11px;
2061
+ overflow: hidden;
2062
+ background: url(../images/tangram-colorpicker.png) 0px -200px repeat-x;
2063
+ z-index: 1000;
2064
+
2065
+ }
2066
+ .edui-colorpicker-sliderMain {
2067
+ position: absolute;
2068
+ left: 171px;
2069
+ top: 13px;
2070
+ width: 19px;
2071
+ height: 152px;
2072
+ background: url(../images/tangram-colorpicker.png) -179px -12px no-repeat;
2073
+
2074
+ }
2075
+ .edui-colorpicker-slider {
2076
+ width: 100%;
2077
+ height: 100%;
2078
+ cursor: pointer;
2079
+ }
2080
+ .edui-colorpicker-thumb{
2081
+ position: absolute;
2082
+ top: 0;
2083
+ cursor: pointer;
2084
+ height: 3px;
2085
+ left: -1px;
2086
+ right: -1px;
2087
+ border: 1px solid black;
2088
+ background: white;
2089
+ opacity: .8;
2090
+ }
2091
+ /*自动排版弹出菜单*/
2092
+ .edui-notadd .edui-autotypesetpicker .edui-autotypesetpicker-body {
2093
+ font-size: 12px;
2094
+ margin-bottom: 3px;
2095
+ clear: both;
2096
+ }
2097
+ .edui-notadd .edui-autotypesetpicker .edui-autotypesetpicker-body tr:last-child td:last-child button {
2098
+ border-radius: 3px;
2099
+ border: 1px solid #ddd;
2100
+ padding: 2px 8px;
2101
+ background-color: #f3f3f3;
2102
+ }
2103
+ .edui-notadd .edui-autotypesetpicker-body table {
2104
+ border-collapse: separate;
2105
+ border-spacing: 2px;
2106
+ }
2107
+
2108
+ .edui-notadd .edui-autotypesetpicker-body td {
2109
+ font-size: 12px;
2110
+ word-wrap:break-word;
2111
+ }
2112
+
2113
+ .edui-notadd .edui-autotypesetpicker-body td input {
2114
+ margin: 3px 3px 3px 4px;
2115
+ *margin: 1px 0 0 0;
2116
+ }
2117
+ /*自动排版弹出菜单*/
2118
+ .edui-notadd .edui-cellalignpicker .edui-cellalignpicker-body {
2119
+ width: 70px;
2120
+ font-size: 12px;
2121
+ cursor: default;
2122
+ }
2123
+
2124
+ .edui-notadd .edui-cellalignpicker-body table {
2125
+ border-collapse: separate;
2126
+ border-spacing: 0;
2127
+ }
2128
+ .edui-notadd .edui-cellalignpicker-body td{
2129
+ padding: 1px;
2130
+ }
2131
+ .edui-notadd .edui-cellalignpicker-body .edui-icon{
2132
+ height: 20px;
2133
+ width: 20px;
2134
+ padding: 1px;
2135
+ color: #666;
2136
+ }
2137
+
2138
+ .edui-notadd .edui-cellalignpicker-body .edui-left{
2139
+ background-position: 0 0;
2140
+ }
2141
+
2142
+ .edui-notadd .edui-cellalignpicker-body .edui-left:before{
2143
+ content: '\e66c';
2144
+ }
2145
+
2146
+ .edui-notadd .edui-cellalignpicker-body .edui-center:before{
2147
+ content: '\e66e';
2148
+ }
2149
+
2150
+ .edui-notadd .edui-cellalignpicker-body .edui-right:before{
2151
+ content: '\e66d';
2152
+ }
2153
+
2154
+ .edui-notadd .edui-cellalignpicker-body .edui-center{
2155
+ background-position: -25px 0;
2156
+ }
2157
+ .edui-notadd .edui-cellalignpicker-body .edui-right{
2158
+ background-position: -51px 0;
2159
+ }
2160
+
2161
+ .edui-notadd .edui-cellalignpicker-body td.edui-state-hover .edui-left{
2162
+ background-position: -73px 0;
2163
+ }
2164
+
2165
+ .edui-notadd .edui-cellalignpicker-body td.edui-state-hover .edui-center{
2166
+ background-position: -98px 0;
2167
+ }
2168
+
2169
+ .edui-notadd .edui-cellalignpicker-body td.edui-state-hover .edui-right{
2170
+ background-position: -124px 0;
2171
+ }
2172
+
2173
+ .edui-notadd .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left {
2174
+ background-position: -146px 0;
2175
+ background-color: #f1f4f5;
2176
+ }
2177
+
2178
+ .edui-notadd .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center {
2179
+ background-position: -245px 0;
2180
+ }
2181
+
2182
+ .edui-notadd .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right {
2183
+ background-position: -271px 0;
2184
+ }
2185
+ /*分隔线*/
2186
+ .edui-notadd .edui-toolbar .edui-separator {
2187
+ display: none;
2188
+ }
2189
+
2190
+ /*颜色按钮 */
2191
+ .edui-notadd .edui-toolbar .edui-colorbutton .edui-colorlump {
2192
+ position: absolute;
2193
+ overflow: hidden;
2194
+ bottom: 5px;
2195
+ left: 9px;
2196
+ width: 18px;
2197
+ height: 4px;
2198
+ }
2199
+ /*表情按钮及弹出菜单*/
2200
+ /*去除了表情的下拉箭头*/
2201
+ .edui-notadd .edui-for-emotion .edui-icon {
2202
+ background-position: -60px -20px;
2203
+ }
2204
+ .edui-notadd .edui-for-emotion .edui-popup-content iframe
2205
+ {
2206
+ width: 514px;
2207
+ height: 380px;
2208
+ overflow: hidden;
2209
+ }
2210
+ .edui-notadd .edui-for-emotion .edui-popup-content
2211
+ {
2212
+ position: relative;
2213
+ z-index: 555
2214
+ }
2215
+
2216
+ .edui-notadd .edui-for-emotion .edui-splitborder {
2217
+ display: none
2218
+ }
2219
+
2220
+ .edui-notadd .edui-for-emotion .edui-splitbutton-body .edui-arrow
2221
+ {
2222
+ width: 0
2223
+ }
2224
+ .edui-notadd .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder
2225
+ {
2226
+ /*border-left: 1px solid transparent;*/
2227
+ }
2228
+ /*contextmenu*/
2229
+ .edui-notadd .edui-hassubmenu .edui-arrow {
2230
+ height: 20px;
2231
+ width: 20px;
2232
+ float: right;
2233
+ }
2234
+
2235
+ .edui-notadd .edui-hassubmenu .edui-arrow::after {
2236
+ font-family: "edui-notadd" !important;
2237
+ font-size: 20px;
2238
+ font-style: normal;
2239
+ -webkit-font-smoothing: antialiased;
2240
+ -moz-osx-font-smoothing: grayscale;
2241
+
2242
+ content: '\e66b';
2243
+ line-height: 1;
2244
+ display: block;
2245
+ }
2246
+
2247
+ .edui-notadd .edui-menu-body .edui-menuitem {
2248
+ padding: 5px 10px;
2249
+ }
2250
+
2251
+ .edui-notadd .edui-menuseparator {
2252
+ margin: 2px 0;
2253
+ height: 1px;
2254
+ overflow: hidden;
2255
+ display: none;
2256
+ }
2257
+
2258
+ .edui-notadd .edui-menuseparator-inner {
2259
+ border-bottom: 1px solid #e2e3e3;
2260
+ margin-left: 29px;
2261
+ margin-right: 1px;
2262
+ }
2263
+
2264
+ .edui-notadd .edui-menu-body .edui-state-hover {
2265
+ background-color: #f3f3f3;
2266
+ }
2267
+
2268
+ .edui-notadd .edui-menu-body .edui-for-tablesort {
2269
+ padding-left: 25px;
2270
+ }
2271
+
2272
+ .edui-notadd .edui-menu-body .edui-for-borderBack {
2273
+ padding-left: 25px;
2274
+ }
2275
+ /*弹出菜单*/
2276
+ .edui-notadd .edui-shortcutmenu {
2277
+ padding: 2px;
2278
+ width: 190px;
2279
+ height: 50px;
2280
+ background-color: #fff;
2281
+ border: 1px solid #ccc;
2282
+ border-radius: 5px;
2283
+ }
2284
+
2285
+ /*粘贴弹出菜单*/
2286
+ .edui-notadd .edui-wordpastepop .edui-popup-content{
2287
+ border: none;
2288
+ padding: 0;
2289
+ width: 54px;
2290
+ height: 21px;
2291
+ }
2292
+ .edui-notadd .edui-pasteicon {
2293
+ width: 100%;
2294
+ height: 100%;
2295
+ background-image: url('../images/wordpaste.png');
2296
+ background-position: 0 0;
2297
+ }
2298
+
2299
+ .edui-notadd .edui-pasteicon.edui-state-opened {
2300
+ background-position: 0 -34px;
2301
+ }
2302
+
2303
+ .edui-notadd .edui-pastecontainer {
2304
+ position: relative;
2305
+ visibility: hidden;
2306
+ width: 97px;
2307
+ background: #fff;
2308
+ border: 1px solid #ccc;
2309
+ }
2310
+
2311
+ .edui-notadd .edui-pastecontainer .edui-title {
2312
+ font-weight: bold;
2313
+ background: #F8F8FF;
2314
+ height: 25px;
2315
+ line-height: 25px;
2316
+ font-size: 12px;
2317
+ padding-left: 5px;
2318
+ }
2319
+
2320
+ .edui-notadd .edui-pastecontainer .edui-button {
2321
+ overflow: hidden;
2322
+ margin: 3px 0;
2323
+ }
2324
+
2325
+ .edui-notadd .edui-pastecontainer .edui-button .edui-richtxticon,
2326
+ .edui-notadd .edui-pastecontainer .edui-button .edui-tagicon,
2327
+ .edui-notadd .edui-pastecontainer .edui-button .edui-plaintxticon{
2328
+ float: left;
2329
+ cursor: pointer;
2330
+ width: 29px;
2331
+ height: 29px;
2332
+ margin-left: 5px;
2333
+ background-image: url('../images/wordpaste.png');
2334
+ background-repeat: no-repeat;
2335
+ }
2336
+ .edui-notadd .edui-pastecontainer .edui-button .edui-richtxticon {
2337
+ margin-left: 0;
2338
+ background-position: -109px 0;
2339
+ }
2340
+ .edui-notadd .edui-pastecontainer .edui-button .edui-tagicon {
2341
+ background-position: -148px 1px;
2342
+ }
2343
+
2344
+ .edui-notadd .edui-pastecontainer .edui-button .edui-plaintxticon {
2345
+ background-position: -72px 0;
2346
+ }
2347
+
2348
+ .edui-notadd .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon {
2349
+ background-position: -109px -34px;
2350
+ }
2351
+ .edui-notadd .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon{
2352
+ background-position: -148px -34px;
2353
+ }
2354
+ .edui-notadd .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon{
2355
+ background-position: -72px -34px;
2356
+ }