@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/LcdpUeditor.d.ts +74 -0
- package/es/LcdpUeditor.js +335 -0
- package/es/const.d.ts +12 -0
- package/es/const.js +19 -0
- package/es/defaultConfig.json +77 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +3 -0
- package/es/tools/UeditorResourceLoader.d.ts +21 -0
- package/es/tools/UeditorResourceLoader.js +114 -0
- package/es/tools/loadScript.d.ts +5 -0
- package/es/tools/loadScript.js +54 -0
- package/es/type.d.ts +142 -0
- package/es/type.js +1 -0
- package/package.json +32 -0
- package/ueditor-resource/dialogs/anchor/anchor.html +62 -0
- package/ueditor-resource/dialogs/attachment/attachment.css +716 -0
- package/ueditor-resource/dialogs/attachment/attachment.html +61 -0
- package/ueditor-resource/dialogs/attachment/attachment.js +803 -0
- package/ueditor-resource/dialogs/attachment/images/alignicon.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/alignicon.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/bg.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/icons.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/image.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/progress.png +0 -0
- package/ueditor-resource/dialogs/attachment/images/success.gif +0 -0
- package/ueditor-resource/dialogs/attachment/images/success.png +0 -0
- package/ueditor-resource/dialogs/audio/audio.css +879 -0
- package/ueditor-resource/dialogs/audio/audio.html +94 -0
- package/ueditor-resource/dialogs/audio/audio.js +815 -0
- package/ueditor-resource/dialogs/audio/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/center.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/img.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/left.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/none.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/audio/icon/right.png +0 -0
- package/ueditor-resource/dialogs/audio/images/bg.png +0 -0
- package/ueditor-resource/dialogs/audio/images/center_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/audio/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/icons.png +0 -0
- package/ueditor-resource/dialogs/audio/images/image.png +0 -0
- package/ueditor-resource/dialogs/audio/images/left_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/none_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/progress.png +0 -0
- package/ueditor-resource/dialogs/audio/images/right_focus.jpg +0 -0
- package/ueditor-resource/dialogs/audio/images/success.gif +0 -0
- package/ueditor-resource/dialogs/audio/images/success.png +0 -0
- package/ueditor-resource/dialogs/background/background.css +193 -0
- package/ueditor-resource/dialogs/background/background.html +59 -0
- package/ueditor-resource/dialogs/background/background.js +370 -0
- package/ueditor-resource/dialogs/background/images/bg.png +0 -0
- package/ueditor-resource/dialogs/background/images/success.png +0 -0
- package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -0
- package/ueditor-resource/dialogs/contentimport/contentimport.js +91 -0
- package/ueditor-resource/dialogs/emotion/emotion.css +129 -0
- package/ueditor-resource/dialogs/emotion/emotion.html +70 -0
- package/ueditor-resource/dialogs/emotion/emotion.js +186 -0
- package/ueditor-resource/dialogs/emotion/images/0.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/bface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/cface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/fface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/jxface2.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/neweditor-tab-bg.png +0 -0
- package/ueditor-resource/dialogs/emotion/images/tface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/wface.gif +0 -0
- package/ueditor-resource/dialogs/emotion/images/yface.gif +0 -0
- package/ueditor-resource/dialogs/formula/formula.html +98 -0
- package/ueditor-resource/dialogs/formula/formula.js +147 -0
- package/ueditor-resource/dialogs/help/help.css +37 -0
- package/ueditor-resource/dialogs/help/help.html +82 -0
- package/ueditor-resource/dialogs/help/help.js +57 -0
- package/ueditor-resource/dialogs/image/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/center.png +0 -0
- package/ueditor-resource/dialogs/image/icon/img.png +0 -0
- package/ueditor-resource/dialogs/image/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/left.png +0 -0
- package/ueditor-resource/dialogs/image/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/none.png +0 -0
- package/ueditor-resource/dialogs/image/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/image/icon/right.png +0 -0
- package/ueditor-resource/dialogs/image/image.css +768 -0
- package/ueditor-resource/dialogs/image/image.html +145 -0
- package/ueditor-resource/dialogs/image/image.js +1060 -0
- package/ueditor-resource/dialogs/image/images/alignicon.jpg +0 -0
- package/ueditor-resource/dialogs/image/images/bg.png +0 -0
- package/ueditor-resource/dialogs/image/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/image/images/icons.png +0 -0
- package/ueditor-resource/dialogs/image/images/image.png +0 -0
- package/ueditor-resource/dialogs/image/images/progress.png +0 -0
- package/ueditor-resource/dialogs/image/images/success.gif +0 -0
- package/ueditor-resource/dialogs/image/images/success.png +0 -0
- package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -0
- package/ueditor-resource/dialogs/internal.js +81 -0
- package/ueditor-resource/dialogs/link/link.html +148 -0
- package/ueditor-resource/dialogs/preview/preview.html +45 -0
- package/ueditor-resource/dialogs/scrawl/images/addimg.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/brush.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/delimg.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/delimgH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/empty.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/emptyH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/eraser.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/redo.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/redoH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/scale.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/scaleH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/size.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/undo.png +0 -0
- package/ueditor-resource/dialogs/scrawl/images/undoH.png +0 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.css +324 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -0
- package/ueditor-resource/dialogs/scrawl/scrawl.js +682 -0
- package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -0
- package/ueditor-resource/dialogs/searchreplace/searchreplace.js +174 -0
- package/ueditor-resource/dialogs/spechars/spechars.html +42 -0
- package/ueditor-resource/dialogs/spechars/spechars.js +86 -0
- package/ueditor-resource/dialogs/table/dragicon.png +0 -0
- package/ueditor-resource/dialogs/table/edittable.css +85 -0
- package/ueditor-resource/dialogs/table/edittable.html +69 -0
- package/ueditor-resource/dialogs/table/edittable.js +241 -0
- package/ueditor-resource/dialogs/table/edittd.html +62 -0
- package/ueditor-resource/dialogs/table/edittip.html +33 -0
- package/ueditor-resource/dialogs/template/config.js +42 -0
- package/ueditor-resource/dialogs/template/images/bg.gif +0 -0
- package/ueditor-resource/dialogs/template/images/pre0.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre1.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre2.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre3.png +0 -0
- package/ueditor-resource/dialogs/template/images/pre4.png +0 -0
- package/ueditor-resource/dialogs/template/template.css +99 -0
- package/ueditor-resource/dialogs/template/template.html +26 -0
- package/ueditor-resource/dialogs/template/template.js +53 -0
- package/ueditor-resource/dialogs/video/icon/center-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/center.png +0 -0
- package/ueditor-resource/dialogs/video/icon/img.png +0 -0
- package/ueditor-resource/dialogs/video/icon/left-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/left.png +0 -0
- package/ueditor-resource/dialogs/video/icon/none-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/none.png +0 -0
- package/ueditor-resource/dialogs/video/icon/right-active.png +0 -0
- package/ueditor-resource/dialogs/video/icon/right.png +0 -0
- package/ueditor-resource/dialogs/video/images/bg.png +0 -0
- package/ueditor-resource/dialogs/video/images/center_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/file-icons.gif +0 -0
- package/ueditor-resource/dialogs/video/images/file-icons.png +0 -0
- package/ueditor-resource/dialogs/video/images/icons.gif +0 -0
- package/ueditor-resource/dialogs/video/images/icons.png +0 -0
- package/ueditor-resource/dialogs/video/images/image.png +0 -0
- package/ueditor-resource/dialogs/video/images/left_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/none_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/progress.png +0 -0
- package/ueditor-resource/dialogs/video/images/right_focus.jpg +0 -0
- package/ueditor-resource/dialogs/video/images/success.gif +0 -0
- package/ueditor-resource/dialogs/video/images/success.png +0 -0
- package/ueditor-resource/dialogs/video/video.css +909 -0
- package/ueditor-resource/dialogs/video/video.html +115 -0
- package/ueditor-resource/dialogs/video/video.js +867 -0
- package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -0
- package/ueditor-resource/dialogs/wordimage/wordimage.js +93 -0
- package/ueditor-resource/index.html +146 -0
- package/ueditor-resource/lang/en/en.js +686 -0
- package/ueditor-resource/lang/en/images/addimage.png +0 -0
- package/ueditor-resource/lang/en/images/alldeletebtnhoverskin.png +0 -0
- package/ueditor-resource/lang/en/images/alldeletebtnupskin.png +0 -0
- package/ueditor-resource/lang/en/images/background.png +0 -0
- package/ueditor-resource/lang/en/images/button.png +0 -0
- package/ueditor-resource/lang/en/images/copy.png +0 -0
- package/ueditor-resource/lang/en/images/deletedisable.png +0 -0
- package/ueditor-resource/lang/en/images/deleteenable.png +0 -0
- package/ueditor-resource/lang/en/images/listbackground.png +0 -0
- package/ueditor-resource/lang/en/images/localimage.png +0 -0
- package/ueditor-resource/lang/en/images/music.png +0 -0
- package/ueditor-resource/lang/en/images/rotateleftdisable.png +0 -0
- package/ueditor-resource/lang/en/images/rotateleftenable.png +0 -0
- package/ueditor-resource/lang/en/images/rotaterightdisable.png +0 -0
- package/ueditor-resource/lang/en/images/rotaterightenable.png +0 -0
- package/ueditor-resource/lang/en/images/upload.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/copy.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/localimage.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/music.png +0 -0
- package/ueditor-resource/lang/zh-cn/images/upload.png +0 -0
- package/ueditor-resource/lang/zh-cn/zh-cn.js +748 -0
- package/ueditor-resource/plugins/demo/demo.js +3 -0
- package/ueditor-resource/themes/default/css/ueditor.css +2148 -0
- package/ueditor-resource/themes/default/dialog.css +17 -0
- package/ueditor-resource/themes/default/dialogbase.css +132 -0
- package/ueditor-resource/themes/default/exts/ai.svg +12 -0
- package/ueditor-resource/themes/default/exts/apk.svg +12 -0
- package/ueditor-resource/themes/default/exts/chm.svg +12 -0
- package/ueditor-resource/themes/default/exts/css.svg +12 -0
- package/ueditor-resource/themes/default/exts/doc.svg +22 -0
- package/ueditor-resource/themes/default/exts/docx.svg +22 -0
- package/ueditor-resource/themes/default/exts/dwg.svg +16 -0
- package/ueditor-resource/themes/default/exts/folder.svg +3 -0
- package/ueditor-resource/themes/default/exts/gif.svg +14 -0
- package/ueditor-resource/themes/default/exts/html.svg +12 -0
- package/ueditor-resource/themes/default/exts/jpeg.svg +14 -0
- package/ueditor-resource/themes/default/exts/jpg.svg +14 -0
- package/ueditor-resource/themes/default/exts/log.svg +12 -0
- package/ueditor-resource/themes/default/exts/mp3.svg +14 -0
- package/ueditor-resource/themes/default/exts/mp4.svg +12 -0
- package/ueditor-resource/themes/default/exts/pdf.svg +14 -0
- package/ueditor-resource/themes/default/exts/png.svg +14 -0
- package/ueditor-resource/themes/default/exts/ppt.svg +24 -0
- package/ueditor-resource/themes/default/exts/pptx.svg +24 -0
- package/ueditor-resource/themes/default/exts/psd.svg +12 -0
- package/ueditor-resource/themes/default/exts/rar.svg +12 -0
- package/ueditor-resource/themes/default/exts/svg.svg +12 -0
- package/ueditor-resource/themes/default/exts/torrent.svg +14 -0
- package/ueditor-resource/themes/default/exts/txt.svg +14 -0
- package/ueditor-resource/themes/default/exts/unknown.svg +12 -0
- package/ueditor-resource/themes/default/exts/xls.svg +25 -0
- package/ueditor-resource/themes/default/exts/xlsx.svg +25 -0
- package/ueditor-resource/themes/default/exts/zip.svg +12 -0
- package/ueditor-resource/themes/default/images/anchor.gif +0 -0
- package/ueditor-resource/themes/default/images/arrow.png +0 -0
- package/ueditor-resource/themes/default/images/arrow_down.png +0 -0
- package/ueditor-resource/themes/default/images/arrow_up.png +0 -0
- package/ueditor-resource/themes/default/images/button-bg.gif +0 -0
- package/ueditor-resource/themes/default/images/cancelbutton.gif +0 -0
- package/ueditor-resource/themes/default/images/charts.png +0 -0
- package/ueditor-resource/themes/default/images/cursor_h.gif +0 -0
- package/ueditor-resource/themes/default/images/cursor_h.png +0 -0
- package/ueditor-resource/themes/default/images/cursor_v.gif +0 -0
- package/ueditor-resource/themes/default/images/cursor_v.png +0 -0
- package/ueditor-resource/themes/default/images/dialog-title-bg.png +0 -0
- package/ueditor-resource/themes/default/images/filescan.png +0 -0
- package/ueditor-resource/themes/default/images/highlighted.gif +0 -0
- package/ueditor-resource/themes/default/images/icons-all.gif +0 -0
- package/ueditor-resource/themes/default/images/icons.gif +0 -0
- package/ueditor-resource/themes/default/images/icons.png +0 -0
- package/ueditor-resource/themes/default/images/img-cracked.png +0 -0
- package/ueditor-resource/themes/default/images/loaderror.png +0 -0
- package/ueditor-resource/themes/default/images/loading.gif +0 -0
- package/ueditor-resource/themes/default/images/lock.gif +0 -0
- package/ueditor-resource/themes/default/images/neweditor-tab-bg.png +0 -0
- package/ueditor-resource/themes/default/images/pagebreak.gif +0 -0
- package/ueditor-resource/themes/default/images/scale.png +0 -0
- package/ueditor-resource/themes/default/images/sortable.png +0 -0
- package/ueditor-resource/themes/default/images/spacer.gif +0 -0
- package/ueditor-resource/themes/default/images/sparator_v.png +0 -0
- package/ueditor-resource/themes/default/images/table-cell-align.png +0 -0
- package/ueditor-resource/themes/default/images/tangram-colorpicker.png +0 -0
- package/ueditor-resource/themes/default/images/toolbar_bg.png +0 -0
- package/ueditor-resource/themes/default/images/unhighlighted.gif +0 -0
- package/ueditor-resource/themes/default/images/upload.png +0 -0
- package/ueditor-resource/themes/default/images/videologo.gif +0 -0
- package/ueditor-resource/themes/default/images/word.gif +0 -0
- package/ueditor-resource/themes/default/images/wordpaste.png +0 -0
- package/ueditor-resource/themes/iframe.css +63 -0
- package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +3655 -0
- package/ueditor-resource/third-party/SyntaxHighlighter/shCoreDefault.css +1 -0
- package/ueditor-resource/third-party/clipboard/clipboard.js +753 -0
- package/ueditor-resource/third-party/clipboard/clipboard.swf +0 -0
- package/ueditor-resource/third-party/codemirror/codemirror.css +106 -0
- package/ueditor-resource/third-party/codemirror/codemirror.js +3581 -0
- package/ueditor-resource/third-party/jquery-3.5.1.js +2 -0
- package/ueditor-resource/third-party/jquery-3.5.1_1.js +4314 -0
- package/ueditor-resource/third-party/webuploader/webuploader.css +88 -0
- package/ueditor-resource/third-party/webuploader/webuploader.js +4 -0
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1256 -0
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.swf +0 -0
- package/ueditor-resource/ueditor.all.js +32643 -0
- package/ueditor-resource/ueditor.config.js +656 -0
- package/ueditor-resource/ueditor.parse.js +639 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title></title>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
|
6
|
+
<script type="text/javascript" src="../internal.js?32939b8e"></script>
|
|
7
|
+
<style type="text/css">
|
|
8
|
+
.wrapper {
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
width: 800px;
|
|
11
|
+
height: 390px;
|
|
12
|
+
overflow: hidden;
|
|
13
|
+
position: relative;
|
|
14
|
+
border-bottom: 1px solid #d7d7d7
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.editor-wrap {
|
|
18
|
+
display: flex;
|
|
19
|
+
margin: 10px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.editor-wrap #editor {
|
|
23
|
+
width: 0;
|
|
24
|
+
flex-grow: 1;
|
|
25
|
+
border: 1px solid #CCC;
|
|
26
|
+
border-radius: 3px;
|
|
27
|
+
padding: 5px;
|
|
28
|
+
height: 100px;
|
|
29
|
+
outline: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.input-tip {
|
|
33
|
+
margin: 10px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.input-tip a {
|
|
37
|
+
color: #0f0d0d;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.editor-preview {
|
|
41
|
+
background: #FFF;
|
|
42
|
+
border-radius: 3px;
|
|
43
|
+
border: 1px solid #EEE;
|
|
44
|
+
display: none;
|
|
45
|
+
margin: 10px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.editor-preview .title {
|
|
49
|
+
padding: 5px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.editor-preview .body {
|
|
53
|
+
padding: 5px 5px 15px 5px;
|
|
54
|
+
text-align: center;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.editor-preview .body .image {
|
|
58
|
+
max-width: 100%;
|
|
59
|
+
max-height: 100px;
|
|
60
|
+
}
|
|
61
|
+
</style>
|
|
62
|
+
</head>
|
|
63
|
+
<body>
|
|
64
|
+
<div class="wrapper">
|
|
65
|
+
|
|
66
|
+
<div id="modeLive" style="display:none;">
|
|
67
|
+
<iframe id="liveEditor"
|
|
68
|
+
frameborder="0"
|
|
69
|
+
style="width:800px;height:390px;border: 0;outline: none;"
|
|
70
|
+
></iframe>
|
|
71
|
+
</div>
|
|
72
|
+
|
|
73
|
+
<div id="modePlain" style="display:none;">
|
|
74
|
+
<div class="editor-wrap">
|
|
75
|
+
<textarea id="editor"></textarea>
|
|
76
|
+
</div>
|
|
77
|
+
<div class="input-tip">
|
|
78
|
+
基于 latex 语法,<a href="javascript:;" id="inputDemo">点击输入示例</a>。
|
|
79
|
+
</div>
|
|
80
|
+
<div class="editor-preview" id="preview">
|
|
81
|
+
<div class="title">预览</div>
|
|
82
|
+
<div class="body">
|
|
83
|
+
<img class="image" id="previewImage"/>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
</div>
|
|
87
|
+
|
|
88
|
+
</div>
|
|
89
|
+
<script src="../../third-party/jquery-3.5.1.js?89c36344"></script>
|
|
90
|
+
<script type="text/javascript" src="../../third-party/clipboard/clipboard.js?7af7cd91"></script>
|
|
91
|
+
<script type="text/javascript" src="formula.js?7f236295"></script>
|
|
92
|
+
<script type="text/javascript">
|
|
93
|
+
utils.domReady(function () {
|
|
94
|
+
Formula.init();
|
|
95
|
+
});
|
|
96
|
+
</script>
|
|
97
|
+
</body>
|
|
98
|
+
</html>
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
function preg_quote(str, delimiter) {
|
|
2
|
+
// Quote regular expression characters plus an optional character
|
|
3
|
+
//
|
|
4
|
+
// version: 1107.2516
|
|
5
|
+
// discuss at: http://phpjs.org/functions/preg_quote
|
|
6
|
+
// + original by: booeyOH
|
|
7
|
+
// + improved by: Ates Goral (http://magnetiq.com)
|
|
8
|
+
// + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
|
|
9
|
+
// + bugfixed by: Onno Marsman
|
|
10
|
+
// + improved by: Brett Zamir (http://brett-zamir.me)
|
|
11
|
+
// * example 1: preg_quote("$40");
|
|
12
|
+
// * returns 1: '\$40'
|
|
13
|
+
// * example 2: preg_quote("*RRRING* Hello?");
|
|
14
|
+
// * returns 2: '\*RRRING\* Hello\?'
|
|
15
|
+
// * example 3: preg_quote("\\.+*?[^]$(){}=!<>|:");
|
|
16
|
+
// * returns 3: '\\\.\+\*\?\[\^\]\$\(\)\{\}\=\!\<\>\|\:'
|
|
17
|
+
return (str + '').replace(new RegExp('[.\\\\+*?\\[\\^\\]$(){}=!<>|:\\' + (delimiter || '') + '-]', 'g'), '\\$&');
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
function loadScript(url, cb) {
|
|
21
|
+
var script;
|
|
22
|
+
script = document.createElement('script');
|
|
23
|
+
script.src = url;
|
|
24
|
+
script.onload = function () {
|
|
25
|
+
cb && cb({isNew: true})
|
|
26
|
+
};
|
|
27
|
+
document.getElementsByTagName('head')[0].appendChild(script);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
var Formula = {
|
|
31
|
+
mode: 'plain',
|
|
32
|
+
latexeasy: null,
|
|
33
|
+
init: function () {
|
|
34
|
+
// console.log('Formula.init')
|
|
35
|
+
Formula.initMode();
|
|
36
|
+
Formula.initEvent();
|
|
37
|
+
Formula.initSubmit();
|
|
38
|
+
},
|
|
39
|
+
renderPlain: function () {
|
|
40
|
+
var $preview = $('#preview');
|
|
41
|
+
var value = $('#editor').val();
|
|
42
|
+
if (!value) {
|
|
43
|
+
$preview.hide();
|
|
44
|
+
return;
|
|
45
|
+
}
|
|
46
|
+
value = encodeURIComponent(value);
|
|
47
|
+
var formulaConfig = editor.getOpt('formulaConfig');
|
|
48
|
+
var src = formulaConfig.imageUrlTemplate.replace(/\{\}/, value);
|
|
49
|
+
$('#previewImage').attr('src', src);
|
|
50
|
+
$preview.show();
|
|
51
|
+
},
|
|
52
|
+
setValuePlain: function (value) {
|
|
53
|
+
$('#editor').val(value);
|
|
54
|
+
Formula.renderPlain();
|
|
55
|
+
},
|
|
56
|
+
setValueLive: function (value) {
|
|
57
|
+
if (!Formula.latexeasy) {
|
|
58
|
+
setTimeout(function () {
|
|
59
|
+
Formula.setValueLive(value);
|
|
60
|
+
}, 100);
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
Formula.latexeasy.call('set.latex', {latex: value});
|
|
64
|
+
},
|
|
65
|
+
initMode: function () {
|
|
66
|
+
var formulaConfig = editor.getOpt('formulaConfig');
|
|
67
|
+
if ('live' === formulaConfig.editorMode) {
|
|
68
|
+
$('#liveEditor').attr('src', formulaConfig.editorLiveServer + '/editor');
|
|
69
|
+
$('#modeLive').show();
|
|
70
|
+
Formula.mode = 'live';
|
|
71
|
+
} else {
|
|
72
|
+
$('#modePlain').show();
|
|
73
|
+
Formula.mode = 'plain';
|
|
74
|
+
}
|
|
75
|
+
var img = editor.selection.getRange().getClosedNode();
|
|
76
|
+
if (img && img.getAttribute('data-formula-image') !== null) {
|
|
77
|
+
var value = img.getAttribute('data-formula-image');
|
|
78
|
+
if (value) {
|
|
79
|
+
Formula.setValue(decodeURIComponent(value));
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
setValue: function (value) {
|
|
84
|
+
switch (Formula.mode) {
|
|
85
|
+
case 'plain':
|
|
86
|
+
Formula.setValuePlain(value);
|
|
87
|
+
break;
|
|
88
|
+
case 'live':
|
|
89
|
+
Formula.setValueLive(value);
|
|
90
|
+
break;
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
getValue: function (cb) {
|
|
94
|
+
switch (Formula.mode) {
|
|
95
|
+
case 'plain':
|
|
96
|
+
cb($.trim($('#editor').val()));
|
|
97
|
+
break;
|
|
98
|
+
case 'live':
|
|
99
|
+
Formula.latexeasy.call('get.latex', {}, function (data) {
|
|
100
|
+
cb(data.latex);
|
|
101
|
+
});
|
|
102
|
+
break;
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
initEvent: function () {
|
|
106
|
+
var changeTimer = null, le;
|
|
107
|
+
switch (Formula.mode) {
|
|
108
|
+
case 'plain':
|
|
109
|
+
// console.log('Formula.initEvent');
|
|
110
|
+
$('#editor').on('change keypress', function () {
|
|
111
|
+
changeTimer && clearTimeout(changeTimer);
|
|
112
|
+
changeTimer = setTimeout(function () {
|
|
113
|
+
Formula.renderPlain();
|
|
114
|
+
}, 1000);
|
|
115
|
+
});
|
|
116
|
+
$('#inputDemo').on('click', function () {
|
|
117
|
+
$('#editor').val('f(a) = \\frac{1}{2\\pi i} \\oint\\frac{f(z)}{z-a}dz');
|
|
118
|
+
Formula.renderPlain();
|
|
119
|
+
});
|
|
120
|
+
break;
|
|
121
|
+
case 'live':
|
|
122
|
+
var formulaConfig = editor.getOpt('formulaConfig');
|
|
123
|
+
loadScript(formulaConfig.editorLiveServer + '/vendor/LatexEasyEditor/editor/sdk.js', function () {
|
|
124
|
+
le = new window.LatexEasy(document.getElementById('liveEditor'));
|
|
125
|
+
le.on('ready', function () {
|
|
126
|
+
Formula.latexeasy = le;
|
|
127
|
+
});
|
|
128
|
+
le.init();
|
|
129
|
+
});
|
|
130
|
+
break;
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
initSubmit: function () {
|
|
134
|
+
dialog.onclose = function (t, ok) {
|
|
135
|
+
if (!ok) {
|
|
136
|
+
return true;
|
|
137
|
+
}
|
|
138
|
+
// console.log('onclose', t, ok);
|
|
139
|
+
Formula.getValue(function (value) {
|
|
140
|
+
editor.execCommand('formula', value);
|
|
141
|
+
editor.fireEvent('saveScene');
|
|
142
|
+
dialog.close(false);
|
|
143
|
+
});
|
|
144
|
+
return false;
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.wrapper {
|
|
2
|
+
width: 370px;
|
|
3
|
+
margin: 10px auto;
|
|
4
|
+
zoom: 1;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.tabbody {
|
|
8
|
+
height: 360px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.tabbody .panel {
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 360px;
|
|
14
|
+
position: absolute;
|
|
15
|
+
background: #fff;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.tabbody .panel h1 {
|
|
19
|
+
font-size: 26px;
|
|
20
|
+
margin: 5px 0 0 5px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.tabbody .panel p {
|
|
24
|
+
font-size: 12px;
|
|
25
|
+
margin: 5px 0 0 5px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.tabbody table {
|
|
29
|
+
width: 90%;
|
|
30
|
+
line-height: 20px;
|
|
31
|
+
margin: 5px 0 0 5px;;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.tabbody table thead {
|
|
35
|
+
font-weight: bold;
|
|
36
|
+
line-height: 25px;
|
|
37
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/html4/loose.dtd">
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<title>帮助</title>
|
|
6
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
|
7
|
+
<script type="text/javascript" src="../internal.js?32939b8e"></script>
|
|
8
|
+
<link rel="stylesheet" type="text/css" href="help.css?cdd0e4a3">
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<div class="wrapper" id="helptab">
|
|
12
|
+
<div id="tabHeads" class="tabhead">
|
|
13
|
+
<span class="focus" tabsrc="about"><var id="lang_input_about"></var></span>
|
|
14
|
+
<span tabsrc="shortcuts"><var id="lang_input_shortcuts"></var></span>
|
|
15
|
+
</div>
|
|
16
|
+
<div id="tabBodys" class="tabbody">
|
|
17
|
+
<div id="about" class="panel">
|
|
18
|
+
<h1>UEditor Plus</h1>
|
|
19
|
+
<p id="version"></p>
|
|
20
|
+
<p><var id="lang_input_introduction"></var></p>
|
|
21
|
+
</div>
|
|
22
|
+
<div id="shortcuts" class="panel">
|
|
23
|
+
<table>
|
|
24
|
+
<thead>
|
|
25
|
+
<tr>
|
|
26
|
+
<td><var id="lang_Txt_shortcuts"></var></td>
|
|
27
|
+
<td><var id="lang_Txt_func"></var></td>
|
|
28
|
+
</tr>
|
|
29
|
+
</thead>
|
|
30
|
+
<tbody>
|
|
31
|
+
<tr>
|
|
32
|
+
<td>ctrl+b</td>
|
|
33
|
+
<td><var id="lang_Txt_bold"></var></td>
|
|
34
|
+
</tr>
|
|
35
|
+
<tr>
|
|
36
|
+
<td>ctrl+c</td>
|
|
37
|
+
<td><var id="lang_Txt_copy"></var></td>
|
|
38
|
+
</tr>
|
|
39
|
+
<tr>
|
|
40
|
+
<td>ctrl+x</td>
|
|
41
|
+
<td><var id="lang_Txt_cut"></var></td>
|
|
42
|
+
</tr>
|
|
43
|
+
<tr>
|
|
44
|
+
<td>ctrl+v</td>
|
|
45
|
+
<td><var id="lang_Txt_Paste"></var></td>
|
|
46
|
+
</tr>
|
|
47
|
+
<tr>
|
|
48
|
+
<td>ctrl+y</td>
|
|
49
|
+
<td><var id="lang_Txt_undo"></var></td>
|
|
50
|
+
</tr>
|
|
51
|
+
<tr>
|
|
52
|
+
<td>ctrl+z</td>
|
|
53
|
+
<td><var id="lang_Txt_redo"></var></td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td>ctrl+i</td>
|
|
57
|
+
<td><var id="lang_Txt_italic"></var></td>
|
|
58
|
+
</tr>
|
|
59
|
+
<tr>
|
|
60
|
+
<td>ctrl+u</td>
|
|
61
|
+
<td><var id="lang_Txt_underline"></var></td>
|
|
62
|
+
</tr>
|
|
63
|
+
<tr>
|
|
64
|
+
<td>ctrl+a</td>
|
|
65
|
+
<td><var id="lang_Txt_selectAll"></var></td>
|
|
66
|
+
</tr>
|
|
67
|
+
<tr>
|
|
68
|
+
<td>shift+enter</td>
|
|
69
|
+
<td><var id="lang_Txt_visualEnter"></var></td>
|
|
70
|
+
</tr>
|
|
71
|
+
<tr>
|
|
72
|
+
<td>alt+z</td>
|
|
73
|
+
<td><var id="lang_Txt_fullscreen"></var></td>
|
|
74
|
+
</tr>
|
|
75
|
+
</tbody>
|
|
76
|
+
</table>
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
<script type="text/javascript" src="help.js?ee3b2ef3"></script>
|
|
81
|
+
</body>
|
|
82
|
+
</html>
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Created with JetBrains PhpStorm.
|
|
3
|
+
* User: xuheng
|
|
4
|
+
* Date: 12-9-26
|
|
5
|
+
* Time: 下午1:06
|
|
6
|
+
* To change this template use File | Settings | File Templates.
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* tab点击处理事件
|
|
10
|
+
* @param tabHeads
|
|
11
|
+
* @param tabBodys
|
|
12
|
+
* @param obj
|
|
13
|
+
*/
|
|
14
|
+
function clickHandler(tabHeads, tabBodys, obj) {
|
|
15
|
+
//head样式更改
|
|
16
|
+
for (var k = 0, len = tabHeads.length; k < len; k++) {
|
|
17
|
+
tabHeads[k].className = "";
|
|
18
|
+
}
|
|
19
|
+
obj.className = "focus";
|
|
20
|
+
//body显隐
|
|
21
|
+
var tabSrc = obj.getAttribute("tabSrc");
|
|
22
|
+
for (var j = 0, length = tabBodys.length; j < length; j++) {
|
|
23
|
+
var body = tabBodys[j],
|
|
24
|
+
id = body.getAttribute("id");
|
|
25
|
+
body.onclick = function () {
|
|
26
|
+
this.style.zoom = 1;
|
|
27
|
+
};
|
|
28
|
+
if (id != tabSrc) {
|
|
29
|
+
body.style.zIndex = 1;
|
|
30
|
+
} else {
|
|
31
|
+
body.style.zIndex = 200;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* TAB切换
|
|
39
|
+
* @param tabParentId tab的父节点ID或者对象本身
|
|
40
|
+
*/
|
|
41
|
+
function switchTab(tabParentId) {
|
|
42
|
+
var tabElements = $G(tabParentId).children,
|
|
43
|
+
tabHeads = tabElements[0].children,
|
|
44
|
+
tabBodys = tabElements[1].children;
|
|
45
|
+
|
|
46
|
+
for (var i = 0, length = tabHeads.length; i < length; i++) {
|
|
47
|
+
var head = tabHeads[i];
|
|
48
|
+
if (head.className === "focus") clickHandler(tabHeads, tabBodys, head);
|
|
49
|
+
head.onclick = function () {
|
|
50
|
+
clickHandler(tabHeads, tabBodys, this);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
switchTab("helptab");
|
|
56
|
+
|
|
57
|
+
document.getElementById('version').innerHTML = parent.UE.version;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|