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

时间:2023-03-10 23:18:03
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>