# extjs-extend **Repository Path**: myweishanli/extjs-extend ## Basic Information - **Project Name**: extjs-extend - **Description**: ExtJs5 Extend - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-12-06 - **Last Updated**: 2023-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Yii2 ExtJs RBAC 的依赖JS ========= [Yii2 ExtJs RBAC GITHUB](https://github.com/myweishanli/yii2-extjs-rbac) github: https://github.com/myweishanli/extjs-extend > 注: 功能正在开发中... > 更详细的配置说明文档正在编写中... > QQ群: 137158108 验证信息: github > 有任何疑问可以发邮件到 myweishanli@gmail.com 配置 ========= 自定义`app.js` ```javascript Ext.Loader.setPath('DP', extJsConfig['extendPath']); Ext.application({ name: 'your namespace', extend: 'DP.Application' }); ```