Plugins extjs4what';在extjs中添加插件的最佳方式是什么?

Plugins extjs4what';在extjs中添加插件的最佳方式是什么?,plugins,extjs4,Plugins,Extjs4,我想添加一个插件(http://www.sencha.com/forum/showthread.php?150918-网格头过滤器)添加到我的应用程序 考虑到我使用sencha SDK工具,安装它的最佳方式是什么。。。 插件的类名为:Ext.ux.grid.plugin.HeaderFilters 有什么建议吗?在此处检查基本设置: 迅猛龙所有者 <head> <meta http-equiv="Content-Type" content="text/html; char

我想添加一个插件(http://www.sencha.com/forum/showthread.php?150918-网格头过滤器)添加到我的应用程序

考虑到我使用sencha SDK工具,安装它的最佳方式是什么。。。 插件的类名为:Ext.ux.grid.plugin.HeaderFilters


有什么建议吗?

在此处检查基本设置:


迅猛龙所有者
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Velociraptor Owners</title>
<!--Ext JS-->
<link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css">
<!-- script type="text/javascript" src="extjs/bootstrap.js"></script-->
<script src="extjs/ext-all-debug.js"></script>
<script src="extjs/GridHeaderFilters.js"></script>
<!--Application JS-->
<script src="grid.js"></script>
<!-- script src="php/api.php"></script -->
<!--Application Aesthetics-->
<link rel="stylesheet" href="style.css" type="text/css">
</head>