소스 검색

配置修改

hy 6 년 전
부모
커밋
0f11523761
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 1
      app/Application.js
  2. 0 3
      app/view/form/basic/Panel.js

+ 2 - 1
app/Application.js

@@ -8,7 +8,8 @@ Ext.define('uas.Application', {
     extend: 'Ext.app.Application',
 
     requires: [
-        'uas.*'
+        'uas.*',
+        'Ext.form.field.*'
     ],
 
     name: 'uas',

+ 0 - 3
app/view/form/basic/Panel.js

@@ -4,9 +4,6 @@ Ext.define('uas.view.form.basic.Panel', {
     layout:'column',
 
     bodyPadding: 40,
-    requires:[
-        'Ext.form.field.Radio'
-    ],
     defaults:{
         columnWidth:1,
         margin:'10 0 0 0'