@geoext/geoext
Version:
GeoExt is Open Source and enables building desktop-like GIS applications through the web. It is a JavaScript framework that combines the GIS functionality of OpenLayers with the user interface savvy of the ExtJS library provided by Sencha.
16 lines (13 loc) • 452 B
Markdown
# ./classic
This folder contains components, which are only compatible with the classic
toolkit of ExtJS (e.g. `StateProvider` or `GeocoderCombo`).
In case you want to use them you also have to add the `classic` folder to the
`classpath`. So your complete `classpath` definition could look like below:
```javascript
"classpath": [
"app",
"${toolkit.name}/src",
"./lib/geoext/src",
"./lib/geoext/classic"
]
```