Sfoglia il codice sorgente

3dDisplayEngine query.js 李欣儒 commit at 2020-09-18

李欣儒 4 anni fa
parent
commit
9e3a80382e
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      3dDisplayEngine/buildingJs/query.js

+ 13 - 0
3dDisplayEngine/buildingJs/query.js

@@ -0,0 +1,13 @@
+/**
+ * query.js
+ */
+
+Ext.Loader.setConfig({
+    enabled: true
+});
+Ext.Loader.setPath('Ext.ux', '../../res/extjs/examples/ux');
+
+Ext.require([
+    'Ext.grid.*',
+    'Ext.data.*',
+    'Ext.ux.RowExpander',