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>

 

posted @ 2016-01-20 15:16  Luca-  阅读(299)  评论(0编辑  收藏  举报