collective.js.extjs

Ext JS 3.4 integration for Plone.


Keywords
extjs, plone
License
GPL-2.0
Install
pip install collective.js.extjs==1.4.0

Documentation

collective.js.extjs

This package integrates the Ext JS 3 library into Plone.

It provides:

  • a resource directory (++resource++collective.js.extjs-resources/)
  • a jquery adapter resource (++resource++ext-jquery-adapter.js)
  • a generic setup profile, registering JavaScript and CSS to the portal registry.

It includes Ext JS Library 3.4.0.

Usage

  • Install the package by adding it to your buildout configuration:
[instance]
eggs =+
    collective.js.extjs
  • Install the generic setup profile.

Compatibility

Runs with Plone 4.1, 4.2.

Links

License

The Ext JS 3.4 library is licensed under GPL3 amongst other licenses. See the Ext JS 3.4 license page for further details.

collective.js.extjs is licensed under GPL3. When using this package the license terms at the Ext JS 3.4 license page needs to be followed.