1.控件启用,禁用
$form.find("input[type!='button']").removeAttr("readonly"); $form.find(".easyui-combobox").combobox("enable"); $form.find(".easyui-combotree").combotree("enable"); $form.find(".easyui-datebox").datebox("enable"); $form.find(".easyui-datetimebox").datetimebox("enable"); $form.find("input[type!='button']").attr("readonly", "readonly"); $form.find(".easyui-combobox").combobox("disable"); $form.find(".easyui-combotree").combotree("disable"); $form.find(".easyui-datebox").datebox("disable"); $form.find(".easyui-datetimebox").datetimebox("disable");