Title: Feature Request - ajax textbox Post by: devnull on May 15, 2013, 12:24:48 AM Would it be possible to add a new control that allows you to create individual input elements that can pull their own data value via ajax:
Code: <input name="name" classname="easyui-ajaxbox" data-options="{url:'data.php',method:'GET'}" /> |