提交 6d613a8a 编写于 作者: 蔡祥熠

Merge branch 'fix/Portal.combox' into 'wrdp'

Merge of fix/Portal.combox 门户页面组合框增加点击时显示选项 to wrdp

See merge request o2oa/o2oa!6047
......@@ -32,6 +32,13 @@
<td class="editTableTitle">{{$.lp.canSelectCount}}:</td>
<td class="editTableValue"><input title="0 表示不限制数量" type="text" name="count" value="text{$.count}" class="editTableInput"/></td>
</tr>
<tr>
<td class="editTableTitle">{{$.lp.showOptions}}:</td>
<td class="editTableValue">
<input type="radio" name="showOptions" value="input" text{($.showOptions)!="focus"?'checked':''}/>{{$.lp.onInput}}
<input type="radio" name="showOptions" value="focus" text{($.showOptions)=="focus"?'checked':''}/>{{$.lp.onFocus}}
</td>
</tr>
<tr>
<td class="editTableTitle">{{$.lp.options}}:</td>
<td class="editTableValue">
......@@ -47,6 +54,7 @@
<div id="text{$.pid}selectEditItemDynamic" style="display: text{($.itemType=='script')?'block':'none'}" class="MWFScriptArea" name="itemDynamic" title="{{$.lp.optionDynamicScript}} (S)"></div>
<div class="MWFMaplist" name="styles" title="{{$.lp.style}}"></div>
<div class="MWFMaplist" name="inputStyles" title="{{$.lp.inputStyle}}"></div>
<div class="MWFMaplist" name="properties" title="{{$.lp.attribute}}"></div>
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册