下拉表格参数控件。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
514 B

package com.fr.plugin.demo.parameter.combo.grid;
import com.fr.stable.fun.impl.AbstractJavaScriptFileHandler;
/**
* @author richie
* @date 2015-03-16
* @since 8.0
*/
public class GridJavaScriptFileBridge extends AbstractJavaScriptFileHandler {
@Override
public String[] pathsForFiles() {
return new String[]{
"/com/fr/plugin/demo/parameter/combo/grid/easyui/jquery.easyui.min.js",
"/com/fr/plugin/demo/parameter/combo/grid/web/combogrid.js"
};
}
}