EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: gordis gmbh on December 18, 2014, 06:19:43 AM



Title: queryParams for comobox please, if possible
Post by: gordis gmbh on December 18, 2014, 06:19:43 AM
Currently we add request parameters for the comboboxes as prefix to the url:

Code:
$('#myCombobx1').combobox({  
url:'serverSideMethod.do?eN=xxx.itsm.Change&idCN=changeId&cN=changeState&cVal=CREATED&oBc=changeId',
        hasDownArrow:true,
        ....
});

In somecases however,  there are many parameters where queryParams (like in datagrid) would make sense. In general, queryParams makes always sense with url. Thanking you for considering this request.


Title: Re: queryParams for comobox please, if possible
Post by: stworthy on December 18, 2014, 08:43:52 AM
The 'queryParams' property of combobox will be supported in next version. The updated combobox plugin can be downloaded from http://www.jeasyui.com/easyui/plugins/jquery.combobox.js.