EasyUI 实现编辑功能,给Combobox 赋值

Posted 黑马_王国文

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EasyUI 实现编辑功能,给Combobox 赋值相关的知识,希望对你有一定的参考价值。

 1:
 <input id="RequestType" name="RequestType" class="easyui-combobox" value="@Model.RequestType" data-options="
                               url: ‘/PLUGM/SysObjectType/GetObjectTypeJson?typeName=PortalRequestType‘,
                               method: ‘get‘,
                               valueField: ‘Key‘,
                               textField: ‘Value‘,
                               multiple:true,
                               panelHeight:‘auto‘"
  2:        
          $(‘#RequestType‘).combobox({
          url:‘‘,  
          valueField: ‘Key‘,
                               textField: ‘Value‘,
          });
          $(‘#RequestType‘).combobox(‘setValue‘,‘@Model.RequestType‘);

  以上是2种方法

以上是关于EasyUI 实现编辑功能,给Combobox 赋值的主要内容,如果未能解决你的问题,请参考以下文章

EasyUI可编辑datagrid用combobox实现多级联动

如何能实现easyui-combobox中的值change事件?

easyui combobox中的值是从数据库拿过来的,编辑easyui gridveiw时combobox定位gridveiw对应值

如何让easyui-combobox不可编辑

怎么给easyui-combobox赋值

easyui combobox模糊搜索