对EasyUITreeGrod编辑方法浅谈
复制代码代码如下所示:
列:{
标题:id
字段:id
隐藏:真
{ }。
字段:
隐藏:真
{ }。
标题:AAA
字段:AAA
宽度:70,
对齐:中心
halign:中心
{ }。
标题:BBB
字段:BBB
宽度:70,
对齐:中心
halign:中心
编辑:{
类型:组合
选项:{
数据:{
id:0,
文本:苹果
{ }。
id:1,
文本:梨
} },
valueField:'id',
文本中的,
可编辑的:false,
必需的: /真,
panelheight:自
missingmessage:请选择水果。
onselect:功能(记录){
/ / editingid是进入编辑状态线的ID
编辑= $(var的#网格)。Datagrid('geteditors '(' #美元editingid)。瓦迩());
如果(record.id = 1){ / /选择梨
无功feditor =编辑{ 1 }; / /一排二编辑框
编辑框设置所需的 /
(feditor美元。目标)。Validatebox({要求:真实});
编辑框
(feditor美元。目标)。Numberbox('enable);
无功feditor2 =编辑{ 2 }; / /一排第三个编辑框
(feditor2美元。目标)。Validatebox({要求:真实});
} else if(record.id = 0){ / /选择苹果
无功feditor =编辑{ 1 };
(feditor美元。目标)。Validatebox({要求:假});
(feditor美元。目标)。Validatebox(SetValue
(feditor美元。目标)。Numberbox('disable);
无功feditor2 =编辑{ 2 };
(feditor2美元。目标)。Validatebox({要求:假});
(feditor2美元。目标)。Validatebox(SetValue
}
},
}
}
}
打开编辑状态
复制代码代码如下所示:
$(# rulesgrid)。Treegrid('beginedit指数);
以上是在编辑TreeGrod EasyUI的方法,我希望你能喜欢它。