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,17 @@
1
+ /*
2
+ Data plugin for Highcharts
3
+
4
+ (c) 2012-2013 Torstein Hønsi
5
+ Last revision 2013-06-07
6
+
7
+ License: www.highcharts.com/license
8
+ */
9
+ (function(h){var k=h.each,m=function(b,a){this.init(b,a)};h.extend(m.prototype,{init:function(b,a){this.options=b;this.chartOptions=a;this.columns=b.columns||this.rowsToColumns(b.rows)||[];this.columns.length?this.dataFound():(this.parseCSV(),this.parseTable(),this.parseGoogleSpreadsheet())},getColumnDistribution:function(){var b=this.chartOptions,a=b&&b.chart&&b.chart.type,c=[];k(b&&b.series||[],function(b){c.push((h.seriesTypes[b.type||a||"line"].prototype.pointArrayMap||[0]).length)});this.valueCount=
10
+ {global:(h.seriesTypes[a||"line"].prototype.pointArrayMap||[0]).length,individual:c}},dataFound:function(){this.parseTypes();this.findHeaderRow();this.parsed();this.complete()},parseCSV:function(){var b=this,a=this.options,c=a.csv,d=this.columns,f=a.startRow||0,i=a.endRow||Number.MAX_VALUE,j=a.startColumn||0,e=a.endColumn||Number.MAX_VALUE,g=0;c&&(c=c.replace(/\r\n/g,"\n").replace(/\r/g,"\n").split(a.lineDelimiter||"\n"),k(c,function(c,h){var n=b.trim(c),p=n.indexOf("#")===0;h>=f&&h<=i&&!p&&n!==""&&
11
+ (n=c.split(a.itemDelimiter||","),k(n,function(b,a){a>=j&&a<=e&&(d[a-j]||(d[a-j]=[]),d[a-j][g]=b)}),g+=1)}),this.dataFound())},parseTable:function(){var b=this.options,a=b.table,c=this.columns,d=b.startRow||0,f=b.endRow||Number.MAX_VALUE,i=b.startColumn||0,j=b.endColumn||Number.MAX_VALUE,e;a&&(typeof a==="string"&&(a=document.getElementById(a)),k(a.getElementsByTagName("tr"),function(a,b){e=0;b>=d&&b<=f&&k(a.childNodes,function(a){if((a.tagName==="TD"||a.tagName==="TH")&&e>=i&&e<=j)c[e]||(c[e]=[]),
12
+ c[e][b-d]=a.innerHTML,e+=1})}),this.dataFound())},parseGoogleSpreadsheet:function(){var b=this,a=this.options,c=a.googleSpreadsheetKey,d=this.columns,f=a.startRow||0,i=a.endRow||Number.MAX_VALUE,j=a.startColumn||0,e=a.endColumn||Number.MAX_VALUE,g,h;c&&jQuery.getJSON("https://spreadsheets.google.com/feeds/cells/"+c+"/"+(a.googleSpreadsheetWorksheet||"od6")+"/public/values?alt=json-in-script&callback=?",function(a){var a=a.feed.entry,c,k=a.length,m=0,o=0,l;for(l=0;l<k;l++)c=a[l],m=Math.max(m,c.gs$cell.col),
13
+ o=Math.max(o,c.gs$cell.row);for(l=0;l<m;l++)if(l>=j&&l<=e)d[l-j]=[],d[l-j].length=Math.min(o,i-f);for(l=0;l<k;l++)if(c=a[l],g=c.gs$cell.row-1,h=c.gs$cell.col-1,h>=j&&h<=e&&g>=f&&g<=i)d[h-j][g-f]=c.content.$t;b.dataFound()})},findHeaderRow:function(){k(this.columns,function(){});this.headerRow=0},trim:function(b){return typeof b==="string"?b.replace(/^\s+|\s+$/g,""):b},parseTypes:function(){for(var b=this.columns,a=b.length,c,d,f,i;a--;)for(c=b[a].length;c--;)d=b[a][c],f=parseFloat(d),i=this.trim(d),
14
+ i==f?(b[a][c]=f,f>31536E6?b[a].isDatetime=!0:b[a].isNumeric=!0):(d=this.parseDate(d),a===0&&typeof d==="number"&&!isNaN(d)?(b[a][c]=d,b[a].isDatetime=!0):b[a][c]=i===""?null:i)},dateFormats:{"YYYY-mm-dd":{regex:"^([0-9]{4})-([0-9]{2})-([0-9]{2})$",parser:function(b){return Date.UTC(+b[1],b[2]-1,+b[3])}}},parseDate:function(b){var a=this.options.parseDate,c,d,f;a&&(c=a(b));if(typeof b==="string")for(d in this.dateFormats)a=this.dateFormats[d],(f=b.match(a.regex))&&(c=a.parser(f));return c},rowsToColumns:function(b){var a,
15
+ c,d,f,i;if(b){i=[];c=b.length;for(a=0;a<c;a++){f=b[a].length;for(d=0;d<f;d++)i[d]||(i[d]=[]),i[d][a]=b[a][d]}}return i},parsed:function(){this.options.parsed&&this.options.parsed.call(this,this.columns)},complete:function(){var b=this.columns,a,c,d=this.options,f,i,j,e,g,k;if(d.complete){this.getColumnDistribution();b.length>1&&(a=b.shift(),this.headerRow===0&&a.shift(),a.isDatetime?c="datetime":a.isNumeric||(c="category"));for(e=0;e<b.length;e++)if(this.headerRow===0)b[e].name=b[e].shift();i=[];
16
+ for(e=0,k=0;e<b.length;k++){f=h.pick(this.valueCount.individual[k],this.valueCount.global);j=[];for(g=0;g<b[e].length;g++)j[g]=[a[g],b[e][g]!==void 0?b[e][g]:null],f>1&&j[g].push(b[e+1][g]!==void 0?b[e+1][g]:null),f>2&&j[g].push(b[e+2][g]!==void 0?b[e+2][g]:null),f>3&&j[g].push(b[e+3][g]!==void 0?b[e+3][g]:null),f>4&&j[g].push(b[e+4][g]!==void 0?b[e+4][g]:null);i[k]={name:b[e].name,data:j};e+=f}d.complete({xAxis:{type:c},series:i})}}});h.Data=m;h.data=function(b,a){return new m(b,a)};h.wrap(h.Chart.prototype,
17
+ "init",function(b,a,c){var d=this;a&&a.data?h.data(h.extend(a.data,{complete:function(f){a.series&&k(a.series,function(b,c){a.series[c]=h.merge(b,f.series[c])});a=h.merge(f,a);b.call(d,a,c)}}),a):b.call(d,a,c)})})(Highcharts);
@@ -0,0 +1,582 @@
1
+ /**
2
+ * @license Data plugin for Highcharts
3
+ *
4
+ * (c) 2012-2013 Torstein Hønsi
5
+ * Last revision 2013-06-07
6
+ *
7
+ * License: www.highcharts.com/license
8
+ */
9
+
10
+ /*
11
+ * The Highcharts Data plugin is a utility to ease parsing of input sources like
12
+ * CSV, HTML tables or grid views into basic configuration options for use
13
+ * directly in the Highcharts constructor.
14
+ *
15
+ * Demo: http://jsfiddle.net/highcharts/SnLFj/
16
+ *
17
+ * --- OPTIONS ---
18
+ *
19
+ * - columns : Array<Array<Mixed>>
20
+ * A two-dimensional array representing the input data on tabular form. This input can
21
+ * be used when the data is already parsed, for example from a grid view component.
22
+ * Each cell can be a string or number. If not switchRowsAndColumns is set, the columns
23
+ * are interpreted as series. See also the rows option.
24
+ *
25
+ * - complete : Function(chartOptions)
26
+ * The callback that is evaluated when the data is finished loading, optionally from an
27
+ * external source, and parsed. The first argument passed is a finished chart options
28
+ * object, containing series and an xAxis with categories if applicable. Thise options
29
+ * can be extended with additional options and passed directly to the chart constructor.
30
+ *
31
+ * - csv : String
32
+ * A comma delimited string to be parsed. Related options are startRow, endRow, startColumn
33
+ * and endColumn to delimit what part of the table is used. The lineDelimiter and
34
+ * itemDelimiter options define the CSV delimiter formats.
35
+ *
36
+ * - endColumn : Integer
37
+ * In tabular input data, the first row (indexed by 0) to use. Defaults to the last
38
+ * column containing data.
39
+ *
40
+ * - endRow : Integer
41
+ * In tabular input data, the last row (indexed by 0) to use. Defaults to the last row
42
+ * containing data.
43
+ *
44
+ * - googleSpreadsheetKey : String
45
+ * A Google Spreadsheet key. See https://developers.google.com/gdata/samples/spreadsheet_sample
46
+ * for general information on GS.
47
+ *
48
+ * - googleSpreadsheetWorksheet : String
49
+ * The Google Spreadsheet worksheet. The available id's can be read from
50
+ * https://spreadsheets.google.com/feeds/worksheets/{key}/public/basic
51
+ *
52
+ * - itemDelimiter : String
53
+ * Item or cell delimiter for parsing CSV. Defaults to ",".
54
+ *
55
+ * - lineDelimiter : String
56
+ * Line delimiter for parsing CSV. Defaults to "\n".
57
+ *
58
+ * - parsed : Function
59
+ * A callback function to access the parsed columns, the two-dimentional input data
60
+ * array directly, before they are interpreted into series data and categories.
61
+ *
62
+ * - parseDate : Function
63
+ * A callback function to parse string representations of dates into JavaScript timestamps.
64
+ * Return an integer on success.
65
+ *
66
+ * - rows : Array<Array<Mixed>>
67
+ * The same as the columns input option, but defining rows intead of columns.
68
+ *
69
+ * - startColumn : Integer
70
+ * In tabular input data, the first column (indexed by 0) to use.
71
+ *
72
+ * - startRow : Integer
73
+ * In tabular input data, the first row (indexed by 0) to use.
74
+ *
75
+ * - table : String|HTMLElement
76
+ * A HTML table or the id of such to be parsed as input data. Related options ara startRow,
77
+ * endRow, startColumn and endColumn to delimit what part of the table is used.
78
+ */
79
+
80
+ // JSLint options:
81
+ /*global jQuery */
82
+
83
+ (function (Highcharts) {
84
+
85
+ // Utilities
86
+ var each = Highcharts.each;
87
+
88
+
89
+ // The Data constructor
90
+ var Data = function (dataOptions, chartOptions) {
91
+ this.init(dataOptions, chartOptions);
92
+ };
93
+
94
+ // Set the prototype properties
95
+ Highcharts.extend(Data.prototype, {
96
+
97
+ /**
98
+ * Initialize the Data object with the given options
99
+ */
100
+ init: function (options, chartOptions) {
101
+ this.options = options;
102
+ this.chartOptions = chartOptions;
103
+ this.columns = options.columns || this.rowsToColumns(options.rows) || [];
104
+
105
+ // No need to parse or interpret anything
106
+ if (this.columns.length) {
107
+ this.dataFound();
108
+
109
+ // Parse and interpret
110
+ } else {
111
+
112
+ // Parse a CSV string if options.csv is given
113
+ this.parseCSV();
114
+
115
+ // Parse a HTML table if options.table is given
116
+ this.parseTable();
117
+
118
+ // Parse a Google Spreadsheet
119
+ this.parseGoogleSpreadsheet();
120
+ }
121
+
122
+ },
123
+
124
+ /**
125
+ * Get the column distribution. For example, a line series takes a single column for
126
+ * Y values. A range series takes two columns for low and high values respectively,
127
+ * and an OHLC series takes four columns.
128
+ */
129
+ getColumnDistribution: function () {
130
+ var chartOptions = this.chartOptions,
131
+ getValueCount = function (type) {
132
+ return (Highcharts.seriesTypes[type || 'line'].prototype.pointArrayMap || [0]).length;
133
+ },
134
+ globalType = chartOptions && chartOptions.chart && chartOptions.chart.type,
135
+ individualCounts = [];
136
+
137
+ each((chartOptions && chartOptions.series) || [], function (series) {
138
+ individualCounts.push(getValueCount(series.type || globalType));
139
+ });
140
+
141
+ this.valueCount = {
142
+ global: getValueCount(globalType),
143
+ individual: individualCounts
144
+ };
145
+ },
146
+
147
+
148
+ dataFound: function () {
149
+ // Interpret the values into right types
150
+ this.parseTypes();
151
+
152
+ // Use first row for series names?
153
+ this.findHeaderRow();
154
+
155
+ // Handle columns if a handleColumns callback is given
156
+ this.parsed();
157
+
158
+ // Complete if a complete callback is given
159
+ this.complete();
160
+
161
+ },
162
+
163
+ /**
164
+ * Parse a CSV input string
165
+ */
166
+ parseCSV: function () {
167
+ var self = this,
168
+ options = this.options,
169
+ csv = options.csv,
170
+ columns = this.columns,
171
+ startRow = options.startRow || 0,
172
+ endRow = options.endRow || Number.MAX_VALUE,
173
+ startColumn = options.startColumn || 0,
174
+ endColumn = options.endColumn || Number.MAX_VALUE,
175
+ lines,
176
+ activeRowNo = 0;
177
+
178
+ if (csv) {
179
+
180
+ lines = csv
181
+ .replace(/\r\n/g, "\n") // Unix
182
+ .replace(/\r/g, "\n") // Mac
183
+ .split(options.lineDelimiter || "\n");
184
+
185
+ each(lines, function (line, rowNo) {
186
+ var trimmed = self.trim(line),
187
+ isComment = trimmed.indexOf('#') === 0,
188
+ isBlank = trimmed === '',
189
+ items;
190
+
191
+ if (rowNo >= startRow && rowNo <= endRow && !isComment && !isBlank) {
192
+ items = line.split(options.itemDelimiter || ',');
193
+ each(items, function (item, colNo) {
194
+ if (colNo >= startColumn && colNo <= endColumn) {
195
+ if (!columns[colNo - startColumn]) {
196
+ columns[colNo - startColumn] = [];
197
+ }
198
+
199
+ columns[colNo - startColumn][activeRowNo] = item;
200
+ }
201
+ });
202
+ activeRowNo += 1;
203
+ }
204
+ });
205
+
206
+ this.dataFound();
207
+ }
208
+ },
209
+
210
+ /**
211
+ * Parse a HTML table
212
+ */
213
+ parseTable: function () {
214
+ var options = this.options,
215
+ table = options.table,
216
+ columns = this.columns,
217
+ startRow = options.startRow || 0,
218
+ endRow = options.endRow || Number.MAX_VALUE,
219
+ startColumn = options.startColumn || 0,
220
+ endColumn = options.endColumn || Number.MAX_VALUE,
221
+ colNo;
222
+
223
+ if (table) {
224
+
225
+ if (typeof table === 'string') {
226
+ table = document.getElementById(table);
227
+ }
228
+
229
+ each(table.getElementsByTagName('tr'), function (tr, rowNo) {
230
+ colNo = 0;
231
+ if (rowNo >= startRow && rowNo <= endRow) {
232
+ each(tr.childNodes, function (item) {
233
+ if ((item.tagName === 'TD' || item.tagName === 'TH') && colNo >= startColumn && colNo <= endColumn) {
234
+ if (!columns[colNo]) {
235
+ columns[colNo] = [];
236
+ }
237
+ columns[colNo][rowNo - startRow] = item.innerHTML;
238
+
239
+ colNo += 1;
240
+ }
241
+ });
242
+ }
243
+ });
244
+
245
+ this.dataFound(); // continue
246
+ }
247
+ },
248
+
249
+ /**
250
+ * TODO:
251
+ * - switchRowsAndColumns
252
+ */
253
+ parseGoogleSpreadsheet: function () {
254
+ var self = this,
255
+ options = this.options,
256
+ googleSpreadsheetKey = options.googleSpreadsheetKey,
257
+ columns = this.columns,
258
+ startRow = options.startRow || 0,
259
+ endRow = options.endRow || Number.MAX_VALUE,
260
+ startColumn = options.startColumn || 0,
261
+ endColumn = options.endColumn || Number.MAX_VALUE,
262
+ gr, // google row
263
+ gc; // google column
264
+
265
+ if (googleSpreadsheetKey) {
266
+ jQuery.getJSON('https://spreadsheets.google.com/feeds/cells/' +
267
+ googleSpreadsheetKey + '/' + (options.googleSpreadsheetWorksheet || 'od6') +
268
+ '/public/values?alt=json-in-script&callback=?',
269
+ function (json) {
270
+
271
+ // Prepare the data from the spreadsheat
272
+ var cells = json.feed.entry,
273
+ cell,
274
+ cellCount = cells.length,
275
+ colCount = 0,
276
+ rowCount = 0,
277
+ i;
278
+
279
+ // First, find the total number of columns and rows that
280
+ // are actually filled with data
281
+ for (i = 0; i < cellCount; i++) {
282
+ cell = cells[i];
283
+ colCount = Math.max(colCount, cell.gs$cell.col);
284
+ rowCount = Math.max(rowCount, cell.gs$cell.row);
285
+ }
286
+
287
+ // Set up arrays containing the column data
288
+ for (i = 0; i < colCount; i++) {
289
+ if (i >= startColumn && i <= endColumn) {
290
+ // Create new columns with the length of either end-start or rowCount
291
+ columns[i - startColumn] = [];
292
+
293
+ // Setting the length to avoid jslint warning
294
+ columns[i - startColumn].length = Math.min(rowCount, endRow - startRow);
295
+ }
296
+ }
297
+
298
+ // Loop over the cells and assign the value to the right
299
+ // place in the column arrays
300
+ for (i = 0; i < cellCount; i++) {
301
+ cell = cells[i];
302
+ gr = cell.gs$cell.row - 1; // rows start at 1
303
+ gc = cell.gs$cell.col - 1; // columns start at 1
304
+
305
+ // If both row and col falls inside start and end
306
+ // set the transposed cell value in the newly created columns
307
+ if (gc >= startColumn && gc <= endColumn &&
308
+ gr >= startRow && gr <= endRow) {
309
+ columns[gc - startColumn][gr - startRow] = cell.content.$t;
310
+ }
311
+ }
312
+ self.dataFound();
313
+ });
314
+ }
315
+ },
316
+
317
+ /**
318
+ * Find the header row. For now, we just check whether the first row contains
319
+ * numbers or strings. Later we could loop down and find the first row with
320
+ * numbers.
321
+ */
322
+ findHeaderRow: function () {
323
+ var headerRow = 0;
324
+ each(this.columns, function (column) {
325
+ if (typeof column[0] !== 'string') {
326
+ headerRow = null;
327
+ }
328
+ });
329
+ this.headerRow = 0;
330
+ },
331
+
332
+ /**
333
+ * Trim a string from whitespace
334
+ */
335
+ trim: function (str) {
336
+ return typeof str === 'string' ? str.replace(/^\s+|\s+$/g, '') : str;
337
+ },
338
+
339
+ /**
340
+ * Parse numeric cells in to number types and date types in to true dates.
341
+ * @param {Object} columns
342
+ */
343
+ parseTypes: function () {
344
+ var columns = this.columns,
345
+ col = columns.length,
346
+ row,
347
+ val,
348
+ floatVal,
349
+ trimVal,
350
+ dateVal;
351
+
352
+ while (col--) {
353
+ row = columns[col].length;
354
+ while (row--) {
355
+ val = columns[col][row];
356
+ floatVal = parseFloat(val);
357
+ trimVal = this.trim(val);
358
+
359
+ /*jslint eqeq: true*/
360
+ if (trimVal == floatVal) { // is numeric
361
+ /*jslint eqeq: false*/
362
+ columns[col][row] = floatVal;
363
+
364
+ // If the number is greater than milliseconds in a year, assume datetime
365
+ if (floatVal > 365 * 24 * 3600 * 1000) {
366
+ columns[col].isDatetime = true;
367
+ } else {
368
+ columns[col].isNumeric = true;
369
+ }
370
+
371
+ } else { // string, continue to determine if it is a date string or really a string
372
+ dateVal = this.parseDate(val);
373
+
374
+ if (col === 0 && typeof dateVal === 'number' && !isNaN(dateVal)) { // is date
375
+ columns[col][row] = dateVal;
376
+ columns[col].isDatetime = true;
377
+
378
+ } else { // string
379
+ columns[col][row] = trimVal === '' ? null : trimVal;
380
+ }
381
+ }
382
+
383
+ }
384
+ }
385
+ },
386
+ //*
387
+ dateFormats: {
388
+ 'YYYY-mm-dd': {
389
+ regex: '^([0-9]{4})-([0-9]{2})-([0-9]{2})$',
390
+ parser: function (match) {
391
+ return Date.UTC(+match[1], match[2] - 1, +match[3]);
392
+ }
393
+ }
394
+ },
395
+ // */
396
+ /**
397
+ * Parse a date and return it as a number. Overridable through options.parseDate.
398
+ */
399
+ parseDate: function (val) {
400
+ var parseDate = this.options.parseDate,
401
+ ret,
402
+ key,
403
+ format,
404
+ match;
405
+
406
+ if (parseDate) {
407
+ ret = parseDate(val);
408
+ }
409
+
410
+ if (typeof val === 'string') {
411
+ for (key in this.dateFormats) {
412
+ format = this.dateFormats[key];
413
+ match = val.match(format.regex);
414
+ if (match) {
415
+ ret = format.parser(match);
416
+ }
417
+ }
418
+ }
419
+ return ret;
420
+ },
421
+
422
+ /**
423
+ * Reorganize rows into columns
424
+ */
425
+ rowsToColumns: function (rows) {
426
+ var row,
427
+ rowsLength,
428
+ col,
429
+ colsLength,
430
+ columns;
431
+
432
+ if (rows) {
433
+ columns = [];
434
+ rowsLength = rows.length;
435
+ for (row = 0; row < rowsLength; row++) {
436
+ colsLength = rows[row].length;
437
+ for (col = 0; col < colsLength; col++) {
438
+ if (!columns[col]) {
439
+ columns[col] = [];
440
+ }
441
+ columns[col][row] = rows[row][col];
442
+ }
443
+ }
444
+ }
445
+ return columns;
446
+ },
447
+
448
+ /**
449
+ * A hook for working directly on the parsed columns
450
+ */
451
+ parsed: function () {
452
+ if (this.options.parsed) {
453
+ this.options.parsed.call(this, this.columns);
454
+ }
455
+ },
456
+
457
+ /**
458
+ * If a complete callback function is provided in the options, interpret the
459
+ * columns into a Highcharts options object.
460
+ */
461
+ complete: function () {
462
+
463
+ var columns = this.columns,
464
+ firstCol,
465
+ type,
466
+ options = this.options,
467
+ valueCount,
468
+ series,
469
+ data,
470
+ i,
471
+ j,
472
+ seriesIndex;
473
+
474
+
475
+ if (options.complete) {
476
+
477
+ this.getColumnDistribution();
478
+
479
+ // Use first column for X data or categories?
480
+ if (columns.length > 1) {
481
+ firstCol = columns.shift();
482
+ if (this.headerRow === 0) {
483
+ firstCol.shift(); // remove the first cell
484
+ }
485
+
486
+
487
+ if (firstCol.isDatetime) {
488
+ type = 'datetime';
489
+ } else if (!firstCol.isNumeric) {
490
+ type = 'category';
491
+ }
492
+ }
493
+
494
+ // Get the names and shift the top row
495
+ for (i = 0; i < columns.length; i++) {
496
+ if (this.headerRow === 0) {
497
+ columns[i].name = columns[i].shift();
498
+ }
499
+ }
500
+
501
+ // Use the next columns for series
502
+ series = [];
503
+ for (i = 0, seriesIndex = 0; i < columns.length; seriesIndex++) {
504
+
505
+ // This series' value count
506
+ valueCount = Highcharts.pick(this.valueCount.individual[seriesIndex], this.valueCount.global);
507
+
508
+ // Iterate down the cells of each column and add data to the series
509
+ data = [];
510
+ for (j = 0; j < columns[i].length; j++) {
511
+ data[j] = [
512
+ firstCol[j],
513
+ columns[i][j] !== undefined ? columns[i][j] : null
514
+ ];
515
+ if (valueCount > 1) {
516
+ data[j].push(columns[i + 1][j] !== undefined ? columns[i + 1][j] : null);
517
+ }
518
+ if (valueCount > 2) {
519
+ data[j].push(columns[i + 2][j] !== undefined ? columns[i + 2][j] : null);
520
+ }
521
+ if (valueCount > 3) {
522
+ data[j].push(columns[i + 3][j] !== undefined ? columns[i + 3][j] : null);
523
+ }
524
+ if (valueCount > 4) {
525
+ data[j].push(columns[i + 4][j] !== undefined ? columns[i + 4][j] : null);
526
+ }
527
+ }
528
+
529
+ // Add the series
530
+ series[seriesIndex] = {
531
+ name: columns[i].name,
532
+ data: data
533
+ };
534
+
535
+ i += valueCount;
536
+ }
537
+
538
+ // Do the callback
539
+ options.complete({
540
+ xAxis: {
541
+ type: type
542
+ },
543
+ series: series
544
+ });
545
+ }
546
+ }
547
+ });
548
+
549
+ // Register the Data prototype and data function on Highcharts
550
+ Highcharts.Data = Data;
551
+ Highcharts.data = function (options, chartOptions) {
552
+ return new Data(options, chartOptions);
553
+ };
554
+
555
+ // Extend Chart.init so that the Chart constructor accepts a new configuration
556
+ // option group, data.
557
+ Highcharts.wrap(Highcharts.Chart.prototype, 'init', function (proceed, userOptions, callback) {
558
+ var chart = this;
559
+
560
+ if (userOptions && userOptions.data) {
561
+ Highcharts.data(Highcharts.extend(userOptions.data, {
562
+ complete: function (dataOptions) {
563
+
564
+ // Merge series configs
565
+ if (userOptions.series) {
566
+ each(userOptions.series, function (series, i) {
567
+ userOptions.series[i] = Highcharts.merge(series, dataOptions.series[i]);
568
+ });
569
+ }
570
+
571
+ // Do the merge
572
+ userOptions = Highcharts.merge(dataOptions, userOptions);
573
+
574
+ proceed.call(chart, userOptions, callback);
575
+ }
576
+ }), userOptions);
577
+ } else {
578
+ proceed.call(chart, userOptions, callback);
579
+ }
580
+ });
581
+
582
+ }(Highcharts));