geoext

Ext Js 4 Chart inside viewport

南楼画角 提交于 2021-01-29 06:43:01
问题 I am trying to build a chart inside a viewport, but can't figure out how. Visit http://13.233.173.7/app2.html to view I have tried importing var chart into overview-generic.js and specify chart as items: chart. It is not working <!DOCTYPE html> <html> <head> <title>Dashboard</title> <!-- ExtJS --> <script type="text/javascript" src="http://cdn.sencha.com/ext/gpl/4.2.1/examples/shared/include-ext.js"></script> <!-- Shared --> <link rel="stylesheet" type="text/css" href="http://cdn.sencha.com

How can I add GeoExt3 to Extjs 6 MVVM architecture?

梦想与她 提交于 2019-12-02 10:34:52
问题 I want to develop an Extjs 6 application with MVVM architecture. In this application, I want to use GeoExt 3. I don't know what to do to add GeoExt 3 library to application? How can I do it? 回答1: You must create a package with GeoExt3. For packaging in Extjs-6 read heer. How to package GeoExt using sencha command Install sencha cmd from here (tested with the version 6, only as preview right now). To generate a package you usually first create a sencha workspace by issuing sencha -sdk /path/to

How can I add GeoExt3 to Extjs 6 MVVM architecture?

二次信任 提交于 2019-12-02 02:47:58
I want to develop an Extjs 6 application with MVVM architecture. In this application, I want to use GeoExt 3 . I don't know what to do to add GeoExt 3 library to application? How can I do it? You must create a package with GeoExt3. For packaging in Extjs-6 read heer . How to package GeoExt using sencha command Install sencha cmd from here (tested with the version 6, only as preview right now). To generate a package you usually first create a sencha workspace by issuing sencha -sdk /path/to/ext-n.n.n generate workspace /path/to/workspace Inside of the workspace clone the geoext3 repository into