baidu_ueditor_rails 0.0.4 → 0.0.5
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2889683a37a582db399bab0c82ba56b15cd7672c
|
4
|
+
data.tar.gz: 05e77bceab9f4d092becc80b9fe10189a9f0e035
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7ba5f43d04c2f2eefae38295b5989a8ae028a21ab43d15251f592bebf9aff2e15c905f77fd57cc0fda85ca692364d90368d9c1fa36276a8626ea02dd82d16da
|
7
|
+
data.tar.gz: fe7fae67ec28077e6a6edc1abc97c3df9314f8a3be86ff8e3bb32c791cf3150c8ac723c4c36731d9d3d9be4efdaea0bbfebf1f776869e44f928ae8c1effd443c
|
@@ -14,17 +14,70 @@
|
|
14
14
|
<span tabSrc="local" class="focus"><var id="lang_tab_local"></var></span>
|
15
15
|
</div>
|
16
16
|
<div id="tabBodys" class="tabbody">
|
17
|
+
<div id="remote" class="panel">
|
18
|
+
<table cellpadding="0" cellspacing="0">
|
19
|
+
<tr>
|
20
|
+
<td class="label"><label for="url"><var id="lang_input_url"></var></label></td>
|
21
|
+
<td><input id="url" type="text"/></td>
|
22
|
+
</tr>
|
23
|
+
<tr>
|
24
|
+
<td class="label"><label for="width"><var id="lang_input_width"></var></label></td>
|
25
|
+
<td><input type="text" id="width"/> px</td>
|
26
|
+
</tr>
|
27
|
+
<tr>
|
28
|
+
<td class="label"><label for="height"><var id="lang_input_height"></var></label></td>
|
29
|
+
<td><input type="text" id="height"/> px</td>
|
30
|
+
</tr>
|
31
|
+
<tr>
|
32
|
+
<td class="label"><label for="border"><var id="lang_input_border"></var></label></td>
|
33
|
+
<td><input type="text" id="border"/> px</td>
|
34
|
+
</tr>
|
35
|
+
<tr>
|
36
|
+
<td class="label"><label for="vhSpace"><var id="lang_input_vhspace"></var></label></td>
|
37
|
+
<td><input type="text" id="vhSpace"/> px</td>
|
38
|
+
</tr>
|
39
|
+
<tr>
|
40
|
+
<td class="label"><label for="title"><var id="lang_input_title"></var></label></td>
|
41
|
+
<td><input type="text" id="title"/></td>
|
42
|
+
</tr>
|
43
|
+
<tr>
|
44
|
+
<td class="label"><var id="lang_input_remoteAlign"></var></td>
|
45
|
+
<td id="remoteFloat"></td>
|
46
|
+
</tr>
|
47
|
+
</table>
|
48
|
+
|
49
|
+
<div id="preview"></div>
|
50
|
+
<div class="lock"><input id="lock" type="checkbox" checked="checked"></div>
|
51
|
+
</div>
|
17
52
|
<div id="local" class="panel">
|
18
53
|
<div id="flashContainer"></div>
|
19
|
-
<div>
|
20
|
-
<div id="upload" style="display: none" ></div>
|
21
|
-
<div id="duiqi" style="display: none"></div>
|
22
|
-
<div id="localFloat" style="display: none"></div>
|
23
|
-
</div>
|
54
|
+
<div><div id="upload" style="display: none" ></div><div id="duiqi" style="display: none"></div><div id="localFloat" style="display: none"></div></div>
|
24
55
|
<div class="saveDir" style="display: none">
|
25
56
|
<var id="lang_savePath" ></var><span id="saveDirSelector"><var id="lang_load_savePath"></var></span>
|
26
57
|
</div>
|
27
58
|
</div>
|
59
|
+
<div id="imgManager" class="panel">
|
60
|
+
<div id="imageList"><var id="lang_imgLoading"></var></div>
|
61
|
+
</div>
|
62
|
+
<div id="imgSearch" class="panel">
|
63
|
+
<table style="margin-top: 5px;">
|
64
|
+
<tr>
|
65
|
+
<td width="200"><input id="imgSearchTxt" type="text" /></td>
|
66
|
+
<td width="65">
|
67
|
+
<select id="imgType">
|
68
|
+
<!--具体内容值将由国际化组件动态填充-->
|
69
|
+
<option value="&s=4&z=0"></option>
|
70
|
+
<option value="&s=1&z=19"></option>
|
71
|
+
<option value="&s=2&z=0"></option>
|
72
|
+
<option value="&s=3&z=0"></option>
|
73
|
+
</select>
|
74
|
+
</td>
|
75
|
+
<td width="80"><input id="imgSearchBtn" type="button" /></td>
|
76
|
+
<td width="80"><input id="imgSearchReset" type="button" /></td>
|
77
|
+
</tr>
|
78
|
+
</table>
|
79
|
+
<div id="searchList"></div>
|
80
|
+
</div>
|
28
81
|
<iframe id="maskIframe" src="about:blank" scrolling="no" frameborder="no"></iframe>
|
29
82
|
</div>
|
30
83
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: baidu_ueditor_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chuanpin zhu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: ueditor for rails 3 and rails 4, it is a good wysiwyg html editor
|
14
14
|
email:
|