├── README.md ├── css ├── colorpicker.css ├── common.css ├── editor-min.css └── index.css ├── images ├── 0 ├── 640 ├── 0 (1).gif ├── 0(1) ├── 0(10) ├── 0(11) ├── 0(12) ├── 0(13) ├── 0(14) ├── 0(15) ├── 0(16) ├── 0(17) ├── 0(18) ├── 0(19) ├── 0(2) ├── 0(20) ├── 0(21) ├── 0(22) ├── 0(23) ├── 0(24) ├── 0(25) ├── 0(26) ├── 0(27) ├── 0(28) ├── 0(29) ├── 0(3) ├── 0(30) ├── 0(31) ├── 0(32) ├── 0(33) ├── 0(34) ├── 0(35) ├── 0(36) ├── 0(37) ├── 0(38) ├── 0(39) ├── 0(4) ├── 0(40) ├── 0(41) ├── 0(42) ├── 0(43) ├── 0(44) ├── 0(45) ├── 0(46) ├── 0(47) ├── 0(5) ├── 0(6) ├── 0(7) ├── 0(8) ├── 0(9) ├── 640(1) ├── 640(10) ├── 640(11) ├── 640(2) ├── 640(3) ├── 640(4) ├── 640(5) ├── 640(6) ├── 640(7) ├── 640(8) ├── 640(9) ├── colorpicker │ ├── colorpicker_background.png │ ├── colorpicker_hex.png │ ├── colorpicker_hsb_b.png │ ├── colorpicker_hsb_h.png │ ├── colorpicker_hsb_s.png │ ├── colorpicker_indic.gif │ ├── colorpicker_overlay.png │ ├── colorpicker_rgb_b.png │ ├── colorpicker_rgb_g.png │ ├── colorpicker_rgb_r.png │ ├── colorpicker_select.png │ ├── colorpicker_submit.png │ ├── custom_background.png │ ├── custom_hex.png │ ├── custom_hsb_h.png │ ├── custom_hsb_s.png │ ├── custom_indic.gif │ ├── custom_rgb_b.png │ ├── custom_rgb_g.png │ ├── custom_rgb_r.png │ ├── custom_submit.png │ └── jizzyoujizz_com.png ├── mmbizgif ├── mmbizgif(1) ├── mmbizgif(2) ├── mmbizgif(3) ├── mmbizgif.gif └── mmbizgif0 ├── index.html ├── js ├── colorpicker-min.js └── jquery-1.10.2.min.js └── ueditor ├── dialogs ├── anchor │ └── anchor.html ├── attachment │ ├── attachment.css │ ├── attachment.html │ ├── attachment.js │ ├── fileTypeImages │ │ ├── icon_chm.gif │ │ ├── icon_default.png │ │ ├── icon_doc.gif │ │ ├── icon_exe.gif │ │ ├── icon_jpg.gif │ │ ├── icon_mp3.gif │ │ ├── icon_mv.gif │ │ ├── icon_pdf.gif │ │ ├── icon_ppt.gif │ │ ├── icon_psd.gif │ │ ├── icon_rar.gif │ │ ├── icon_txt.gif │ │ └── icon_xls.gif │ └── images │ │ ├── alignicon.gif │ │ ├── alignicon.png │ │ ├── bg.png │ │ ├── file-icons.gif │ │ ├── file-icons.png │ │ ├── icons.gif │ │ ├── icons.png │ │ ├── image.png │ │ ├── progress.png │ │ ├── success.gif │ │ └── success.png ├── background │ ├── background.css │ ├── background.html │ ├── background.js │ └── images │ │ ├── bg.png │ │ └── success.png ├── charts │ ├── chart.config.js │ ├── charts.css │ ├── charts.html │ ├── charts.js │ └── images │ │ ├── charts0.png │ │ ├── charts1.png │ │ ├── charts2.png │ │ ├── charts3.png │ │ ├── charts4.png │ │ └── charts5.png ├── emotion │ ├── emotion.css │ ├── emotion.html │ ├── emotion.js │ └── images │ │ ├── 0.gif │ │ ├── bface.gif │ │ ├── cface.gif │ │ ├── fface.gif │ │ ├── jxface2.gif │ │ ├── neweditor-tab-bg.png │ │ ├── tface.gif │ │ ├── wface.gif │ │ └── yface.gif ├── gmap │ └── gmap.html ├── help │ ├── help.css │ ├── help.html │ └── help.js ├── image │ ├── image.css │ ├── image.html │ ├── image.js │ └── images │ │ ├── alignicon.jpg │ │ ├── bg.png │ │ ├── icons.gif │ │ ├── icons.png │ │ ├── image.png │ │ ├── progress.png │ │ ├── success.gif │ │ └── success.png ├── insertframe │ └── insertframe.html ├── internal.js ├── link │ └── link.html ├── map │ ├── map.html │ └── show.html ├── music │ ├── music.css │ ├── music.html │ └── music.js ├── preview │ └── preview.html ├── scrawl │ ├── images │ │ ├── addimg.png │ │ ├── brush.png │ │ ├── delimg.png │ │ ├── delimgH.png │ │ ├── empty.png │ │ ├── emptyH.png │ │ ├── eraser.png │ │ ├── redo.png │ │ ├── redoH.png │ │ ├── scale.png │ │ ├── scaleH.png │ │ ├── size.png │ │ ├── undo.png │ │ └── undoH.png │ ├── scrawl.css │ ├── scrawl.html │ └── scrawl.js ├── searchreplace │ ├── searchreplace.html │ └── searchreplace.js ├── snapscreen │ └── snapscreen.html ├── spechars │ ├── spechars.html │ └── spechars.js ├── table │ ├── dragicon.png │ ├── edittable.css │ ├── edittable.html │ ├── edittable.js │ ├── edittd.html │ └── edittip.html ├── template │ ├── config.js │ ├── images │ │ ├── bg.gif │ │ ├── pre0.png │ │ ├── pre1.png │ │ ├── pre2.png │ │ ├── pre3.png │ │ └── pre4.png │ ├── template.css │ ├── template.html │ └── template.js ├── video │ ├── images │ │ ├── bg.png │ │ ├── center_focus.jpg │ │ ├── file-icons.gif │ │ ├── file-icons.png │ │ ├── icons.gif │ │ ├── icons.png │ │ ├── image.png │ │ ├── left_focus.jpg │ │ ├── none_focus.jpg │ │ ├── progress.png │ │ ├── right_focus.jpg │ │ ├── success.gif │ │ └── success.png │ ├── video.css │ ├── video.html │ └── video.js ├── webapp │ └── webapp.html └── wordimage │ ├── fClipboard_ueditor.swf │ ├── imageUploader.swf │ ├── tangram.js │ ├── wordimage.html │ └── wordimage.js ├── lang ├── en │ ├── en.js │ └── images │ │ ├── addimage.png │ │ ├── alldeletebtnhoverskin.png │ │ ├── alldeletebtnupskin.png │ │ ├── background.png │ │ ├── button.png │ │ ├── copy.png │ │ ├── deletedisable.png │ │ ├── deleteenable.png │ │ ├── listbackground.png │ │ ├── localimage.png │ │ ├── music.png │ │ ├── rotateleftdisable.png │ │ ├── rotateleftenable.png │ │ ├── rotaterightdisable.png │ │ ├── rotaterightenable.png │ │ └── upload.png └── zh-cn │ ├── images │ ├── copy.png │ ├── localimage.png │ ├── music.png │ └── upload.png │ └── zh-cn.js ├── php ├── Uploader.class.php ├── action_crawler.php ├── action_list.php ├── action_upload.php ├── config.json └── controller.php ├── themes ├── default │ ├── css │ │ ├── ueditor.css │ │ └── ueditor.min.css │ ├── dialogbase.css │ └── images │ │ ├── anchor.gif │ │ ├── arrow.png │ │ ├── arrow_down.png │ │ ├── arrow_up.png │ │ ├── button-bg.gif │ │ ├── cancelbutton.gif │ │ ├── charts.png │ │ ├── cursor_h.gif │ │ ├── cursor_h.png │ │ ├── cursor_v.gif │ │ ├── cursor_v.png │ │ ├── dialog-title-bg.png │ │ ├── filescan.png │ │ ├── highlighted.gif │ │ ├── icons-all.gif │ │ ├── icons.gif │ │ ├── icons.png │ │ ├── loaderror.png │ │ ├── loading.gif │ │ ├── lock.gif │ │ ├── neweditor-tab-bg.png │ │ ├── pagebreak.gif │ │ ├── scale.png │ │ ├── sortable.png │ │ ├── spacer.gif │ │ ├── sparator_v.png │ │ ├── table-cell-align.png │ │ ├── tangram-colorpicker.png │ │ ├── toolbar_bg.png │ │ ├── unhighlighted.gif │ │ ├── upload.png │ │ ├── videologo.gif │ │ ├── word.gif │ │ └── wordpaste.png └── iframe.css ├── third-party ├── SyntaxHighlighter │ ├── shCore.js │ └── shCoreDefault.css ├── codemirror │ ├── codemirror.css │ └── codemirror.js ├── highcharts │ ├── adapters │ │ ├── mootools-adapter.js │ │ ├── mootools-adapter.src.js │ │ ├── prototype-adapter.js │ │ ├── prototype-adapter.src.js │ │ ├── standalone-framework.js │ │ └── standalone-framework.src.js │ ├── highcharts-more.js │ ├── highcharts-more.src.js │ ├── highcharts.js │ ├── highcharts.src.js │ ├── modules │ │ ├── annotations.js │ │ ├── annotations.src.js │ │ ├── canvas-tools.js │ │ ├── canvas-tools.src.js │ │ ├── data.js │ │ ├── data.src.js │ │ ├── drilldown.js │ │ ├── drilldown.src.js │ │ ├── exporting.js │ │ ├── exporting.src.js │ │ ├── funnel.js │ │ ├── funnel.src.js │ │ ├── heatmap.js │ │ ├── heatmap.src.js │ │ ├── map.js │ │ ├── map.src.js │ │ ├── no-data-to-display.js │ │ └── no-data-to-display.src.js │ └── themes │ │ ├── dark-blue.js │ │ ├── dark-green.js │ │ ├── gray.js │ │ ├── grid.js │ │ └── skies.js ├── jquery-1.10.2.js ├── jquery-1.10.2.min.js ├── jquery-1.10.2.min.map ├── snapscreen │ └── UEditorSnapscreen.exe ├── video-js │ ├── font │ │ ├── vjs.eot │ │ ├── vjs.svg │ │ ├── vjs.ttf │ │ └── vjs.woff │ ├── video-js.css │ ├── video-js.min.css │ ├── video-js.swf │ ├── video.dev.js │ └── video.js ├── webuploader │ ├── Uploader.swf │ ├── webuploader.css │ ├── webuploader.custom.js │ ├── webuploader.custom.min.js │ ├── webuploader.flashonly.js │ ├── webuploader.flashonly.min.js │ ├── webuploader.html5only.js │ ├── webuploader.html5only.min.js │ ├── webuploader.js │ ├── webuploader.min.js │ ├── webuploader.withoutimage.js │ └── webuploader.withoutimage.min.js └── zeroclipboard │ ├── ZeroClipboard.js │ ├── ZeroClipboard.min.js │ └── ZeroClipboard.swf ├── ueditor.all.js ├── ueditor.all.min.js ├── ueditor.config.js ├── ueditor.parse.js └── ueditor.parse.min.js /README.md: -------------------------------------------------------------------------------- 1 | # wx 2 | 微信编辑器 3 | -------------------------------------------------------------------------------- /css/colorpicker.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* colorpicker */ 3 | .colorpicker{width:356px;margin:0 auto;height:176px;overflow:hidden;position:absolute;background:url(../images/colorpicker/colorpicker_background.png);font-family:Arial, Helvetica, sans-serif;display:none;} 4 | .colorpicker_color{width:150px;height:150px;left:14px;top:13px;position:absolute;background:#f00;overflow:hidden;cursor:crosshair;} 5 | .colorpicker_color div{position:absolute;top:0;left:0;width:150px;height:150px;background:url(../images/colorpicker/colorpicker_overlay.png);} 6 | .colorpicker_color div div{position:absolute;top:0;left:0;width:11px;height:11px;overflow:hidden;background:url(../images/colorpicker/colorpicker_select.png);margin:-5px 0 0 -5px;} 7 | .colorpicker_hue{position:absolute;top:13px;left:171px;width:35px;height:150px;cursor:n-resize;} 8 | .colorpicker_hue div{position:absolute;width:35px;height:9px;overflow:hidden;background:url(../images/colorpicker/colorpicker_indic.gif) left top;margin:-4px 0 0 0;left:0px;} 9 | .colorpicker_new_color{position:absolute;width:60px;height:30px;left:213px;top:13px;background:#f00;} 10 | .colorpicker_current_color{position:absolute;width:60px;height:30px;font-size:12px;line-height:30px;text-align: center;left:283px;top:13px;background-color:#27ac02;color:#fff;} 11 | .colorpicker input{background-color:transparent;border:1px solid transparent;position:absolute;font-size:10px;font-family:Arial, Helvetica, sans-serif;color:#898989;right:11px;text-align:right;margin:0;padding:0;} 12 | .colorpicker_hex{position:absolute;width:72px;height:22px;background:url(../images/colorpicker/colorpicker_hex.png) top;left:212px;top:142px;} 13 | .colorpicker_hex input{right:6px;} 14 | .colorpicker_field{height:22px;width:62px;background-position:top;position:absolute;} 15 | .colorpicker_field span{position:absolute;width:12px;height:22px;overflow:hidden;top:0;right:0;cursor:n-resize;} 16 | .colorpicker_rgb_r{background-image:url(../images/colorpicker/colorpicker_rgb_r.png);top:52px;left:212px;} 17 | .colorpicker_rgb_g{background-image:url(../images/colorpicker/colorpicker_rgb_g.png);top:82px;left:212px;} 18 | .colorpicker_rgb_b{background-image:url(../images/colorpicker/colorpicker_rgb_b.png);top:112px;left:212px;} 19 | .colorpicker_hsb_h{background-image:url(../images/colorpicker/colorpicker_hsb_h.png);top:52px;left:282px;} 20 | .colorpicker_hsb_s{background-image:url(../images/colorpicker/colorpicker_hsb_s.png);top:82px;left:282px;} 21 | .colorpicker_hsb_b{background-image:url(../images/colorpicker/colorpicker_hsb_b.png);top:112px;left:282px;} 22 | .colorpicker_submit{position:absolute;width:51px;height:22px;background:url(../images/colorpicker/colorpicker_submit.png) top;left:293px;top:142px;overflow:hidden;cursor:pointer;} 23 | .colorpicker_focus{background-position:center;} 24 | .colorpicker_hex.colorpicker_focus{background-position:bottom;} 25 | .colorpicker_submit.colorpicker_focus{background-position:bottom;} 26 | .colorpicker_slider{background-position:bottom;} 27 | /* colorpicker ie6 hack */ 28 | .colorpicker_color div{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/colorpicker/colorpicker_overlay.png',sizingMethod='crop');} 29 | .colorpicker_color div div{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/colorpicker/colorpicker_select.png',sizingMethod='crop');} -------------------------------------------------------------------------------- /css/common.css: -------------------------------------------------------------------------------- 1 | * { 2 | -webikit-box-sizing: border-box; 3 | -moz-box-sizing: border-box; 4 | -o-box-sizing: border-box; 5 | -ms-box-sizing: border-box; 6 | box-sizing: border-box; 7 | } 8 | html, body, div, span, applet, object, iframe, 9 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 10 | a, abbr, acronym, address, big, cite, code, 11 | del, dfn, em, img, ins, kbd, q, s, samp, 12 | small, strike, strong, sub, sup, tt, var, 13 | b, u, i, center, 14 | dl, dt, dd, ol, ul, li, 15 | fieldset, form, label, legend, 16 | table, caption, tbody, tfoot, thead, tr, th, td, 17 | article, aside, canvas, details, embed, 18 | figure, figcaption, footer, header, hgroup, 19 | menu, nav, output, ruby, section, summary, 20 | time, mark, audio, video { 21 | } 22 | h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 23 | font: 14px/22px "Hiragino Sans GB", "Helvetica Neue", "Microsoft Yahei", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif; 24 | font-weight: bold; 25 | } 26 | code{ 27 | white-space: pre-wrap; 28 | } 29 | /* HTML5 display-role reset for older browsers */ 30 | article, aside, details, figcaption, figure, 31 | footer, header, hgroup, menu, nav, section { 32 | display: block; 33 | } 34 | body,input,textarea,select { 35 | color:#333; 36 | font: 14px/22px "Hiragino Sans GB", "Helvetica Neue", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif; 37 | position: relative;/*fixed导航条,控制内容距离顶部距离*/ 38 | margin:0; 39 | padding:0; 40 | } 41 | input,textarea,select { 42 | color:#7a7a7a; 43 | font: 16px/22px "Hiragino Sans GB", "Helvetica Neue", "微软雅黑","Lato","Helvetica Neue", Helvetica, Arial, sans-serif; 44 | } 45 | ol, ul { 46 | list-style: none; 47 | margin:0; 48 | padding:0; 49 | } 50 | dd { 51 | margin:0; 52 | } 53 | blockquote, q { 54 | quotes: none; 55 | } 56 | blockquote:before, blockquote:after, 57 | q:before, q:after { 58 | content: ''; 59 | content: none; 60 | } 61 | table { 62 | border-collapse: collapse; 63 | border-spacing: 0; 64 | } 65 | a { 66 | color:#303030; 67 | outline:0; 68 | text-decoration: none; 69 | } 70 | a:hover { 71 | outline:0; 72 | text-decoration: none; 73 | } 74 | 75 | table { 76 | border-collapse: collapse; 77 | border-spacing: 0; 78 | } 79 | @-ms-viewport { width: device-width; } 80 | @-webkit-viewport { width: device-width; } 81 | @-moz-viewport { width: device-width; } 82 | @-ms-viewport { width: device-width; } 83 | @-o-viewport { width: device-width; } 84 | @viewport { width: device-width; } 85 | 86 | /*兼容所有浏览器的清除浮动 用于父级*/ 87 | .clearfix:after { 88 | visibility: hidden; 89 | display: block; 90 | font-size: 0; 91 | content: " "; 92 | clear: both; 93 | height: 0; 94 | } 95 | .clearfix { 96 | zoom: 1; 97 | } 98 | @font-face{ 99 | font-family:cate_icon; 100 | src:url(/static/fonts/cate.woff) format("woff"),url(/static/fonts/cate.otf); 101 | } 102 | @font-face{ 103 | font-family:base_icon; 104 | src:url(/static/fonts/base.woff) format("woff"),url(/static/fonts/base.otf); 105 | } 106 | .dn {display: none;} 107 | .fl {float:left;} 108 | .fr {float:right;} 109 | 110 | a:hover { 111 | color:#27ac02; 112 | } 113 | 114 | .boxshadow { 115 | box-shadow:0 2px 5px 0 rgba(0,0,0,.15); 116 | } 117 | 118 | .btn { 119 | display:inline-block; 120 | padding:0 20px; 121 | border-radius:8px; 122 | background-color:#27ac02; 123 | height:50px; 124 | line-height:50px; 125 | font-size:25px; 126 | color:#fff; 127 | outline:0; 128 | border:0; 129 | text-align: center; 130 | } 131 | .btn:hover { 132 | color:#fff; 133 | } 134 | .btn-small { 135 | height:35px; 136 | line-height:35px; 137 | font-size:14px; 138 | } 139 | 140 | .input-error { 141 | border:1px solid red; 142 | } -------------------------------------------------------------------------------- /css/editor-min.css: -------------------------------------------------------------------------------- 1 | #wxeditortip{margin:20px 0}.wxeditor .left{position:relative;float:left;width:501px}.wxeditor .left .tabbox{float:left;width:125px}.wxeditor .left .tplcontent{float:left;width:376px}.wxeditor .right{float:left;margin-left:52px;width:45%}#second{padding:20px 20px;width:440px;height:260px;border:1px solid #ccc;background:transparent;overflow-y:scroll}#bdeditor{width:100%;margin:0 auto}.wxeditor a:hover{color:#fff}.tabs{background-color:#27ac02;height:100%}.tabs li a{display:block;background-color:#27ac02;padding:25px 8px;border-right:1px solid #ccc;color:#fff;text-align:center;font-size:18px}.tabs li.editorlogo a{display:block;padding:25px 8px;border-right:1px solid #ccc;color:#fff;text-align:center;font-size:16px;border-bottom:1px solid #ccc}.tabs li:hover a,.tabs li a.current{background-color:#fc4e4e;color:#fff}.tab_con{padding:20px 0;border:1px solid #ccc;border-left:0}.tab_con .content{height:590px;overflow-y:scroll}.tab_con .content li{margin:20px auto;cursor:pointer;margin-bottom:15px;width:310px}.tab_con .content li:hover .itembox{padding:10px;border:1px solid #27ac02}.tab_con .content li .itembox{width:310px;margin:0 auto}.goto{position:absolute;right:-48px;top:50%;font-size:45px;font-weight:700}.fullshowbox,.fullhidebox,#phone,#kefu{position:absolute;right:35px;top:100px;background-color:#fa0a1e;color:#f5f50c;width:65px;height:65px;line-height:65px;font-size:20px;text-align:center;cursor:pointer;border-radius:50%}.update{padding:8px;position:absolute;right:12px;top:0;color:#000;width:15%;font-size:12px;font-weight:normal;border:1px solid #ccc}#phone{top:280px;font-size:12px}#kefu{top:370px}#kefu a{color:#fff}.fullhidebox{top:190px}.colorbox{position:absolute;right:-38px;top:30%;font-size:35px;font-weight:700;width:28px;height:28px;background-color:red;z-index:9999}#colorpickerbox{padding:10px 0;border:1px solid #ccc;border-bottom:0;border-left:0}#colorpickerbox .colorpicker{background-image:url(../images/colorpicker/custom_background.png);position:absolute;bottom:0;left:0}#colorpickerbox .colorpicker_hue div{background-image:url(../images/colorpicker/custom_indic.gif)}#colorpickerbox .colorpicker_hex{background-image:url(../images/colorpicker/custom_hex.png)}#colorpickerbox .colorpicker_rgb_r{background-image:url(http://www.jizzyoujizz.com/wx/images/colorpicker/custom_rgb_r.png)}#colorpickerbox .colorpicker_rgb_g{background-image:url(http://www.jizzyoujizz.com/wx/images/colorpicker/custom_rgb_g.png)}#colorpickerbox .colorpicker_rgb_b{background-image:url(http://www.jizzyoujizz.com/wx/images/colorpicker/custom_rgb_b.png)}#colorpickerbox .colorpicker_hsb_s{background-image:url(http://www.jizzyoujizz.com/wx/images/colorpicker/custom_hsb_s.png)}#colorpickerbox .colorpicker_hsb_h{background-image:url(http://www.jizzyoujizz.com/wx/images/colorpicker/custom_hsb_h.png)}#colorpickerbox .colorpicker_hsb_b{background-image:url(http://www.jizzyoujizz.com/wx/images/colorpicker/custom_rgb_b.png)}#colorpickerbox .colorpicker_submit{background-image:url(http://www.jizzyoujizz.com/wx/images/colorpicker/custom_submit.png)}#colorpickerbox .colorpicker input{color:#778398}#customWidget{position:relative;height:36px}#previewbox{z-index:10000;display:none;position:fixed;left:125px;top:0;width:375px;height:800px;background:url('../images/colorpicker/jizzyoujizz_com.png');background-size:contain;padding:120px 25px 116px 36px}.fenxiang{position:absolute;left:502px;top:2px;width:100px}#share_box{width:100px}#share_box .bds{display:inline-block} -------------------------------------------------------------------------------- /images/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0 -------------------------------------------------------------------------------- /images/0 (1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0 (1).gif -------------------------------------------------------------------------------- /images/0(1): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(1) -------------------------------------------------------------------------------- /images/0(10): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(10) -------------------------------------------------------------------------------- /images/0(11): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(11) -------------------------------------------------------------------------------- /images/0(12): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(12) -------------------------------------------------------------------------------- /images/0(13): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(13) -------------------------------------------------------------------------------- /images/0(14): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(14) -------------------------------------------------------------------------------- /images/0(15): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(15) -------------------------------------------------------------------------------- /images/0(16): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(16) -------------------------------------------------------------------------------- /images/0(17): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(17) -------------------------------------------------------------------------------- /images/0(18): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(18) -------------------------------------------------------------------------------- /images/0(19): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(19) -------------------------------------------------------------------------------- /images/0(2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(2) -------------------------------------------------------------------------------- /images/0(20): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(20) -------------------------------------------------------------------------------- /images/0(21): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(21) -------------------------------------------------------------------------------- /images/0(22): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(22) -------------------------------------------------------------------------------- /images/0(23): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(23) -------------------------------------------------------------------------------- /images/0(24): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(24) -------------------------------------------------------------------------------- /images/0(25): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(25) -------------------------------------------------------------------------------- /images/0(26): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(26) -------------------------------------------------------------------------------- /images/0(27): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(27) -------------------------------------------------------------------------------- /images/0(28): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(28) -------------------------------------------------------------------------------- /images/0(29): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(29) -------------------------------------------------------------------------------- /images/0(3): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(3) -------------------------------------------------------------------------------- /images/0(30): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(30) -------------------------------------------------------------------------------- /images/0(31): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(31) -------------------------------------------------------------------------------- /images/0(32): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(32) -------------------------------------------------------------------------------- /images/0(33): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(33) -------------------------------------------------------------------------------- /images/0(34): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(34) -------------------------------------------------------------------------------- /images/0(35): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(35) -------------------------------------------------------------------------------- /images/0(36): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(36) -------------------------------------------------------------------------------- /images/0(37): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(37) -------------------------------------------------------------------------------- /images/0(38): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(38) -------------------------------------------------------------------------------- /images/0(39): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(39) -------------------------------------------------------------------------------- /images/0(4): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(4) -------------------------------------------------------------------------------- /images/0(40): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(40) -------------------------------------------------------------------------------- /images/0(41): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(41) -------------------------------------------------------------------------------- /images/0(42): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(42) -------------------------------------------------------------------------------- /images/0(43): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(43) -------------------------------------------------------------------------------- /images/0(44): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(44) -------------------------------------------------------------------------------- /images/0(45): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(45) -------------------------------------------------------------------------------- /images/0(46): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(46) -------------------------------------------------------------------------------- /images/0(47): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(47) -------------------------------------------------------------------------------- /images/0(5): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(5) -------------------------------------------------------------------------------- /images/0(6): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(6) -------------------------------------------------------------------------------- /images/0(7): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(7) -------------------------------------------------------------------------------- /images/0(8): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(8) -------------------------------------------------------------------------------- /images/0(9): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/0(9) -------------------------------------------------------------------------------- /images/640: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640 -------------------------------------------------------------------------------- /images/640(1): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(1) -------------------------------------------------------------------------------- /images/640(10): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(10) -------------------------------------------------------------------------------- /images/640(11): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(11) -------------------------------------------------------------------------------- /images/640(2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(2) -------------------------------------------------------------------------------- /images/640(3): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(3) -------------------------------------------------------------------------------- /images/640(4): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(4) -------------------------------------------------------------------------------- /images/640(5): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(5) -------------------------------------------------------------------------------- /images/640(6): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(6) -------------------------------------------------------------------------------- /images/640(7): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(7) -------------------------------------------------------------------------------- /images/640(8): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(8) -------------------------------------------------------------------------------- /images/640(9): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/640(9) -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_background.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_hex.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_hsb_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_hsb_b.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_hsb_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_hsb_h.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_hsb_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_hsb_s.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_indic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_indic.gif -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_overlay.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_rgb_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_rgb_b.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_rgb_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_rgb_g.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_rgb_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_rgb_r.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_select.png -------------------------------------------------------------------------------- /images/colorpicker/colorpicker_submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/colorpicker_submit.png -------------------------------------------------------------------------------- /images/colorpicker/custom_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_background.png -------------------------------------------------------------------------------- /images/colorpicker/custom_hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_hex.png -------------------------------------------------------------------------------- /images/colorpicker/custom_hsb_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_hsb_h.png -------------------------------------------------------------------------------- /images/colorpicker/custom_hsb_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_hsb_s.png -------------------------------------------------------------------------------- /images/colorpicker/custom_indic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_indic.gif -------------------------------------------------------------------------------- /images/colorpicker/custom_rgb_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_rgb_b.png -------------------------------------------------------------------------------- /images/colorpicker/custom_rgb_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_rgb_g.png -------------------------------------------------------------------------------- /images/colorpicker/custom_rgb_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_rgb_r.png -------------------------------------------------------------------------------- /images/colorpicker/custom_submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/custom_submit.png -------------------------------------------------------------------------------- /images/colorpicker/jizzyoujizz_com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/colorpicker/jizzyoujizz_com.png -------------------------------------------------------------------------------- /images/mmbizgif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/mmbizgif -------------------------------------------------------------------------------- /images/mmbizgif(1): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/mmbizgif(1) -------------------------------------------------------------------------------- /images/mmbizgif(2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/mmbizgif(2) -------------------------------------------------------------------------------- /images/mmbizgif(3): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/mmbizgif(3) -------------------------------------------------------------------------------- /images/mmbizgif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/mmbizgif.gif -------------------------------------------------------------------------------- /images/mmbizgif0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/images/mmbizgif0 -------------------------------------------------------------------------------- /ueditor/dialogs/anchor/anchor.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 13 | 14 | 15 |
16 | 17 |
18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/attachment.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/attachment.css -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/attachment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/attachment.html -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/attachment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/attachment.js -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /ueditor/dialogs/background/background.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/background/background.css -------------------------------------------------------------------------------- /ueditor/dialogs/background/background.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 |
11 | 12 | 13 |
14 |
15 |
16 |
17 | 18 |
19 |
20 | 21 | 22 |
23 |
24 |
25 | : 26 |
27 |
28 |
29 |
30 |
31 | 32 |
33 |
34 | : 41 |
42 |
43 | :x:px  y:px 44 |
45 |
46 |
47 | 48 |
49 |
50 |
51 |
52 |
53 |
54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /ueditor/dialogs/background/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/background/background.js -------------------------------------------------------------------------------- /ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /ueditor/dialogs/charts/chart.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/chart.config.js -------------------------------------------------------------------------------- /ueditor/dialogs/charts/charts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/charts.css -------------------------------------------------------------------------------- /ueditor/dialogs/charts/charts.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | chart 5 | 6 | 7 | 8 | 9 | 10 |
11 |
12 |

