Fanstatic packaging of ExtJS
Project description
js.extjs
Introduction
This library packages ExtJS for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.extjs) are published to some URL.
How to use?
You can import various resources from js.extjs and need it where you want these resources to be included on a page. The two basic resource sets that you’ll probably need are these
>>> from js import extjs >>> extjs.basic.need() >>> extjs.basic_with_ux.need()
You can also include individual resources
>>> from js.extjs import adapter, extjs, ux >>> adapter.ext.need() >>> extjs.js.need() >>> extjs.css.need() >>> extjs.all.need() >>> ux.all.need() >>> ux.js.need() >>> ux.css.need()
You can also import themes
>>> from js.extjs import theme >>> theme.gray.need() >>> theme.access.need()
CHANGES
3.3.1 (2011-01-21)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
js.extjs-3.3.1.zip
(3.3 MB
view hashes)