Blame view

src/main/webapp/libs/jquery-easyui-1.4.1/extension/jquery-easyui-etree/jquery.etree.lang.js 331 Bytes
caiyongsong committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
$.extend($.fn.etree.defaults,{
	editMsg:{
		norecord:{
			title:'警告',
			msg:'请先选择节点后再进行修改操作。'
		}
	},
	destroyMsg:{
		norecord:{
			title:'警告',
			msg:'请先选择节点后再进行删除操作。'
		},
		confirm:{
			title:'确认',
			msg:'是否真的删除选定的节点?'
		}
	}

});