All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.modules.component.rjzjh.seltreegrid.js Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
define([ "jquery", "core" ], function($, core) {
	_dbclickrow = function(id, row) {
		alert(row.id);
	};
	_init = function(id, data) {
		$('#' + id + '_treegrid').treegrid('loadData', data);// 更新一棵树
	};
	_get = function(id) {// 得到组件的树
		return $('#' + id + '_treegrid');
	};
	return {
		dbclickrow : _dbclickrow,
		init : _init,
		get : _get
	};
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy