Unieap3.5-Grid+Form下拉列表高度设置

Form

<div id="SUNIT_ID" name="SUNIT_ID" dojoType="unieap.form.ComboBox" binding="{name:'SUNIT_ID'}" required="true" dataProvider="{store:'dimensionDs'}" decoder="{displayAttr:'ORG_NAME',valueAttr:'ORG_CODE'}" width="100%" onChange="setCheckCntEdit.orgOnChange" strictFilter="true" popup="{height:'200px'}"></div>

Grid

<cell label="产品大类" width='20%' name="PUB_PRODCODE" id="PUB_PRODCODE" decoder="{store:codelist.getStore('CD004')}" editor="{editorClass:'unieap.form.ComboBox',editorProps:{dataProvider:{store:codelist.getStore('CD004')},required:true,popup:{height:'200px'} }}"></cell>
原文地址:https://www.cnblogs.com/chenv/p/5145294.html