jQuery MiniUI

标题: div中多个input框的问题 [打印本页]

作者: xingxie21    时间: 2015-7-24 16:36:21     标题: div中多个input框的问题

在页面做了一个点击增加表格行的办法,但是其中一个div中需要有两个联动的输入框,但是在实际实现中只出现了一个,这是什么问题?
  1. <div field="CUST_NATION_NAME" width="120" headerAlign="center" allowSort="false">国籍
  2.                                                 <input property="editor" id="custNationCode" name="model.custNationCode" class="mini-textbox"
  3.                                  required="false" maxLength="15"
  4.                                  onvaluechanged="getCertTypeCode('custNation','${CUST_COUNTRY_CODE}')"/>
  5.                                  <input property="editor" id="custNationName" name="model.custNationName" class="mini-buttonedit"
  6.                                        onbuttonclick="onCertTypeButtonEdit('国籍','custNation','${CUST_COUNTRY_CODE}')"
  7.                                        allowInput="false"
  8.                                        required="true"
  9.                                        maxLength="36"/>
  10.                                         </div>
复制代码
实际效果如图[attach]6424[/attach]

作者: dforce    时间: 2015-7-24 16:42:13

表格内一列下只能放一个编辑器




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2