13 |
14 |

15 |
16 |
17 |
18 | 19 |
20 | 24 | 28 |
29 |
30 |
31 |
32 | 33 |
34 | 37 | 40 | 43 | 46 |
47 |
48 |
49 | 50 |
51 | 55 |

56 |
57 |
58 |
59 | 60 |
61 | 62 |

63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |

72 |
73 |
74 |
75 |
76 |
77 | 78 | 79 |
80 |
81 |
82 |
83 |
84 | 85 | 86 | 87 | 88 | 89 | -------------------------------------------------------------------------------- /ueditor/dialogs/charts/charts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/charts.js -------------------------------------------------------------------------------- /ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/emotion.css: -------------------------------------------------------------------------------- 1 | .jd img{ 2 | background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top; 3 | cursor:pointer;width:35px;height:35px;display:block; 4 | } 5 | .pp img{ 6 | background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top; 7 | cursor:pointer;width:25px;height:25px;display:block; 8 | } 9 | .ldw img{ 10 | background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top; 11 | cursor:pointer;width:35px;height:35px;display:block; 12 | } 13 | .tsj img{ 14 | background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top; 15 | cursor:pointer;width:35px;height:35px;display:block; 16 | } 17 | .cat img{ 18 | background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top; 19 | cursor:pointer;width:35px;height:35px;display:block; 20 | } 21 | .bb img{ 22 | background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top; 23 | cursor:pointer;width:35px;height:35px;display:block; 24 | } 25 | .youa img{ 26 | background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top; 27 | cursor:pointer;width:35px;height:35px;display:block; 28 | } 29 | 30 | .smileytable td {height: 37px;} 31 | #tabPanel{margin-left:5px;overflow: hidden;} 32 | #tabContent {float:left;background:#FFFFFF;} 33 | #tabContent div{display: none;width:480px;overflow:hidden;} 34 | #tabIconReview.show{left:17px;display:block;} 35 | .menuFocus{background:#ACCD3C;} 36 | .menuDefault{background:#FFFFFF;} 37 | #tabIconReview{position:absolute;left:406px;left:398px \9;top:41px;z-index:65533;width:90px;height:76px;} 38 | img.review{width:90px;height:76px;border:2px solid #9cb945;background:#FFFFFF;background-position:center;background-repeat:no-repeat;} 39 | 40 | .wrapper .tabbody{position:relative;float:left;clear:both;padding:10px;width: 95%;} 41 | .tabbody table{width: 100%;} 42 | .tabbody td{border:1px solid #BAC498;} 43 | .tabbody td span{display: block;zoom:1;padding:0 4px;} -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/emotion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/emotion.html -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/emotion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/emotion.js -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /ueditor/dialogs/gmap/gmap.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 |
26 |
27 | 88 | 89 | -------------------------------------------------------------------------------- /ueditor/dialogs/help/help.css: -------------------------------------------------------------------------------- 1 | .wrapper{width: 370px;margin: 10px auto;zoom: 1;} 2 | .tabbody{height: 360px;} 3 | .tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;} 4 | .tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;} 5 | .tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;} 6 | .tabbody table{width:90%;line-height: 20px;margin: 5px 0 0 5px;;} 7 | .tabbody table thead{font-weight: bold;line-height: 25px;} -------------------------------------------------------------------------------- /ueditor/dialogs/help/help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/help/help.html -------------------------------------------------------------------------------- /ueditor/dialogs/help/help.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/help/help.js -------------------------------------------------------------------------------- /ueditor/dialogs/image/image.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/image.css -------------------------------------------------------------------------------- /ueditor/dialogs/image/image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/image.html -------------------------------------------------------------------------------- /ueditor/dialogs/image/image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/image.js -------------------------------------------------------------------------------- /ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /ueditor/dialogs/insertframe/insertframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 14 | 15 | 16 |
17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 44 | 45 |
20 | 21 | 22 |
px
px
38 | 43 |
46 |
47 | 97 | 98 | -------------------------------------------------------------------------------- /ueditor/dialogs/internal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/internal.js -------------------------------------------------------------------------------- /ueditor/dialogs/link/link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/link/link.html -------------------------------------------------------------------------------- /ueditor/dialogs/map/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/map/map.html -------------------------------------------------------------------------------- /ueditor/dialogs/map/show.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/map/show.html -------------------------------------------------------------------------------- /ueditor/dialogs/music/music.css: -------------------------------------------------------------------------------- 1 | .wrapper{margin: 5px 10px;} 2 | 3 | .searchBar{height:30px;padding:7px 0 3px;text-align:center;} 4 | .searchBtn{font-size:13px;height:24px;} 5 | 6 | .resultBar{width:460px;margin:5px auto;border: 1px solid #CCC;border-radius: 5px;box-shadow: 2px 2px 5px #D3D6DA;overflow: hidden;} 7 | 8 | .listPanel{overflow: hidden;} 9 | .panelon{display:block;} 10 | .paneloff{display:none} 11 | 12 | .page{width:220px;margin:20px auto;overflow: hidden;} 13 | .pageon{float:right;width:24px;line-height:24px;height:24px;margin-right: 5px;background: none;border: none;color: #000;font-weight: bold;text-align:center} 14 | .pageoff{float:right;width:24px;line-height:24px;height:24px;cursor:pointer;background-color: #fff; 15 | border: 1px solid #E7ECF0;color: #2D64B3;margin-right: 5px;text-decoration: none;text-align:center;} 16 | 17 | .m-box{width:460px;} 18 | .m-m{float: left;line-height: 20px;height: 20px;} 19 | .m-h{height:24px;line-height:24px;padding-left: 46px;background-color:#FAFAFA;border-bottom: 1px solid #DAD8D8;font-weight: bold;font-size: 12px;color: #333;} 20 | .m-l{float:left;width:40px; } 21 | .m-t{float:left;width:140px;} 22 | .m-s{float:left;width:110px;} 23 | .m-z{float:left;width:100px;} 24 | .m-try-t{float: left;width: 60px;;} 25 | 26 | .m-try{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/try_music.gif') no-repeat ;} 27 | .m-trying{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/stop_music.gif') no-repeat ;} 28 | 29 | .loading{width:95px;height:7px;font-size:7px;margin:60px auto;background:url(http://static.tieba.baidu.com/tb/editor/images/loading.gif) no-repeat} 30 | .empty{width:300px;height:40px;padding:2px;margin:50px auto;line-height:40px; color:#006699;text-align:center;} -------------------------------------------------------------------------------- /ueditor/dialogs/music/music.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/music/music.html -------------------------------------------------------------------------------- /ueditor/dialogs/preview/preview.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 |
29 | 30 | 40 | -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/scrawl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/scrawl.css -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/scrawl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/scrawl.html -------------------------------------------------------------------------------- /ueditor/dialogs/scrawl/scrawl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/scrawl/scrawl.js -------------------------------------------------------------------------------- /ueditor/dialogs/searchreplace/searchreplace.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 16 | 17 | 18 |
19 | 23 |
24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 39 | 40 | 41 | 45 | 46 | 47 | 50 | 51 | 52 | 55 | 56 |
:
37 | 38 |
42 | 43 | 44 |
48 |   49 |
53 | 54 |
57 |
58 |
59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 79 | 85 | 86 | 87 | 90 | 91 | 92 | 95 | 96 |
:
:
75 | 76 |
80 | 81 | 82 | 83 | 84 |
88 |   89 |
93 | 94 |
97 |
98 |
99 |
100 | 101 | 102 | -------------------------------------------------------------------------------- /ueditor/dialogs/searchreplace/searchreplace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/searchreplace/searchreplace.js -------------------------------------------------------------------------------- /ueditor/dialogs/snapscreen/snapscreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 47 | 48 | 49 |
50 |

51 |
52 |
53 |
54 |
55 |
56 |
57 | 58 | -------------------------------------------------------------------------------- /ueditor/dialogs/spechars/spechars.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 14 | 15 | 16 |
17 |
18 |
19 | 20 | 21 | -------------------------------------------------------------------------------- /ueditor/dialogs/spechars/spechars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/spechars/spechars.js -------------------------------------------------------------------------------- /ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /ueditor/dialogs/table/edittable.css: -------------------------------------------------------------------------------- 1 | body{ 2 | overflow: hidden; 3 | width: 540px; 4 | } 5 | .wrapper { 6 | margin: 10px auto 0; 7 | font-size: 12px; 8 | overflow: hidden; 9 | width: 520px; 10 | height: 315px; 11 | } 12 | 13 | .clear { 14 | clear: both; 15 | } 16 | 17 | .wrapper .left { 18 | float: left; 19 | margin-left: 10px;; 20 | } 21 | 22 | .wrapper .right { 23 | float: right; 24 | border-left: 2px dotted #EDEDED; 25 | padding-left: 15px; 26 | } 27 | 28 | .section { 29 | margin-bottom: 15px; 30 | width: 240px; 31 | overflow: hidden; 32 | } 33 | 34 | .section h3 { 35 | font-weight: bold; 36 | padding: 5px 0; 37 | margin-bottom: 10px; 38 | border-bottom: 1px solid #EDEDED; 39 | font-size: 12px; 40 | } 41 | 42 | .section ul { 43 | list-style: none; 44 | overflow: hidden; 45 | clear: both; 46 | 47 | } 48 | 49 | .section li { 50 | float: left; 51 | width: 120px;; 52 | } 53 | 54 | .section .tone { 55 | width: 80px;; 56 | } 57 | 58 | .section .preview { 59 | width: 220px; 60 | } 61 | 62 | .section .preview table { 63 | text-align: center; 64 | vertical-align: middle; 65 | color: #666; 66 | } 67 | 68 | .section .preview caption { 69 | font-weight: bold; 70 | } 71 | 72 | .section .preview td { 73 | border-width: 1px; 74 | border-style: solid; 75 | height: 22px; 76 | } 77 | 78 | .section .preview th { 79 | border-style: solid; 80 | border-color: #DDD; 81 | border-width: 2px 1px 1px 1px; 82 | height: 22px; 83 | background-color: #F7F7F7; 84 | } -------------------------------------------------------------------------------- /ueditor/dialogs/table/edittable.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 |
11 |
12 |

13 |
    14 |
  • 15 | 16 |
  • 17 |
  • 18 | 19 |
  • 20 |
21 |
    22 |
  • 23 | 24 |
  • 25 |
  • 26 | 27 |
  • 28 |
29 |
30 |
31 |
32 |

33 |
    34 |
  • 35 | 36 |
  • 37 |
  • 38 | 39 |
  • 40 |
41 |
42 |
43 |
44 |

45 |
    46 |
  • 47 | 48 | 49 |
  • 50 |
51 |
52 |
53 |
54 |
55 |
56 |

57 |
58 |
59 |
60 |
61 |
62 | 63 | 64 | -------------------------------------------------------------------------------- /ueditor/dialogs/table/edittable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/table/edittable.js -------------------------------------------------------------------------------- /ueditor/dialogs/table/edittd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 16 | 17 | 18 |
19 | 20 | 21 |
22 | 60 | 61 | -------------------------------------------------------------------------------- /ueditor/dialogs/table/edittip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/table/edittip.html -------------------------------------------------------------------------------- /ueditor/dialogs/template/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/config.js -------------------------------------------------------------------------------- /ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /ueditor/dialogs/template/template.css: -------------------------------------------------------------------------------- 1 | .wrap{ padding: 5px;font-size: 14px;} 2 | .left{width:425px;float: left;} 3 | .right{width:160px;border: 1px solid #ccc;float: right;padding: 5px;margin-right: 5px;} 4 | .right .pre{height: 332px;overflow-y: auto;} 5 | .right .preitem{border: white 1px solid;margin: 5px 0;padding: 2px 0;} 6 | .right .preitem:hover{background-color: lemonChiffon;cursor: pointer;border: #ccc 1px solid;} 7 | .right .preitem img{display: block;margin: 0 auto;width:100px;} 8 | .clear{clear: both;} 9 | .top{height:26px;line-height: 26px;padding: 5px;} 10 | .bottom{height:320px;width:100%;margin: 0 auto;} 11 | .transparent{ background: url("images/bg.gif") repeat;} 12 | .bottom table tr td{border:1px dashed #ccc;} 13 | #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;} 14 | .border_style1{padding:2px;border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;} 15 | p{margin: 5px 0} 16 | table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;} 17 | li{clear:both} 18 | ol{padding-left:40px; } -------------------------------------------------------------------------------- /ueditor/dialogs/template/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/template.html -------------------------------------------------------------------------------- /ueditor/dialogs/template/template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/template/template.js -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /ueditor/dialogs/video/video.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/video.css -------------------------------------------------------------------------------- /ueditor/dialogs/video/video.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 |
14 | 15 | 16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | 24 | 25 | 26 | 27 |
28 |
29 |
30 | 31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 | 0% 41 | 42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
    54 |
  • 55 |
56 |
57 |
58 |
59 |
60 | 61 | 62 | 63 | 64 |
65 |
66 |
67 | 68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /ueditor/dialogs/video/video.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/video/video.js -------------------------------------------------------------------------------- /ueditor/dialogs/webapp/webapp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/webapp/webapp.html -------------------------------------------------------------------------------- /ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /ueditor/dialogs/wordimage/tangram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/wordimage/tangram.js -------------------------------------------------------------------------------- /ueditor/dialogs/wordimage/wordimage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/wordimage/wordimage.html -------------------------------------------------------------------------------- /ueditor/dialogs/wordimage/wordimage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/dialogs/wordimage/wordimage.js -------------------------------------------------------------------------------- /ueditor/lang/en/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/en.js -------------------------------------------------------------------------------- /ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /ueditor/php/action_crawler.php: -------------------------------------------------------------------------------- 1 | $CONFIG['catcherPathFormat'], 14 | "maxSize" => $CONFIG['catcherMaxSize'], 15 | "allowFiles" => $CONFIG['catcherAllowFiles'], 16 | "oriName" => "remote.png" 17 | ); 18 | $fieldName = $CONFIG['catcherFieldName']; 19 | 20 | /* 抓取远程图片 */ 21 | $list = array(); 22 | if (isset($_POST[$fieldName])) { 23 | $source = $_POST[$fieldName]; 24 | } else { 25 | $source = $_GET[$fieldName]; 26 | } 27 | foreach ($source as $imgUrl) { 28 | $item = new Uploader($imgUrl, $config, "remote"); 29 | $info = $item->getFileInfo(); 30 | array_push($list, array( 31 | "state" => $info["state"], 32 | "url" => $info["url"], 33 | "size" => $info["size"], 34 | "title" => htmlspecialchars($info["title"]), 35 | "original" => htmlspecialchars($info["original"]), 36 | "source" => htmlspecialchars($imgUrl) 37 | )); 38 | } 39 | 40 | /* 返回抓取数据 */ 41 | return json_encode(array( 42 | 'state'=> count($list) ? 'SUCCESS':'ERROR', 43 | 'list'=> $list 44 | )); -------------------------------------------------------------------------------- /ueditor/php/action_list.php: -------------------------------------------------------------------------------- 1 | "no match file", 38 | "list" => array(), 39 | "start" => $start, 40 | "total" => count($files) 41 | )); 42 | } 43 | 44 | /* 获取指定范围的列表 */ 45 | $len = count($files); 46 | for ($i = min($end, $len) - 1, $list = array(); $i < $len && $i >= 0 && $i >= $start; $i--){ 47 | $list[] = $files[$i]; 48 | } 49 | //倒序 50 | //for ($i = $end, $list = array(); $i < $len && $i < $end; $i++){ 51 | // $list[] = $files[$i]; 52 | //} 53 | 54 | /* 返回数据 */ 55 | $result = json_encode(array( 56 | "state" => "SUCCESS", 57 | "list" => $list, 58 | "start" => $start, 59 | "total" => count($files) 60 | )); 61 | 62 | return $result; 63 | 64 | 65 | /** 66 | * 遍历获取目录下的指定类型的文件 67 | * @param $path 68 | * @param array $files 69 | * @return array 70 | */ 71 | function getfiles($path, $allowFiles, &$files = array()) 72 | { 73 | if (!is_dir($path)) return null; 74 | if(substr($path, strlen($path) - 1) != '/') $path .= '/'; 75 | $handle = opendir($path); 76 | while (false !== ($file = readdir($handle))) { 77 | if ($file != '.' && $file != '..') { 78 | $path2 = $path . $file; 79 | if (is_dir($path2)) { 80 | getfiles($path2, $allowFiles, $files); 81 | } else { 82 | if (preg_match("/\.(".$allowFiles.")$/i", $file)) { 83 | $files[] = array( 84 | 'url'=> substr($path2, strlen($_SERVER['DOCUMENT_ROOT'])), 85 | 'mtime'=> filemtime($path2) 86 | ); 87 | } 88 | } 89 | } 90 | } 91 | return $files; 92 | } -------------------------------------------------------------------------------- /ueditor/php/action_upload.php: -------------------------------------------------------------------------------- 1 | $CONFIG['imagePathFormat'], 16 | "maxSize" => $CONFIG['imageMaxSize'], 17 | "allowFiles" => $CONFIG['imageAllowFiles'] 18 | ); 19 | $fieldName = $CONFIG['imageFieldName']; 20 | break; 21 | case 'uploadscrawl': 22 | $config = array( 23 | "pathFormat" => $CONFIG['scrawlPathFormat'], 24 | "maxSize" => $CONFIG['scrawlMaxSize'], 25 | "allowFiles" => $CONFIG['scrawlAllowFiles'], 26 | "oriName" => "scrawl.png" 27 | ); 28 | $fieldName = $CONFIG['scrawlFieldName']; 29 | $base64 = "base64"; 30 | break; 31 | case 'uploadvideo': 32 | $config = array( 33 | "pathFormat" => $CONFIG['videoPathFormat'], 34 | "maxSize" => $CONFIG['videoMaxSize'], 35 | "allowFiles" => $CONFIG['videoAllowFiles'] 36 | ); 37 | $fieldName = $CONFIG['videoFieldName']; 38 | break; 39 | case 'uploadfile': 40 | default: 41 | $config = array( 42 | "pathFormat" => $CONFIG['filePathFormat'], 43 | "maxSize" => $CONFIG['fileMaxSize'], 44 | "allowFiles" => $CONFIG['fileAllowFiles'] 45 | ); 46 | $fieldName = $CONFIG['fileFieldName']; 47 | break; 48 | } 49 | 50 | /* 生成上传实例对象并完成上传 */ 51 | $up = new Uploader($fieldName, $config, $base64); 52 | 53 | /** 54 | * 得到上传文件所对应的各个参数,数组结构 55 | * array( 56 | * "state" => "", //上传状态,上传成功时必须返回"SUCCESS" 57 | * "url" => "", //返回的地址 58 | * "title" => "", //新文件名 59 | * "original" => "", //原始文件名 60 | * "type" => "" //文件类型 61 | * "size" => "", //文件大小 62 | * ) 63 | */ 64 | 65 | /* 返回数据 */ 66 | return json_encode($up->getFileInfo()); 67 | -------------------------------------------------------------------------------- /ueditor/php/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/php/config.json -------------------------------------------------------------------------------- /ueditor/php/controller.php: -------------------------------------------------------------------------------- 1 | '请求地址出错' 44 | )); 45 | break; 46 | } 47 | 48 | /* 输出结果 */ 49 | if (isset($_GET["callback"])) { 50 | if (preg_match("/^[\w_]+$/", $_GET["callback"])) { 51 | echo htmlspecialchars($_GET["callback"]) . '(' . $result . ')'; 52 | } else { 53 | echo json_encode(array( 54 | 'state'=> 'callback参数不合法' 55 | )); 56 | } 57 | } else { 58 | echo $result; 59 | } -------------------------------------------------------------------------------- /ueditor/themes/default/css/ueditor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/css/ueditor.css -------------------------------------------------------------------------------- /ueditor/themes/default/css/ueditor.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/css/ueditor.min.css -------------------------------------------------------------------------------- /ueditor/themes/default/dialogbase.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/dialogbase.css -------------------------------------------------------------------------------- /ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/filescan.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /ueditor/themes/iframe.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/themes/iframe.css -------------------------------------------------------------------------------- /ueditor/third-party/SyntaxHighlighter/shCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/SyntaxHighlighter/shCore.js -------------------------------------------------------------------------------- /ueditor/third-party/SyntaxHighlighter/shCoreDefault.css: -------------------------------------------------------------------------------- 1 | .syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter,.syntaxhighlighter td,.syntaxhighlighter tr,.syntaxhighlighter tbody,.syntaxhighlighter thead,.syntaxhighlighter caption,.syntaxhighlighter textarea{-moz-border-radius:0 0 0 0!important;-webkit-border-radius:0 0 0 0!important;background:none!important;border:0!important;bottom:auto!important;float:none!important;left:auto!important;line-height:1.1em!important;margin:0!important;outline:0!important;overflow:visible!important;padding:0!important;position:static!important;right:auto!important;text-align:left!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-weight:normal!important;font-style:normal!important;min-height:inherit!important;min-height:auto!important;font-size:13px!important}.syntaxhighlighter{width:100%!important;margin:.3em 0 .3em 0!important;position:relative!important;overflow:auto!important;background-color:#f5f5f5!important;border:1px solid #ccc!important;border-radius:4px!important;border-collapse:separate!important}.syntaxhighlighter.source{overflow:hidden!important}.syntaxhighlighter .bold{font-weight:bold!important}.syntaxhighlighter .italic{font-style:italic!important}.syntaxhighlighter .gutter div{white-space:pre!important;word-wrap:normal}.syntaxhighlighter caption{text-align:left!important;padding:.5em 0 .5em 1em!important}.syntaxhighlighter td.code{width:100%!important}.syntaxhighlighter td.code .container{position:relative!important}.syntaxhighlighter td.code .container textarea{box-sizing:border-box!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;border:none!important;background:white!important;padding-left:1em!important;overflow:hidden!important;white-space:pre!important}.syntaxhighlighter td.gutter .line{text-align:right!important;padding:0 .5em 0 1em!important}.syntaxhighlighter td.code .line{padding:0 1em!important}.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0!important}.syntaxhighlighter.show{display:block!important}.syntaxhighlighter.collapsed table{display:none!important}.syntaxhighlighter.collapsed .toolbar{padding:.1em .8em 0 .8em!important;font-size:1em!important;position:static!important;width:auto!important}.syntaxhighlighter.collapsed .toolbar span{display:inline!important;margin-right:1em!important}.syntaxhighlighter.collapsed .toolbar span a{padding:0!important;display:none!important}.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline!important}.syntaxhighlighter .toolbar{position:absolute!important;right:1px!important;top:1px!important;width:11px!important;height:11px!important;font-size:10px!important;z-index:10!important}.syntaxhighlighter .toolbar span.title{display:inline!important}.syntaxhighlighter .toolbar a{display:block!important;text-align:center!important;text-decoration:none!important;padding-top:1px!important}.syntaxhighlighter .toolbar a.expandSource{display:none!important}.syntaxhighlighter.ie{font-size:.9em!important;padding:1px 0 1px 0!important}.syntaxhighlighter.ie .toolbar{line-height:8px!important}.syntaxhighlighter.ie .toolbar a{padding-top:0!important}.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:none!important}.syntaxhighlighter.printing .line .number{color:#bbb!important}.syntaxhighlighter.printing .line .content{color:black!important}.syntaxhighlighter.printing .toolbar{display:none!important}.syntaxhighlighter.printing a{text-decoration:none!important}.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:black!important}.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200!important}.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue!important}.syntaxhighlighter.printing .keyword{color:#ff7800!important;font-weight:bold!important}.syntaxhighlighter.printing .preprocessor{color:gray!important}.syntaxhighlighter.printing .variable{color:#a70!important}.syntaxhighlighter.printing .value{color:#090!important}.syntaxhighlighter.printing .functions{color:#ff1493!important}.syntaxhighlighter.printing .constants{color:#06c!important}.syntaxhighlighter.printing .script{font-weight:bold!important}.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray!important}.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493!important}.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red!important}.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:black!important}.syntaxhighlighter{background-color:#f5f5f5!important}.syntaxhighlighter .line.highlighted.number{color:black!important}.syntaxhighlighter caption{color:black!important}.syntaxhighlighter .gutter{color:#afafaf!important;background-color:#f7f7f9!important;border-right:1px solid #e1e1e8!important;padding:9.5px 0 9.5px 9.5px!important;border-top-left-radius:4px!important;border-bottom-left-radius:4px!important;user-select:none!important;-moz-user-select:none!important;-webkit-user-select:none!important}.syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c!important;color:white!important}.syntaxhighlighter.printing .line .content{border:none!important}.syntaxhighlighter.collapsed{overflow:visible!important}.syntaxhighlighter.collapsed .toolbar{color:blue!important;background:white!important;border:1px solid #6ce26c!important}.syntaxhighlighter.collapsed .toolbar a{color:blue!important}.syntaxhighlighter.collapsed .toolbar a:hover{color:red!important}.syntaxhighlighter .toolbar{color:white!important;background:#6ce26c!important;border:none!important}.syntaxhighlighter .toolbar a{color:white!important}.syntaxhighlighter .toolbar a:hover{color:black!important}.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black!important}.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200!important}.syntaxhighlighter .string,.syntaxhighlighter .string a{color:blue!important}.syntaxhighlighter .keyword{color:#ff7800!important}.syntaxhighlighter .preprocessor{color:gray!important}.syntaxhighlighter .variable{color:#a70!important}.syntaxhighlighter .value{color:#090!important}.syntaxhighlighter .functions{color:#ff1493!important}.syntaxhighlighter .constants{color:#06c!important}.syntaxhighlighter .script{font-weight:bold!important;color:#ff7800!important;background-color:none!important}.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray!important}.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493!important}.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red!important}.syntaxhighlighter .keyword{font-weight:bold!important} -------------------------------------------------------------------------------- /ueditor/third-party/codemirror/codemirror.css: -------------------------------------------------------------------------------- 1 | .CodeMirror { 2 | line-height: 1em; 3 | font-family: monospace; 4 | } 5 | 6 | .CodeMirror-scroll { 7 | overflow: auto; 8 | height: 300px; 9 | /* This is needed to prevent an IE[67] bug where the scrolled content 10 | is visible outside of the scrolling box. */ 11 | position: relative; 12 | } 13 | 14 | .CodeMirror-gutter { 15 | position: absolute; left: 0; top: 0; 16 | z-index: 10; 17 | background-color: #f7f7f7; 18 | border-right: 1px solid #eee; 19 | min-width: 2em; 20 | height: 100%; 21 | } 22 | .CodeMirror-gutter-text { 23 | color: #aaa; 24 | text-align: right; 25 | padding: .4em .2em .4em .4em; 26 | white-space: pre !important; 27 | } 28 | .CodeMirror-lines { 29 | padding: .4em; 30 | } 31 | 32 | .CodeMirror pre { 33 | -moz-border-radius: 0; 34 | -webkit-border-radius: 0; 35 | -o-border-radius: 0; 36 | border-radius: 0; 37 | border-width: 0; margin: 0; padding: 0; background: transparent; 38 | font-family: inherit; 39 | font-size: inherit; 40 | padding: 0; margin: 0; 41 | white-space: pre; 42 | word-wrap: normal; 43 | } 44 | 45 | .CodeMirror-wrap pre { 46 | word-wrap: break-word; 47 | white-space: pre-wrap; 48 | } 49 | .CodeMirror-wrap .CodeMirror-scroll { 50 | overflow-x: hidden; 51 | } 52 | 53 | .CodeMirror textarea { 54 | outline: none !important; 55 | } 56 | 57 | .CodeMirror pre.CodeMirror-cursor { 58 | z-index: 10; 59 | position: absolute; 60 | visibility: hidden; 61 | border-left: 1px solid black; 62 | } 63 | .CodeMirror-focused pre.CodeMirror-cursor { 64 | visibility: visible; 65 | } 66 | 67 | span.CodeMirror-selected { background: #d9d9d9; } 68 | .CodeMirror-focused span.CodeMirror-selected { background: #d2dcf8; } 69 | 70 | .CodeMirror-searching {background: #ffa;} 71 | 72 | /* Default theme */ 73 | 74 | .cm-s-default span.cm-keyword {color: #708;} 75 | .cm-s-default span.cm-atom {color: #219;} 76 | .cm-s-default span.cm-number {color: #164;} 77 | .cm-s-default span.cm-def {color: #00f;} 78 | .cm-s-default span.cm-variable {color: black;} 79 | .cm-s-default span.cm-variable-2 {color: #05a;} 80 | .cm-s-default span.cm-variable-3 {color: #085;} 81 | .cm-s-default span.cm-property {color: black;} 82 | .cm-s-default span.cm-operator {color: black;} 83 | .cm-s-default span.cm-comment {color: #a50;} 84 | .cm-s-default span.cm-string {color: #a11;} 85 | .cm-s-default span.cm-string-2 {color: #f50;} 86 | .cm-s-default span.cm-meta {color: #555;} 87 | .cm-s-default span.cm-error {color: #f00;} 88 | .cm-s-default span.cm-qualifier {color: #555;} 89 | .cm-s-default span.cm-builtin {color: #30a;} 90 | .cm-s-default span.cm-bracket {color: #cc7;} 91 | .cm-s-default span.cm-tag {color: #170;} 92 | .cm-s-default span.cm-attribute {color: #00c;} 93 | .cm-s-default span.cm-header {color: #a0a;} 94 | .cm-s-default span.cm-quote {color: #090;} 95 | .cm-s-default span.cm-hr {color: #999;} 96 | .cm-s-default span.cm-link {color: #00c;} 97 | 98 | span.cm-header, span.cm-strong {font-weight: bold;} 99 | span.cm-em {font-style: italic;} 100 | span.cm-emstrong {font-style: italic; font-weight: bold;} 101 | span.cm-link {text-decoration: underline;} 102 | 103 | div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;} 104 | div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} 105 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/adapters/mootools-adapter.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | MooTools adapter 4 | 5 | (c) 2010-2013 Torstein Hnsi 6 | 7 | License: www.highcharts.com/license 8 | */ 9 | (function(){var e=window,h=document,f=e.MooTools.version.substring(0,3),i=f==="1.2"||f==="1.1",j=i||f==="1.3",g=e.$extend||function(){return Object.append.apply(Object,arguments)};e.HighchartsAdapter={init:function(a){var b=Fx.prototype,c=b.start,d=Fx.Morph.prototype,e=d.compute;b.start=function(b,d){var e=this.element;if(b.d)this.paths=a.init(e,e.d,this.toD);c.apply(this,arguments);return this};d.compute=function(b,c,d){var f=this.paths;if(f)this.element.attr("d",a.step(f[0],f[1],d,this.toD));else return e.apply(this, 10 | arguments)}},adapterRun:function(a,b){if(b==="width"||b==="height")return parseInt($(a).getStyle(b),10)},getScript:function(a,b){var c=h.getElementsByTagName("head")[0],d=h.createElement("script");d.type="text/javascript";d.src=a;d.onload=b;c.appendChild(d)},animate:function(a,b,c){var d=a.attr,f=c&&c.complete;if(d&&!a.setStyle)a.getStyle=a.attr,a.setStyle=function(){var a=arguments;this.attr.call(this,a[0],a[1][0])},a.$family=function(){return!0};e.HighchartsAdapter.stop(a);c=new Fx.Morph(d?a:$(a), 11 | g({transition:Fx.Transitions.Quad.easeInOut},c));if(d)c.element=a;if(b.d)c.toD=b.d;f&&c.addEvent("complete",f);c.start(b);a.fx=c},each:function(a,b){return i?$each(a,b):Array.each(a,b)},map:function(a,b){return a.map(b)},grep:function(a,b){return a.filter(b)},inArray:function(a,b,c){return b?b.indexOf(a,c):-1},offset:function(a){a=a.getPosition();return{left:a.x,top:a.y}},extendWithEvents:function(a){a.addEvent||(a.nodeName?$(a):g(a,new Events))},addEvent:function(a,b,c){typeof b==="string"&&(b=== 12 | "unload"&&(b="beforeunload"),e.HighchartsAdapter.extendWithEvents(a),a.addEvent(b,c))},removeEvent:function(a,b,c){typeof a!=="string"&&a.addEvent&&(b?(b==="unload"&&(b="beforeunload"),c?a.removeEvent(b,c):a.removeEvents&&a.removeEvents(b)):a.removeEvents())},fireEvent:function(a,b,c,d){b={type:b,target:a};b=j?new Event(b):new DOMEvent(b);b=g(b,c);if(!b.target&&b.event)b.target=b.event.target;b.preventDefault=function(){d=null};a.fireEvent&&a.fireEvent(b.type,b);d&&d(b)},washMouseEvent:function(a){if(a.page)a.pageX= 13 | a.page.x,a.pageY=a.page.y;return a},stop:function(a){a.fx&&a.fx.cancel()}}})(); 14 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/adapters/prototype-adapter.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Prototype adapter 4 | 5 | @author Michael Nelson, Torstein Hnsi. 6 | 7 | Feel free to use and modify this script. 8 | Highcharts license: www.highcharts.com/license. 9 | */ 10 | var HighchartsAdapter=function(){var f=typeof Effect!=="undefined";return{init:function(a){if(f)Effect.HighchartsTransition=Class.create(Effect.Base,{initialize:function(b,c,d,g){var e;this.element=b;this.key=c;e=b.attr?b.attr(c):$(b).getStyle(c);if(c==="d")this.paths=a.init(b,b.d,d),this.toD=d,e=0,d=1;this.start(Object.extend(g||{},{from:e,to:d,attribute:c}))},setup:function(){HighchartsAdapter._extend(this.element);if(!this.element._highchart_animation)this.element._highchart_animation={};this.element._highchart_animation[this.key]= 11 | this},update:function(b){var c=this.paths,d=this.element;c&&(b=a.step(c[0],c[1],b,this.toD));d.attr?d.element&&d.attr(this.options.attribute,b):(c={},c[this.options.attribute]=b,$(d).setStyle(c))},finish:function(){this.element&&this.element._highchart_animation&&delete this.element._highchart_animation[this.key]}})},adapterRun:function(a,b){return parseInt($(a).getStyle(b),10)},getScript:function(a,b){var c=$$("head")[0];c&&c.appendChild((new Element("script",{type:"text/javascript",src:a})).observe("load", 12 | b))},addNS:function(a){var b=/^(?:click|mouse(?:down|up|over|move|out))$/;return/^(?:load|unload|abort|error|select|change|submit|reset|focus|blur|resize|scroll)$/.test(a)||b.test(a)?a:"h:"+a},addEvent:function(a,b,c){a.addEventListener||a.attachEvent?Event.observe($(a),HighchartsAdapter.addNS(b),c):(HighchartsAdapter._extend(a),a._highcharts_observe(b,c))},animate:function(a,b,c){var d,c=c||{};c.delay=0;c.duration=(c.duration||500)/1E3;c.afterFinish=c.complete;if(f)for(d in b)new Effect.HighchartsTransition($(a), 13 | d,b[d],c);else{if(a.attr)for(d in b)a.attr(d,b[d]);c.complete&&c.complete()}a.attr||$(a).setStyle(b)},stop:function(a){var b;if(a._highcharts_extended&&a._highchart_animation)for(b in a._highchart_animation)a._highchart_animation[b].cancel()},each:function(a,b){$A(a).each(b)},inArray:function(a,b,c){return b?b.indexOf(a,c):-1},offset:function(a){return $(a).cumulativeOffset()},fireEvent:function(a,b,c,d){a.fire?a.fire(HighchartsAdapter.addNS(b),c):a._highcharts_extended&&(c=c||{},a._highcharts_fire(b, 14 | c));c&&c.defaultPrevented&&(d=null);d&&d(c)},removeEvent:function(a,b,c){$(a).stopObserving&&(b&&(b=HighchartsAdapter.addNS(b)),$(a).stopObserving(b,c));window===a?Event.stopObserving(a,b,c):(HighchartsAdapter._extend(a),a._highcharts_stop_observing(b,c))},washMouseEvent:function(a){return a},grep:function(a,b){return a.findAll(b)},map:function(a,b){return a.map(b)},_extend:function(a){a._highcharts_extended||Object.extend(a,{_highchart_events:{},_highchart_animation:null,_highcharts_extended:!0, 15 | _highcharts_observe:function(b,a){this._highchart_events[b]=[this._highchart_events[b],a].compact().flatten()},_highcharts_stop_observing:function(b,a){b?a?this._highchart_events[b]=[this._highchart_events[b]].compact().flatten().without(a):delete this._highchart_events[b]:this._highchart_events={}},_highcharts_fire:function(a,c){var d=this;(this._highchart_events[a]||[]).each(function(a){if(!c.stopped)c.preventDefault=function(){c.defaultPrevented=!0},c.target=d,a.bind(this)(c)===!1&&c.preventDefault()}.bind(this))}})}}}(); 16 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/adapters/standalone-framework.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | 4 | Standalone Highcharts Framework 5 | 6 | License: MIT License 7 | */ 8 | var HighchartsAdapter=function(){function o(c){function a(a,b,d){a.removeEventListener(b,d,!1)}function d(a,b,d){d=a.HCProxiedMethods[d.toString()];a.detachEvent("on"+b,d)}function b(b,c){var f=b.HCEvents,i,g,k,j;if(b.removeEventListener)i=a;else if(b.attachEvent)i=d;else return;c?(g={},g[c]=!0):g=f;for(j in g)if(f[j])for(k=f[j].length;k--;)i(b,j,f[j][k])}c.HCExtended||Highcharts.extend(c,{HCExtended:!0,HCEvents:{},bind:function(b,a){var d=this,c=this.HCEvents,g;if(d.addEventListener)d.addEventListener(b, 9 | a,!1);else if(d.attachEvent){g=function(b){a.call(d,b)};if(!d.HCProxiedMethods)d.HCProxiedMethods={};d.HCProxiedMethods[a.toString()]=g;d.attachEvent("on"+b,g)}c[b]===r&&(c[b]=[]);c[b].push(a)},unbind:function(c,h){var f,i;c?(f=this.HCEvents[c]||[],h?(i=HighchartsAdapter.inArray(h,f),i>-1&&(f.splice(i,1),this.HCEvents[c]=f),this.removeEventListener?a(this,c,h):this.attachEvent&&d(this,c,h)):(b(this,c),this.HCEvents[c]=[])):(b(this),this.HCEvents={})},trigger:function(b,a){var d=this.HCEvents[b]|| 10 | [],c=d.length,g,k,j;k=function(){a.defaultPrevented=!0};for(g=0;g=b.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();a=this.options.curAnim[this.prop]= 14 | !0;for(e in b.curAnim)b.curAnim[e]!==!0&&(a=!1);a&&b.complete&&b.complete.call(this.elem);b=!1}else e=c-this.startTime,this.state=e/b.duration,this.pos=b.easing(e,0,1,b.duration),this.now=this.start+(this.end-this.start)*this.pos,this.update(),b=!0;return b}};this.animate=function(a,d,b){var e,h="",f,i,g;a.stopAnimation=!1;if(typeof b!=="object"||b===null)e=arguments,b={duration:e[2],easing:e[3],complete:e[4]};if(typeof b.duration!=="number")b.duration=400;b.easing=Math[b.easing]||Math.easeInOutSine; 15 | b.curAnim=Highcharts.extend({},d);for(g in d)i=new n(a,b,g),f=null,g==="d"?(i.paths=c.init(a,a.d,d.d),i.toD=d.d,e=0,f=1):a.attr?e=a.attr(g):(e=parseFloat(HighchartsAdapter._getStyle(a,g))||0,g!=="opacity"&&(h="px")),f||(f=parseFloat(d[g])),i.custom(e,f,h)}},_getStyle:function(c,a){return window.getComputedStyle(c).getPropertyValue(a)},getScript:function(c,a){var d=l.getElementsByTagName("head")[0],b=l.createElement("script");b.type="text/javascript";b.src=c;b.onload=a;d.appendChild(b)},inArray:function(c, 16 | a){return a.indexOf?a.indexOf(c):p.indexOf.call(a,c)},adapterRun:function(c,a){return parseInt(HighchartsAdapter._getStyle(c,a),10)},grep:function(c,a){return p.filter.call(c,a)},map:function(c,a){for(var d=[],b=0,e=c.length;b-1?b[g]=h.translate(b[g]):u(g,["height","y"])>-1&&(b[g]=v.translate(b[g]));b.width&&(b.width-=h.toPixels(0)-h.left);b.x&&(b.x+=h.minPixelPadding);if(a.shape.type==="path"){g=b.d;o=e;for(var r=j,s=g.length,k=0;k-1&&d.splice(c,1);z(["title","shape","group"],function(b){a[b]&&(a[b].destroy(),a[b]=null)});a.group=a.title=a.shape=a.chart=a.options=null},update:function(a,d){t(this.options,a);this.linkObjects();this.render(d)}, 6 | linkObjects:function(){var a=this.chart,d=this.linkedObject,c=d&&(d.id||d.options.id),b=this.options.linkedTo;if(n(b)){if(!n(d)||b!==c)this.linkedObject=a.get(b)}else this.linkedObject=null}};t(s.prototype,{annotations:{add:function(a,d){var c=this.allItems,b=this.chart,f,e;Object.prototype.toString.call(a)==="[object Array]"||(a=[a]);for(e=a.length;e--;)f=new B(b,a[e]),c.push(f),f.render(d)},redraw:function(){z(this.allItems,function(a){a.redraw()})}}});s.prototype.callbacks.push(function(a){var d= 7 | a.options.annotations,c;c=a.renderer.g("annotations");c.attr({zIndex:7});c.add();a.annotations.allItems=[];a.annotations.chart=a;a.annotations.group=c;Object.prototype.toString.call(d)==="[object Array]"&&d.length>0&&a.annotations.add(a.options.annotations);i.addEvent(a,"redraw",function(){a.annotations.redraw()})})})(Highcharts,HighchartsAdapter); 8 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/modules/data.js: -------------------------------------------------------------------------------- 1 | /* 2 | Data plugin for Highcharts 3 | 4 | (c) 2012-2013 Torstein Hnsi 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=j&&l<=e)d[l-j]=[],d[l-j].length=Math.min(o,i-f);for(l=0;l=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;a1&&(a=b.shift(),this.headerRow===0&&a.shift(),a.isDatetime?c="datetime":a.isNumeric||(c="category"));for(e=0;e1&&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); 18 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/modules/drilldown.js: -------------------------------------------------------------------------------- 1 | (function(e){function q(b,a,c){return"rgba("+[Math.round(b[0]+(a[0]-b[0])*c),Math.round(b[1]+(a[1]-b[1])*c),Math.round(b[2]+(a[2]-b[2])*c),b[3]+(a[3]-b[3])*c].join(",")+")"}var m=function(){},j=e.getOptions(),g=e.each,n=e.extend,o=e.wrap,h=e.Chart,i=e.seriesTypes,k=i.pie,l=i.column,r=HighchartsAdapter.fireEvent;n(j.lang,{drillUpText:" Back to {series.name}"});j.drilldown={activeAxisLabelStyle:{cursor:"pointer",color:"#039",fontWeight:"bold",textDecoration:"underline"},activeDataLabelStyle:{cursor:"pointer", 2 | color:"#039",fontWeight:"bold",textDecoration:"underline"},animation:{duration:500},drillUpButton:{position:{align:"right",x:-10,y:10}}};e.SVGRenderer.prototype.Element.prototype.fadeIn=function(){this.attr({opacity:0.1,visibility:"visible"}).animate({opacity:1},{duration:250})};h.prototype.drilldownLevels=[];h.prototype.addSeriesAsDrilldown=function(b,a){var c=b.series,d=c.xAxis,f=c.yAxis,e;e=b.color||c.color;var g,a=n({color:e},a);g=HighchartsAdapter.inArray(this,c.points);this.drilldownLevels.push({seriesOptions:c.userOptions, 3 | shapeArgs:b.shapeArgs,bBox:b.graphic.getBBox(),color:e,newSeries:a,pointOptions:c.options.data[g],pointIndex:g,oldExtremes:{xMin:d&&d.userMin,xMax:d&&d.userMax,yMin:f&&f.userMin,yMax:f&&f.userMax}});e=this.addSeries(a,!1);if(d)d.oldPos=d.pos,d.userMin=d.userMax=null,f.userMin=f.userMax=null;if(c.type===e.type)e.animate=e.animateDrilldown||m,e.options.animation=!0;c.remove(!1);this.redraw();this.showDrillUpButton()};h.prototype.getDrilldownBackText=function(){return this.options.lang.drillUpText.replace("{series.name}", 4 | this.drilldownLevels[this.drilldownLevels.length-1].seriesOptions.name)};h.prototype.showDrillUpButton=function(){var b=this,a=this.getDrilldownBackText(),c=b.options.drilldown.drillUpButton;this.drillUpButton?this.drillUpButton.attr({text:a}).align():this.drillUpButton=this.renderer.button(a,null,null,function(){b.drillUp()}).attr(n({align:c.position.align,zIndex:9},c.theme)).add().align(c.position,!1,c.relativeTo||"plotBox")};h.prototype.drillUp=function(){var b=this.drilldownLevels.pop(),a=this.series[0], 5 | c=b.oldExtremes,d=this.addSeries(b.seriesOptions,!1);r(this,"drillup",{seriesOptions:b.seriesOptions});if(d.type===a.type)d.drilldownLevel=b,d.animate=d.animateDrillupTo||m,d.options.animation=!0,a.animateDrillupFrom&&a.animateDrillupFrom(b);a.remove(!1);d.xAxis&&(d.xAxis.setExtremes(c.xMin,c.xMax,!1),d.yAxis.setExtremes(c.yMin,c.yMax,!1));this.redraw();this.drilldownLevels.length===0?this.drillUpButton=this.drillUpButton.destroy():this.drillUpButton.attr({text:this.getDrilldownBackText()}).align()}; 6 | k.prototype.animateDrilldown=function(b){var a=this.chart.drilldownLevels[this.chart.drilldownLevels.length-1],c=this.chart.options.drilldown.animation,d=a.shapeArgs,f=d.start,s=(d.end-f)/this.points.length,h=e.Color(a.color).rgba;b||g(this.points,function(a,b){var g=e.Color(a.color).rgba;a.graphic.attr(e.merge(d,{start:f+b*s,end:f+(b+1)*s})).animate(a.shapeArgs,e.merge(c,{step:function(a,d){d.prop==="start"&&this.attr({fill:q(h,g,d.pos)})}}))})};k.prototype.animateDrillupTo=l.prototype.animateDrillupTo= 7 | function(b){if(!b){var a=this,c=a.drilldownLevel;g(this.points,function(a){a.graphic.hide();a.dataLabel&&a.dataLabel.hide();a.connector&&a.connector.hide()});setTimeout(function(){g(a.points,function(a,b){var e=b===c.pointIndex?"show":"fadeIn";a.graphic[e]();if(a.dataLabel)a.dataLabel[e]();if(a.connector)a.connector[e]()})},Math.max(this.chart.options.drilldown.animation.duration-50,0));this.animate=m}};l.prototype.animateDrilldown=function(b){var a=this.chart.drilldownLevels[this.chart.drilldownLevels.length- 8 | 1].shapeArgs,c=this.chart.options.drilldown.animation;b||(a.x+=this.xAxis.oldPos-this.xAxis.pos,g(this.points,function(b){b.graphic.attr(a).animate(b.shapeArgs,c)}))};l.prototype.animateDrillupFrom=k.prototype.animateDrillupFrom=function(b){var a=this.chart.options.drilldown.animation,c=this.group;delete this.group;g(this.points,function(d){var f=d.graphic,g=e.Color(d.color).rgba;delete d.graphic;f.animate(b.shapeArgs,e.merge(a,{step:function(a,c){c.prop==="start"&&this.attr({fill:q(g,e.Color(b.color).rgba, 9 | c.pos)})},complete:function(){f.destroy();c&&(c=c.destroy())}}))})};e.Point.prototype.doDrilldown=function(){for(var b=this.series.chart,a=b.options.drilldown,c=a.series.length,d;c--&&!d;)a.series[c].id===this.drilldown&&(d=a.series[c]);r(b,"drilldown",{point:this,seriesOptions:d});d&&b.addSeriesAsDrilldown(this,d)};o(e.Point.prototype,"init",function(b,a,c,d){var f=b.call(this,a,c,d),b=a.chart,a=(a=a.xAxis&&a.xAxis.ticks[d])&&a.label;if(f.drilldown){if(e.addEvent(f,"click",function(){f.doDrilldown()}), 10 | a){if(!a._basicStyle)a._basicStyle=a.element.getAttribute("style");a.addClass("highcharts-drilldown-axis-label").css(b.options.drilldown.activeAxisLabelStyle).on("click",function(){f.doDrilldown&&f.doDrilldown()})}}else a&&a._basicStyle&&a.element.setAttribute("style",a._basicStyle);return f});o(e.Series.prototype,"drawDataLabels",function(b){var a=this.chart.options.drilldown.activeDataLabelStyle;b.call(this);g(this.points,function(b){if(b.drilldown&&b.dataLabel)b.dataLabel.attr({"class":"highcharts-drilldown-data-label"}).css(a).on("click", 11 | function(){b.doDrilldown()})})});l.prototype.supportsDrilldown=!0;k.prototype.supportsDrilldown=!0;var p,j=function(b){b.call(this);g(this.points,function(a){a.drilldown&&a.graphic&&a.graphic.attr({"class":"highcharts-drilldown-point"}).css({cursor:"pointer"})})};for(p in i)i[p].prototype.supportsDrilldown&&o(i[p].prototype,"drawTracker",j)})(Highcharts); 12 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/modules/exporting.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Exporting module 4 | 5 | (c) 2010-2013 Torstein Hnsi 6 | 7 | License: www.highcharts.com/license 8 | */ 9 | (function(f){var A=f.Chart,t=f.addEvent,C=f.removeEvent,k=f.createElement,n=f.discardElement,u=f.css,o=f.merge,r=f.each,p=f.extend,D=Math.max,j=document,B=window,E=f.isTouchDevice,F=f.Renderer.prototype.symbols,x=f.getOptions(),y;p(x.lang,{printChart:"Print chart",downloadPNG:"Download PNG image",downloadJPEG:"Download JPEG image",downloadPDF:"Download PDF document",downloadSVG:"Download SVG vector image",contextButtonTitle:"Chart context menu"});x.navigation={menuStyle:{border:"1px solid #A0A0A0", 10 | background:"#FFFFFF",padding:"5px 0"},menuItemStyle:{padding:"0 10px",background:"none",color:"#303030",fontSize:E?"14px":"11px"},menuItemHoverStyle:{background:"#4572A5",color:"#FFFFFF"},buttonOptions:{symbolFill:"#E0E0E0",symbolSize:14,symbolStroke:"#666",symbolStrokeWidth:3,symbolX:12.5,symbolY:10.5,align:"right",buttonSpacing:3,height:22,theme:{fill:"white",stroke:"none"},verticalAlign:"top",width:24}};x.exporting={type:"image/png",url:"http://export.highcharts.com/",buttons:{contextButton:{menuClassName:"highcharts-contextmenu", 11 | symbol:"menu",_titleKey:"contextButtonTitle",menuItems:[{textKey:"printChart",onclick:function(){this.print()}},{separator:!0},{textKey:"downloadPNG",onclick:function(){this.exportChart()}},{textKey:"downloadJPEG",onclick:function(){this.exportChart({type:"image/jpeg"})}},{textKey:"downloadPDF",onclick:function(){this.exportChart({type:"application/pdf"})}},{textKey:"downloadSVG",onclick:function(){this.exportChart({type:"image/svg+xml"})}}]}}};f.post=function(c,a){var d,b;b=k("form",{method:"post", 12 | action:c,enctype:"multipart/form-data"},{display:"none"},j.body);for(d in a)k("input",{type:"hidden",name:d,value:a[d]},null,b);b.submit();n(b)};p(A.prototype,{getSVG:function(c){var a=this,d,b,z,h,g=o(a.options,c);if(!j.createElementNS)j.createElementNS=function(a,b){return j.createElement(b)};c=k("div",null,{position:"absolute",top:"-9999em",width:a.chartWidth+"px",height:a.chartHeight+"px"},j.body);b=a.renderTo.style.width;h=a.renderTo.style.height;b=g.exporting.sourceWidth||g.chart.width||/px$/.test(b)&& 13 | parseInt(b,10)||600;h=g.exporting.sourceHeight||g.chart.height||/px$/.test(h)&&parseInt(h,10)||400;p(g.chart,{animation:!1,renderTo:c,forExport:!0,width:b,height:h});g.exporting.enabled=!1;g.series=[];r(a.series,function(a){z=o(a.options,{animation:!1,showCheckbox:!1,visible:a.visible});z.isInternal||g.series.push(z)});d=new f.Chart(g,a.callback);r(["xAxis","yAxis"],function(b){r(a[b],function(a,c){var g=d[b][c],f=a.getExtremes(),h=f.userMin,f=f.userMax;g&&(h!==void 0||f!==void 0)&&g.setExtremes(h, 14 | f,!0,!1)})});b=d.container.innerHTML;g=null;d.destroy();n(c);b=b.replace(/zIndex="[^"]+"/g,"").replace(/isShadow="[^"]+"/g,"").replace(/symbolName="[^"]+"/g,"").replace(/jQuery[0-9]+="[^"]+"/g,"").replace(/url\([^#]+#/g,"url(#").replace(/.*?$/,"").replace(/ /g,"").replace(/­/g,"").replace(//g,'xlink:href="$1"/>').replace(/id=([^" >]+)/g,'id="$1"').replace(/class=([^" >]+)/g,'class="$1"').replace(/ transform /g," ").replace(/:(path|rect)/g,"$1").replace(/style="([^"]+)"/g,function(a){return a.toLowerCase()});return b=b.replace(/(url\(#highcharts-[0-9]+)"/g,"$1").replace(/"/g,"'")},exportChart:function(c,a){var c=c||{},d=this.options.exporting,d=this.getSVG(o({chart:{borderRadius:0}},d.chartOptions,a,{exporting:{sourceWidth:c.sourceWidth|| 16 | d.sourceWidth,sourceHeight:c.sourceHeight||d.sourceHeight}})),c=o(this.options.exporting,c);f.post(c.url,{filename:c.filename||"chart",type:c.type,width:c.width||0,scale:c.scale||2,svg:d})},print:function(){var c=this,a=c.container,d=[],b=a.parentNode,f=j.body,h=f.childNodes;if(!c.isPrinting)c.isPrinting=!0,r(h,function(a,b){if(a.nodeType===1)d[b]=a.style.display,a.style.display="none"}),f.appendChild(a),B.focus(),B.print(),setTimeout(function(){b.appendChild(a);r(h,function(a,b){if(a.nodeType=== 17 | 1)a.style.display=d[b]});c.isPrinting=!1},1E3)},contextMenu:function(c,a,d,b,f,h,g){var e=this,j=e.options.navigation,q=j.menuItemStyle,l=e.chartWidth,m=e.chartHeight,o="cache-"+c,i=e[o],s=D(f,h),v,w,n;if(!i)e[o]=i=k("div",{className:c},{position:"absolute",zIndex:1E3,padding:s+"px"},e.container),v=k("div",null,p({MozBoxShadow:"3px 3px 10px #888",WebkitBoxShadow:"3px 3px 10px #888",boxShadow:"3px 3px 10px #888"},j.menuStyle),i),w=function(){u(i,{display:"none"});g&&g.setState(0);e.openMenu=!1},t(i, 18 | "mouseleave",function(){n=setTimeout(w,500)}),t(i,"mouseenter",function(){clearTimeout(n)}),t(document,"mousedown",function(a){e.pointer.inClass(a.target,c)||w()}),r(a,function(a){if(a){var b=a.separator?k("hr",null,null,v):k("div",{onmouseover:function(){u(this,j.menuItemHoverStyle)},onmouseout:function(){u(this,q)},onclick:function(){w();a.onclick.apply(e,arguments)},innerHTML:a.text||e.options.lang[a.textKey]},p({cursor:"pointer"},q),v);e.exportDivElements.push(b)}}),e.exportDivElements.push(v, 19 | i),e.exportMenuWidth=i.offsetWidth,e.exportMenuHeight=i.offsetHeight;a={display:"block"};d+e.exportMenuWidth>l?a.right=l-d-f-s+"px":a.left=d-s+"px";b+h+e.exportMenuHeight>m&&g.alignOptions.verticalAlign!=="top"?a.bottom=m-b-s+"px":a.top=b+h-s+"px";u(i,a);e.openMenu=!0},addButton:function(c){var a=this,d=a.renderer,b=o(a.options.navigation.buttonOptions,c),j=b.onclick,h=b.menuItems,g,e,k={stroke:b.symbolStroke,fill:b.symbolFill},q=b.symbolSize||12;if(!a.btnCount)a.btnCount=0;if(!a.exportDivElements)a.exportDivElements= 20 | [],a.exportSVGElements=[];if(b.enabled!==!1){var l=b.theme,m=l.states,n=m&&m.hover,m=m&&m.select,i;delete l.states;j?i=function(){j.apply(a,arguments)}:h&&(i=function(){a.contextMenu(e.menuClassName,h,e.translateX,e.translateY,e.width,e.height,e);e.setState(2)});b.text&&b.symbol?l.paddingLeft=f.pick(l.paddingLeft,25):b.text||p(l,{width:b.width,height:b.height,padding:0});e=d.button(b.text,0,0,i,l,n,m).attr({title:a.options.lang[b._titleKey],"stroke-linecap":"round"});e.menuClassName=c.menuClassName|| 21 | "highcharts-menu-"+a.btnCount++;b.symbol&&(g=d.symbol(b.symbol,b.symbolX-q/2,b.symbolY-q/2,q,q).attr(p(k,{"stroke-width":b.symbolStrokeWidth||1,zIndex:1})).add(e));e.add().align(p(b,{width:e.width,x:f.pick(b.x,y)}),!0,"spacingBox");y+=(e.width+b.buttonSpacing)*(b.align==="right"?-1:1);a.exportSVGElements.push(e,g)}},destroyExport:function(c){var c=c.target,a,d;for(a=0;aj-s||j===s?r:r+(p-r)*((j-s-k)/(j-s))};this.getX=function(k,a){return b+(a?-1:1)*(q(k)/2+c.dataLabels.distance)};this.center=[b,d,j];this.centerX=b;A(a,function(a){g+=a.y});A(a,function(a){o=null;x=g?a.y/g:0;m=d-j/2+h*j;l=m+x*j;i=q(m);y=b-i/2;B=y+ 11 | i;i=q(l);n=b-i/2;t=n+i;m>v?(y=n=b-r/2,B=t=b+r/2):l>v&&(o=l,i=q(v),n=b-i/2,t=n+i,l=v);w=["M",y,m,"L",B,m,t,l];o&&w.push(t,o,n,o);w.push(n,l,"Z");a.shapeType="path";a.shapeArgs={d:w};a.percentage=x*100;a.plotX=b;a.plotY=(m+(o||l))/2;a.tooltipPos=[b,a.plotY];a.slice=z;a.half=u;h+=x});this.setTooltipPoints()},drawPoints:function(){var a=this,g=a.options,e=a.chart.renderer;A(a.data,function(f){var h=f.graphic,c=f.shapeArgs;h?h.animate(c):f.graphic=e.path(c).attr({fill:f.color,stroke:g.borderColor,"stroke-width":g.borderWidth}).add(a.group)})}, 12 | sortByAngle:z,drawDataLabels:function(){var a=this.data,g=this.options.dataLabels.distance,e,f,h,c=a.length,d,b;for(this.center[2]-=2*g;c--;)h=a[c],f=(e=h.half)?1:-1,b=h.plotY,d=this.getX(b,e),h.labelPos=[0,b,d+(g-5)*f,b,d+g*f,b,e?"right":"left",0];p.pie.prototype.drawDataLabels.call(this)}})})(Highcharts); 13 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/modules/heatmap.js: -------------------------------------------------------------------------------- 1 | (function(b){var k=b.seriesTypes,l=b.each;k.heatmap=b.extendClass(k.map,{colorKey:"z",useMapGeometry:!1,pointArrayMap:["y","z"],translate:function(){var c=this,b=c.options,i=Number.MAX_VALUE,j=Number.MIN_VALUE;c.generatePoints();l(c.data,function(a){var e=a.x,f=a.y,d=a.z,g=(b.colsize||1)/2,h=(b.rowsize||1)/2;a.path=["M",e-g,f-h,"L",e+g,f-h,"L",e+g,f+h,"L",e-g,f+h,"Z"];a.shapeType="path";a.shapeArgs={d:c.translatePath(a.path)};typeof d==="number"&&(d>j?j=d:d dataMax) { 39 | dataMax = value; 40 | } else if (value < dataMin) { 41 | dataMin = value; 42 | } 43 | } 44 | }); 45 | 46 | series.translateColors(dataMin, dataMax); 47 | }, 48 | 49 | getBox: function () {} 50 | 51 | }); 52 | 53 | }(Highcharts)); 54 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/modules/no-data-to-display.js: -------------------------------------------------------------------------------- 1 | /* 2 | Highcharts JS v3.0.6 (2013-10-04) 3 | Plugin for displaying a message when there is no data visible in chart. 4 | 5 | (c) 2010-2013 Highsoft AS 6 | Author: ystein Moseng 7 | 8 | License: www.highcharts.com/license 9 | */ 10 | (function(c){function f(){return!!this.points.length}function g(){this.hasData()?this.hideNoData():this.showNoData()}var d=c.seriesTypes,e=c.Chart.prototype,h=c.getOptions(),i=c.extend;i(h.lang,{noData:"No data to display"});h.noData={position:{x:0,y:0,align:"center",verticalAlign:"middle"},attr:{},style:{fontWeight:"bold",fontSize:"12px",color:"#60606a"}};d.pie.prototype.hasData=f;if(d.gauge)d.gauge.prototype.hasData=f;if(d.waterfall)d.waterfall.prototype.hasData=f;c.Series.prototype.hasData=function(){return this.dataMax!== 11 | void 0&&this.dataMin!==void 0};e.showNoData=function(a){var b=this.options,a=a||b.lang.noData,b=b.noData;if(!this.noDataLabel)this.noDataLabel=this.renderer.label(a,0,0,null,null,null,null,null,"no-data").attr(b.attr).css(b.style).add(),this.noDataLabel.align(i(this.noDataLabel.getBBox(),b.position),!1,"plotBox")};e.hideNoData=function(){if(this.noDataLabel)this.noDataLabel=this.noDataLabel.destroy()};e.hasData=function(){for(var a=this.series,b=a.length;b--;)if(a[b].hasData()&&!a[b].options.isInternal)return!0; 12 | return!1};e.callbacks.push(function(a){c.addEvent(a,"load",g);c.addEvent(a,"redraw",g)})})(Highcharts); 13 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/modules/no-data-to-display.src.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Highcharts JS v3.0.6 (2013-10-04) 3 | * Plugin for displaying a message when there is no data visible in chart. 4 | * 5 | * (c) 2010-2013 Highsoft AS 6 | * Author: ystein Moseng 7 | * 8 | * License: www.highcharts.com/license 9 | */ 10 | 11 | (function (H) { // docs 12 | 13 | var seriesTypes = H.seriesTypes, 14 | chartPrototype = H.Chart.prototype, 15 | defaultOptions = H.getOptions(), 16 | extend = H.extend; 17 | 18 | // Add language option 19 | extend(defaultOptions.lang, { 20 | noData: 'No data to display' 21 | }); 22 | 23 | // Add default display options for message 24 | defaultOptions.noData = { 25 | position: { 26 | x: 0, 27 | y: 0, 28 | align: 'center', 29 | verticalAlign: 'middle' 30 | }, 31 | attr: { 32 | }, 33 | style: { 34 | fontWeight: 'bold', 35 | fontSize: '12px', 36 | color: '#60606a' 37 | } 38 | }; 39 | 40 | /** 41 | * Define hasData functions for series. These return true if there are data points on this series within the plot area 42 | */ 43 | function hasDataPie() { 44 | return !!this.points.length; /* != 0 */ 45 | } 46 | 47 | seriesTypes.pie.prototype.hasData = hasDataPie; 48 | 49 | if (seriesTypes.gauge) { 50 | seriesTypes.gauge.prototype.hasData = hasDataPie; 51 | } 52 | 53 | if (seriesTypes.waterfall) { 54 | seriesTypes.waterfall.prototype.hasData = hasDataPie; 55 | } 56 | 57 | H.Series.prototype.hasData = function () { 58 | return this.dataMax !== undefined && this.dataMin !== undefined; 59 | }; 60 | 61 | /** 62 | * Display a no-data message. 63 | * 64 | * @param {String} str An optional message to show in place of the default one 65 | */ 66 | chartPrototype.showNoData = function (str) { 67 | var chart = this, 68 | options = chart.options, 69 | text = str || options.lang.noData, 70 | noDataOptions = options.noData; 71 | 72 | if (!chart.noDataLabel) { 73 | chart.noDataLabel = chart.renderer.label(text, 0, 0, null, null, null, null, null, 'no-data') 74 | .attr(noDataOptions.attr) 75 | .css(noDataOptions.style) 76 | .add(); 77 | chart.noDataLabel.align(extend(chart.noDataLabel.getBBox(), noDataOptions.position), false, 'plotBox'); 78 | } 79 | }; 80 | 81 | /** 82 | * Hide no-data message 83 | */ 84 | chartPrototype.hideNoData = function () { 85 | var chart = this; 86 | if (chart.noDataLabel) { 87 | chart.noDataLabel = chart.noDataLabel.destroy(); 88 | } 89 | }; 90 | 91 | /** 92 | * Returns true if there are data points within the plot area now 93 | */ 94 | chartPrototype.hasData = function () { 95 | var chart = this, 96 | series = chart.series, 97 | i = series.length; 98 | 99 | while (i--) { 100 | if (series[i].hasData() && !series[i].options.isInternal) { 101 | return true; 102 | } 103 | } 104 | 105 | return false; 106 | }; 107 | 108 | /** 109 | * Show no-data message if there is no data in sight. Otherwise, hide it. 110 | */ 111 | function handleNoData() { 112 | var chart = this; 113 | if (chart.hasData()) { 114 | chart.hideNoData(); 115 | } else { 116 | chart.showNoData(); 117 | } 118 | } 119 | 120 | /** 121 | * Add event listener to handle automatic display of no-data message 122 | */ 123 | chartPrototype.callbacks.push(function (chart) { 124 | H.addEvent(chart, 'load', handleNoData); 125 | H.addEvent(chart, 'redraw', handleNoData); 126 | }); 127 | 128 | }(Highcharts)); 129 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/themes/dark-blue.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Dark blue theme for Highcharts JS 3 | * @author Torstein Hnsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ["#DDDF0D", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee", "#ff0066", "#eeaaee", 8 | "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"], 9 | chart: { 10 | backgroundColor: { 11 | linearGradient: { x1: 0, y1: 0, x2: 1, y2: 1 }, 12 | stops: [ 13 | [0, 'rgb(48, 48, 96)'], 14 | [1, 'rgb(0, 0, 0)'] 15 | ] 16 | }, 17 | borderColor: '#000000', 18 | borderWidth: 2, 19 | className: 'dark-container', 20 | plotBackgroundColor: 'rgba(255, 255, 255, .1)', 21 | plotBorderColor: '#CCCCCC', 22 | plotBorderWidth: 1 23 | }, 24 | title: { 25 | style: { 26 | color: '#C0C0C0', 27 | font: 'bold 16px "Trebuchet MS", Verdana, sans-serif' 28 | } 29 | }, 30 | subtitle: { 31 | style: { 32 | color: '#666666', 33 | font: 'bold 12px "Trebuchet MS", Verdana, sans-serif' 34 | } 35 | }, 36 | xAxis: { 37 | gridLineColor: '#333333', 38 | gridLineWidth: 1, 39 | labels: { 40 | style: { 41 | color: '#A0A0A0' 42 | } 43 | }, 44 | lineColor: '#A0A0A0', 45 | tickColor: '#A0A0A0', 46 | title: { 47 | style: { 48 | color: '#CCC', 49 | fontWeight: 'bold', 50 | fontSize: '12px', 51 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 52 | 53 | } 54 | } 55 | }, 56 | yAxis: { 57 | gridLineColor: '#333333', 58 | labels: { 59 | style: { 60 | color: '#A0A0A0' 61 | } 62 | }, 63 | lineColor: '#A0A0A0', 64 | minorTickInterval: null, 65 | tickColor: '#A0A0A0', 66 | tickWidth: 1, 67 | title: { 68 | style: { 69 | color: '#CCC', 70 | fontWeight: 'bold', 71 | fontSize: '12px', 72 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 73 | } 74 | } 75 | }, 76 | tooltip: { 77 | backgroundColor: 'rgba(0, 0, 0, 0.75)', 78 | style: { 79 | color: '#F0F0F0' 80 | } 81 | }, 82 | toolbar: { 83 | itemStyle: { 84 | color: 'silver' 85 | } 86 | }, 87 | plotOptions: { 88 | line: { 89 | dataLabels: { 90 | color: '#CCC' 91 | }, 92 | marker: { 93 | lineColor: '#333' 94 | } 95 | }, 96 | spline: { 97 | marker: { 98 | lineColor: '#333' 99 | } 100 | }, 101 | scatter: { 102 | marker: { 103 | lineColor: '#333' 104 | } 105 | }, 106 | candlestick: { 107 | lineColor: 'white' 108 | } 109 | }, 110 | legend: { 111 | itemStyle: { 112 | font: '9pt Trebuchet MS, Verdana, sans-serif', 113 | color: '#A0A0A0' 114 | }, 115 | itemHoverStyle: { 116 | color: '#FFF' 117 | }, 118 | itemHiddenStyle: { 119 | color: '#444' 120 | } 121 | }, 122 | credits: { 123 | style: { 124 | color: '#666' 125 | } 126 | }, 127 | labels: { 128 | style: { 129 | color: '#CCC' 130 | } 131 | }, 132 | 133 | navigation: { 134 | buttonOptions: { 135 | symbolStroke: '#DDDDDD', 136 | hoverSymbolStroke: '#FFFFFF', 137 | theme: { 138 | fill: { 139 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 140 | stops: [ 141 | [0.4, '#606060'], 142 | [0.6, '#333333'] 143 | ] 144 | }, 145 | stroke: '#000000' 146 | } 147 | } 148 | }, 149 | 150 | // scroll charts 151 | rangeSelector: { 152 | buttonTheme: { 153 | fill: { 154 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 155 | stops: [ 156 | [0.4, '#888'], 157 | [0.6, '#555'] 158 | ] 159 | }, 160 | stroke: '#000000', 161 | style: { 162 | color: '#CCC', 163 | fontWeight: 'bold' 164 | }, 165 | states: { 166 | hover: { 167 | fill: { 168 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 169 | stops: [ 170 | [0.4, '#BBB'], 171 | [0.6, '#888'] 172 | ] 173 | }, 174 | stroke: '#000000', 175 | style: { 176 | color: 'white' 177 | } 178 | }, 179 | select: { 180 | fill: { 181 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 182 | stops: [ 183 | [0.1, '#000'], 184 | [0.3, '#333'] 185 | ] 186 | }, 187 | stroke: '#000000', 188 | style: { 189 | color: 'yellow' 190 | } 191 | } 192 | } 193 | }, 194 | inputStyle: { 195 | backgroundColor: '#333', 196 | color: 'silver' 197 | }, 198 | labelStyle: { 199 | color: 'silver' 200 | } 201 | }, 202 | 203 | navigator: { 204 | handles: { 205 | backgroundColor: '#666', 206 | borderColor: '#AAA' 207 | }, 208 | outlineColor: '#CCC', 209 | maskFill: 'rgba(16, 16, 16, 0.5)', 210 | series: { 211 | color: '#7798BF', 212 | lineColor: '#A6C7ED' 213 | } 214 | }, 215 | 216 | scrollbar: { 217 | barBackgroundColor: { 218 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 219 | stops: [ 220 | [0.4, '#888'], 221 | [0.6, '#555'] 222 | ] 223 | }, 224 | barBorderColor: '#CCC', 225 | buttonArrowColor: '#CCC', 226 | buttonBackgroundColor: { 227 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 228 | stops: [ 229 | [0.4, '#888'], 230 | [0.6, '#555'] 231 | ] 232 | }, 233 | buttonBorderColor: '#CCC', 234 | rifleColor: '#FFF', 235 | trackBackgroundColor: { 236 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 237 | stops: [ 238 | [0, '#000'], 239 | [1, '#333'] 240 | ] 241 | }, 242 | trackBorderColor: '#666' 243 | }, 244 | 245 | // special colors for some of the 246 | legendBackgroundColor: 'rgba(0, 0, 0, 0.5)', 247 | legendBackgroundColorSolid: 'rgb(35, 35, 70)', 248 | dataLabelsColor: '#444', 249 | textColor: '#C0C0C0', 250 | maskColor: 'rgba(255,255,255,0.3)' 251 | }; 252 | 253 | // Apply the theme 254 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 255 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/themes/dark-green.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Dark blue theme for Highcharts JS 3 | * @author Torstein Hnsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ["#DDDF0D", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee", "#ff0066", "#eeaaee", 8 | "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"], 9 | chart: { 10 | backgroundColor: { 11 | linearGradient: [0, 0, 250, 500], 12 | stops: [ 13 | [0, 'rgb(48, 96, 48)'], 14 | [1, 'rgb(0, 0, 0)'] 15 | ] 16 | }, 17 | borderColor: '#000000', 18 | borderWidth: 2, 19 | className: 'dark-container', 20 | plotBackgroundColor: 'rgba(255, 255, 255, .1)', 21 | plotBorderColor: '#CCCCCC', 22 | plotBorderWidth: 1 23 | }, 24 | title: { 25 | style: { 26 | color: '#C0C0C0', 27 | font: 'bold 16px "Trebuchet MS", Verdana, sans-serif' 28 | } 29 | }, 30 | subtitle: { 31 | style: { 32 | color: '#666666', 33 | font: 'bold 12px "Trebuchet MS", Verdana, sans-serif' 34 | } 35 | }, 36 | xAxis: { 37 | gridLineColor: '#333333', 38 | gridLineWidth: 1, 39 | labels: { 40 | style: { 41 | color: '#A0A0A0' 42 | } 43 | }, 44 | lineColor: '#A0A0A0', 45 | tickColor: '#A0A0A0', 46 | title: { 47 | style: { 48 | color: '#CCC', 49 | fontWeight: 'bold', 50 | fontSize: '12px', 51 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 52 | 53 | } 54 | } 55 | }, 56 | yAxis: { 57 | gridLineColor: '#333333', 58 | labels: { 59 | style: { 60 | color: '#A0A0A0' 61 | } 62 | }, 63 | lineColor: '#A0A0A0', 64 | minorTickInterval: null, 65 | tickColor: '#A0A0A0', 66 | tickWidth: 1, 67 | title: { 68 | style: { 69 | color: '#CCC', 70 | fontWeight: 'bold', 71 | fontSize: '12px', 72 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 73 | } 74 | } 75 | }, 76 | tooltip: { 77 | backgroundColor: 'rgba(0, 0, 0, 0.75)', 78 | style: { 79 | color: '#F0F0F0' 80 | } 81 | }, 82 | toolbar: { 83 | itemStyle: { 84 | color: 'silver' 85 | } 86 | }, 87 | plotOptions: { 88 | line: { 89 | dataLabels: { 90 | color: '#CCC' 91 | }, 92 | marker: { 93 | lineColor: '#333' 94 | } 95 | }, 96 | spline: { 97 | marker: { 98 | lineColor: '#333' 99 | } 100 | }, 101 | scatter: { 102 | marker: { 103 | lineColor: '#333' 104 | } 105 | }, 106 | candlestick: { 107 | lineColor: 'white' 108 | } 109 | }, 110 | legend: { 111 | itemStyle: { 112 | font: '9pt Trebuchet MS, Verdana, sans-serif', 113 | color: '#A0A0A0' 114 | }, 115 | itemHoverStyle: { 116 | color: '#FFF' 117 | }, 118 | itemHiddenStyle: { 119 | color: '#444' 120 | } 121 | }, 122 | credits: { 123 | style: { 124 | color: '#666' 125 | } 126 | }, 127 | labels: { 128 | style: { 129 | color: '#CCC' 130 | } 131 | }, 132 | 133 | 134 | navigation: { 135 | buttonOptions: { 136 | symbolStroke: '#DDDDDD', 137 | hoverSymbolStroke: '#FFFFFF', 138 | theme: { 139 | fill: { 140 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 141 | stops: [ 142 | [0.4, '#606060'], 143 | [0.6, '#333333'] 144 | ] 145 | }, 146 | stroke: '#000000' 147 | } 148 | } 149 | }, 150 | 151 | // scroll charts 152 | rangeSelector: { 153 | buttonTheme: { 154 | fill: { 155 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 156 | stops: [ 157 | [0.4, '#888'], 158 | [0.6, '#555'] 159 | ] 160 | }, 161 | stroke: '#000000', 162 | style: { 163 | color: '#CCC', 164 | fontWeight: 'bold' 165 | }, 166 | states: { 167 | hover: { 168 | fill: { 169 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 170 | stops: [ 171 | [0.4, '#BBB'], 172 | [0.6, '#888'] 173 | ] 174 | }, 175 | stroke: '#000000', 176 | style: { 177 | color: 'white' 178 | } 179 | }, 180 | select: { 181 | fill: { 182 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 183 | stops: [ 184 | [0.1, '#000'], 185 | [0.3, '#333'] 186 | ] 187 | }, 188 | stroke: '#000000', 189 | style: { 190 | color: 'yellow' 191 | } 192 | } 193 | } 194 | }, 195 | inputStyle: { 196 | backgroundColor: '#333', 197 | color: 'silver' 198 | }, 199 | labelStyle: { 200 | color: 'silver' 201 | } 202 | }, 203 | 204 | navigator: { 205 | handles: { 206 | backgroundColor: '#666', 207 | borderColor: '#AAA' 208 | }, 209 | outlineColor: '#CCC', 210 | maskFill: 'rgba(16, 16, 16, 0.5)', 211 | series: { 212 | color: '#7798BF', 213 | lineColor: '#A6C7ED' 214 | } 215 | }, 216 | 217 | scrollbar: { 218 | barBackgroundColor: { 219 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 220 | stops: [ 221 | [0.4, '#888'], 222 | [0.6, '#555'] 223 | ] 224 | }, 225 | barBorderColor: '#CCC', 226 | buttonArrowColor: '#CCC', 227 | buttonBackgroundColor: { 228 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 229 | stops: [ 230 | [0.4, '#888'], 231 | [0.6, '#555'] 232 | ] 233 | }, 234 | buttonBorderColor: '#CCC', 235 | rifleColor: '#FFF', 236 | trackBackgroundColor: { 237 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 238 | stops: [ 239 | [0, '#000'], 240 | [1, '#333'] 241 | ] 242 | }, 243 | trackBorderColor: '#666' 244 | }, 245 | 246 | // special colors for some of the 247 | legendBackgroundColor: 'rgba(0, 0, 0, 0.5)', 248 | legendBackgroundColorSolid: 'rgb(35, 35, 70)', 249 | dataLabelsColor: '#444', 250 | textColor: '#C0C0C0', 251 | maskColor: 'rgba(255,255,255,0.3)' 252 | }; 253 | 254 | // Apply the theme 255 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 256 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/themes/gray.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Gray theme for Highcharts JS 3 | * @author Torstein Hnsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ["#DDDF0D", "#7798BF", "#55BF3B", "#DF5353", "#aaeeee", "#ff0066", "#eeaaee", 8 | "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"], 9 | chart: { 10 | backgroundColor: { 11 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 12 | stops: [ 13 | [0, 'rgb(96, 96, 96)'], 14 | [1, 'rgb(16, 16, 16)'] 15 | ] 16 | }, 17 | borderWidth: 0, 18 | borderRadius: 15, 19 | plotBackgroundColor: null, 20 | plotShadow: false, 21 | plotBorderWidth: 0 22 | }, 23 | title: { 24 | style: { 25 | color: '#FFF', 26 | font: '16px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 27 | } 28 | }, 29 | subtitle: { 30 | style: { 31 | color: '#DDD', 32 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 33 | } 34 | }, 35 | xAxis: { 36 | gridLineWidth: 0, 37 | lineColor: '#999', 38 | tickColor: '#999', 39 | labels: { 40 | style: { 41 | color: '#999', 42 | fontWeight: 'bold' 43 | } 44 | }, 45 | title: { 46 | style: { 47 | color: '#AAA', 48 | font: 'bold 12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 49 | } 50 | } 51 | }, 52 | yAxis: { 53 | alternateGridColor: null, 54 | minorTickInterval: null, 55 | gridLineColor: 'rgba(255, 255, 255, .1)', 56 | minorGridLineColor: 'rgba(255,255,255,0.07)', 57 | lineWidth: 0, 58 | tickWidth: 0, 59 | labels: { 60 | style: { 61 | color: '#999', 62 | fontWeight: 'bold' 63 | } 64 | }, 65 | title: { 66 | style: { 67 | color: '#AAA', 68 | font: 'bold 12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 69 | } 70 | } 71 | }, 72 | legend: { 73 | itemStyle: { 74 | color: '#CCC' 75 | }, 76 | itemHoverStyle: { 77 | color: '#FFF' 78 | }, 79 | itemHiddenStyle: { 80 | color: '#333' 81 | } 82 | }, 83 | labels: { 84 | style: { 85 | color: '#CCC' 86 | } 87 | }, 88 | tooltip: { 89 | backgroundColor: { 90 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 91 | stops: [ 92 | [0, 'rgba(96, 96, 96, .8)'], 93 | [1, 'rgba(16, 16, 16, .8)'] 94 | ] 95 | }, 96 | borderWidth: 0, 97 | style: { 98 | color: '#FFF' 99 | } 100 | }, 101 | 102 | 103 | plotOptions: { 104 | series: { 105 | shadow: true 106 | }, 107 | line: { 108 | dataLabels: { 109 | color: '#CCC' 110 | }, 111 | marker: { 112 | lineColor: '#333' 113 | } 114 | }, 115 | spline: { 116 | marker: { 117 | lineColor: '#333' 118 | } 119 | }, 120 | scatter: { 121 | marker: { 122 | lineColor: '#333' 123 | } 124 | }, 125 | candlestick: { 126 | lineColor: 'white' 127 | } 128 | }, 129 | 130 | toolbar: { 131 | itemStyle: { 132 | color: '#CCC' 133 | } 134 | }, 135 | 136 | navigation: { 137 | buttonOptions: { 138 | symbolStroke: '#DDDDDD', 139 | hoverSymbolStroke: '#FFFFFF', 140 | theme: { 141 | fill: { 142 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 143 | stops: [ 144 | [0.4, '#606060'], 145 | [0.6, '#333333'] 146 | ] 147 | }, 148 | stroke: '#000000' 149 | } 150 | } 151 | }, 152 | 153 | // scroll charts 154 | rangeSelector: { 155 | buttonTheme: { 156 | fill: { 157 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 158 | stops: [ 159 | [0.4, '#888'], 160 | [0.6, '#555'] 161 | ] 162 | }, 163 | stroke: '#000000', 164 | style: { 165 | color: '#CCC', 166 | fontWeight: 'bold' 167 | }, 168 | states: { 169 | hover: { 170 | fill: { 171 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 172 | stops: [ 173 | [0.4, '#BBB'], 174 | [0.6, '#888'] 175 | ] 176 | }, 177 | stroke: '#000000', 178 | style: { 179 | color: 'white' 180 | } 181 | }, 182 | select: { 183 | fill: { 184 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 185 | stops: [ 186 | [0.1, '#000'], 187 | [0.3, '#333'] 188 | ] 189 | }, 190 | stroke: '#000000', 191 | style: { 192 | color: 'yellow' 193 | } 194 | } 195 | } 196 | }, 197 | inputStyle: { 198 | backgroundColor: '#333', 199 | color: 'silver' 200 | }, 201 | labelStyle: { 202 | color: 'silver' 203 | } 204 | }, 205 | 206 | navigator: { 207 | handles: { 208 | backgroundColor: '#666', 209 | borderColor: '#AAA' 210 | }, 211 | outlineColor: '#CCC', 212 | maskFill: 'rgba(16, 16, 16, 0.5)', 213 | series: { 214 | color: '#7798BF', 215 | lineColor: '#A6C7ED' 216 | } 217 | }, 218 | 219 | scrollbar: { 220 | barBackgroundColor: { 221 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 222 | stops: [ 223 | [0.4, '#888'], 224 | [0.6, '#555'] 225 | ] 226 | }, 227 | barBorderColor: '#CCC', 228 | buttonArrowColor: '#CCC', 229 | buttonBackgroundColor: { 230 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 231 | stops: [ 232 | [0.4, '#888'], 233 | [0.6, '#555'] 234 | ] 235 | }, 236 | buttonBorderColor: '#CCC', 237 | rifleColor: '#FFF', 238 | trackBackgroundColor: { 239 | linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, 240 | stops: [ 241 | [0, '#000'], 242 | [1, '#333'] 243 | ] 244 | }, 245 | trackBorderColor: '#666' 246 | }, 247 | 248 | // special colors for some of the demo examples 249 | legendBackgroundColor: 'rgba(48, 48, 48, 0.8)', 250 | legendBackgroundColorSolid: 'rgb(70, 70, 70)', 251 | dataLabelsColor: '#444', 252 | textColor: '#E0E0E0', 253 | maskColor: 'rgba(255,255,255,0.3)' 254 | }; 255 | 256 | // Apply the theme 257 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 258 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/themes/grid.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Grid theme for Highcharts JS 3 | * @author Torstein Hnsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ['#058DC7', '#50B432', '#ED561B', '#DDDF00', '#24CBE5', '#64E572', '#FF9655', '#FFF263', '#6AF9C4'], 8 | chart: { 9 | backgroundColor: { 10 | linearGradient: { x1: 0, y1: 0, x2: 1, y2: 1 }, 11 | stops: [ 12 | [0, 'rgb(255, 255, 255)'], 13 | [1, 'rgb(240, 240, 255)'] 14 | ] 15 | }, 16 | borderWidth: 2, 17 | plotBackgroundColor: 'rgba(255, 255, 255, .9)', 18 | plotShadow: true, 19 | plotBorderWidth: 1 20 | }, 21 | title: { 22 | style: { 23 | color: '#000', 24 | font: 'bold 16px "Trebuchet MS", Verdana, sans-serif' 25 | } 26 | }, 27 | subtitle: { 28 | style: { 29 | color: '#666666', 30 | font: 'bold 12px "Trebuchet MS", Verdana, sans-serif' 31 | } 32 | }, 33 | xAxis: { 34 | gridLineWidth: 1, 35 | lineColor: '#000', 36 | tickColor: '#000', 37 | labels: { 38 | style: { 39 | color: '#000', 40 | font: '11px Trebuchet MS, Verdana, sans-serif' 41 | } 42 | }, 43 | title: { 44 | style: { 45 | color: '#333', 46 | fontWeight: 'bold', 47 | fontSize: '12px', 48 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 49 | 50 | } 51 | } 52 | }, 53 | yAxis: { 54 | minorTickInterval: 'auto', 55 | lineColor: '#000', 56 | lineWidth: 1, 57 | tickWidth: 1, 58 | tickColor: '#000', 59 | labels: { 60 | style: { 61 | color: '#000', 62 | font: '11px Trebuchet MS, Verdana, sans-serif' 63 | } 64 | }, 65 | title: { 66 | style: { 67 | color: '#333', 68 | fontWeight: 'bold', 69 | fontSize: '12px', 70 | fontFamily: 'Trebuchet MS, Verdana, sans-serif' 71 | } 72 | } 73 | }, 74 | legend: { 75 | itemStyle: { 76 | font: '9pt Trebuchet MS, Verdana, sans-serif', 77 | color: 'black' 78 | 79 | }, 80 | itemHoverStyle: { 81 | color: '#039' 82 | }, 83 | itemHiddenStyle: { 84 | color: 'gray' 85 | } 86 | }, 87 | labels: { 88 | style: { 89 | color: '#99b' 90 | } 91 | }, 92 | 93 | navigation: { 94 | buttonOptions: { 95 | theme: { 96 | stroke: '#CCCCCC' 97 | } 98 | } 99 | } 100 | }; 101 | 102 | // Apply the theme 103 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 104 | -------------------------------------------------------------------------------- /ueditor/third-party/highcharts/themes/skies.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Skies theme for Highcharts JS 3 | * @author Torstein Hnsi 4 | */ 5 | 6 | Highcharts.theme = { 7 | colors: ["#514F78", "#42A07B", "#9B5E4A", "#72727F", "#1F949A", "#82914E", "#86777F", "#42A07B"], 8 | chart: { 9 | className: 'skies', 10 | borderWidth: 0, 11 | plotShadow: true, 12 | plotBackgroundImage: 'http://www.highcharts.com/demo/gfx/skies.jpg', 13 | plotBackgroundColor: { 14 | linearGradient: [0, 0, 250, 500], 15 | stops: [ 16 | [0, 'rgba(255, 255, 255, 1)'], 17 | [1, 'rgba(255, 255, 255, 0)'] 18 | ] 19 | }, 20 | plotBorderWidth: 1 21 | }, 22 | title: { 23 | style: { 24 | color: '#3E576F', 25 | font: '16px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 26 | } 27 | }, 28 | subtitle: { 29 | style: { 30 | color: '#6D869F', 31 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 32 | } 33 | }, 34 | xAxis: { 35 | gridLineWidth: 0, 36 | lineColor: '#C0D0E0', 37 | tickColor: '#C0D0E0', 38 | labels: { 39 | style: { 40 | color: '#666', 41 | fontWeight: 'bold' 42 | } 43 | }, 44 | title: { 45 | style: { 46 | color: '#666', 47 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 48 | } 49 | } 50 | }, 51 | yAxis: { 52 | alternateGridColor: 'rgba(255, 255, 255, .5)', 53 | lineColor: '#C0D0E0', 54 | tickColor: '#C0D0E0', 55 | tickWidth: 1, 56 | labels: { 57 | style: { 58 | color: '#666', 59 | fontWeight: 'bold' 60 | } 61 | }, 62 | title: { 63 | style: { 64 | color: '#666', 65 | font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif' 66 | } 67 | } 68 | }, 69 | legend: { 70 | itemStyle: { 71 | font: '9pt Trebuchet MS, Verdana, sans-serif', 72 | color: '#3E576F' 73 | }, 74 | itemHoverStyle: { 75 | color: 'black' 76 | }, 77 | itemHiddenStyle: { 78 | color: 'silver' 79 | } 80 | }, 81 | labels: { 82 | style: { 83 | color: '#3E576F' 84 | } 85 | } 86 | }; 87 | 88 | // Apply the theme 89 | var highchartsOptions = Highcharts.setOptions(Highcharts.theme); 90 | -------------------------------------------------------------------------------- /ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.custom.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.custom.min.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.flashonly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.flashonly.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.flashonly.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.flashonly.min.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.html5only.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.html5only.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.html5only.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.html5only.min.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.min.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.withoutimage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.withoutimage.js -------------------------------------------------------------------------------- /ueditor/third-party/webuploader/webuploader.withoutimage.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/webuploader/webuploader.withoutimage.min.js -------------------------------------------------------------------------------- /ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /ueditor/ueditor.all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/ueditor.all.js -------------------------------------------------------------------------------- /ueditor/ueditor.parse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nangong010/wx/bbf03e053f384c6ad03ec83328e093fd0d736655/ueditor/ueditor.parse.js --------------------------------------------------------------------------------