miniui mini-combobox的使用

 

<td >nbsp;
                            <div > 
                                popupWidth="260px" textField="text" valueField="id" 
                                value="cn,usa" multiSelect="true"  showClose="true" oncloseclick="onCloseClick" >     
                                <div property="columns">
                                    <div header="UPUG编号" field="id"></div>
                                    <div header="UPUG名称" field="text"></div>
                                </div>
                            </div>
                            <span class="font-red"><b>*</b></span>
                        </td>
View Code

相关文章:

  • 2021-10-16
  • 2022-02-10
  • 2021-09-12
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
相关资源
相似解决方案