-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.php
74 lines (68 loc) · 4.15 KB
/
test.php
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
65
66
67
68
69
70
71
72
73
<p style="text-align: center;">
<br/>
</p>
<p style="text-align: center;">
<span style="font-size: 24px;">示例表</span>
</p>
<table class="table table-bordered">
<tbody>
<tr class="firstRow">
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" valign="top">
文本框
</td>
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" width="227" valign="top">
<input style="text-align: left; width: 150px;" title="文本框" value="雷劈网" name="leipiNewField" orgheight="" orgwidth="150" orgalign="left" orgfontsize="" orghide="0" leipiplugins="text" orgtype="text"/>
</td>
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" width="85" valign="top">
下拉菜单
</td>
<td style="border-color: rgb(221, 221, 221);" width="312" valign="top">
{|-<span leipiplugins="select"><select name="leipiNewField" title="下拉菜单" leipiplugins="select" size="1" orgwidth="150" style="width: 150px;"><option value="下拉">
下拉
</option>
<option value="菜单">
菜单
</option></select> </span>-|}
</td>
</tr>
<tr>
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" valign="top">
单选
</td>
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" width="41" valign="top">
{|-<span leipiplugins="radios" title="单选" name="leipiNewField"><input value="单选1" type="radio" checked="checked"/>单选1 <input value="单选2" type="radio"/>单选2 </span>-|}
</td>
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" width="85" valign="top">
复选
</td>
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" width="312" valign="top">
{|-<span leipiplugins="checkboxs" title="复选"><input name="leipiNewField" value="复选1" type="checkbox" checked="checked"/>复选1 <input name="leipiNewField" value="复选2" type="checkbox" checked="checked"/>复选2 <input name="leipiNewField" value="复选3" type="checkbox"/>复选3 </span>-|}
</td>
</tr>
<tr>
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" valign="top">
宏控件
</td>
<td style="border-color: rgb(221, 221, 221);" width="41" valign="top">
<input name="leipiNewField" type="text" value="{macros}" title="宏控件" leipiplugins="macros" orgtype="sys_date_cn" orghide="0" orgfontsize="12" orgwidth="150" style="font-size: 12px; width: 150px;"/>
</td>
<td style="word-break: break-all; border-color: rgb(221, 221, 221);" width="85" valign="top">
二维码
</td>
<td style="border-color: rgb(221, 221, 221); word-break: break-all;" width="312" valign="top">
<img name="leipiNewField" title="巨扩展" value="15883456521" orgtype="tel" leipiplugins="qrcode" src="http://www.bick.com/static/h-ui.admin/js/ueditor/formdesign/images/qrcode.gif" style="width: 40px; height: 40px;" orgwidth="40" orgheight="40"/>
</td>
</tr>
</tbody>
</table>
<p>
<input name="leipiNewField" leipiplugins="listctrl" type="text" value="{列表控件}" readonly="readonly" title="采购商品列表" orgtitle="商品名称`数量`单价`小计`描述`" orgcoltype="text`int`int`int`text`" orgunit="```元``" orgsum="0`0`0`1`0`" orgcolvalue="`````" orgwidth="100%" style="width: 100%;"/>
</p>
<p>
<textarea title="多行文本" name="leipiNewField" leipiplugins="textarea" value="" orgrich="0" orgfontsize="12" orgwidth="600" orgheight="80" style="font-size:12px;width:600px;height:80px;"></textarea>
</p>
<p>
<img name="leipiNewField" title="进度条" leipiplugins="progressbar" orgvalue="20" orgsigntype="progress-info" src="/Public/js/ueditor/formdesign/images/progressbar.gif"/>
</p>
78
416