Ext
Loads the Ext JavaScript library (version 2.2 & 2.3 for now) with Drupal. Other modules requiring Ext may use this module as a basis, or it may run on its own, simply loading the Ext library.
Features
The ext module supports an ExtJS Grid to Views 2 output.
Added the option to choose between JsonStore and SimpleStore.
Ext JSON
Ext Json is a new module added to export a Views 2 object as a JSON object. With Ext JSON enabled you should use JsonStore instead of SimpleStore for better results.
Ext API
Ext API is a set of functions for developers, that they want to add custom elements from their modules. (Documentation with more examples is in process.)
ToDo (before alpha release)
Documentation
Full Demonstration Site
Installation
- Download this module and extract it into your modules folder
- Download the Ext JS SDK and extract it into the Ext module's folder (
modules/ext) - Rename the extracted Ext JS SDK folder to
ext(the path should bemodules/ext/ext) - Enable the Ext module in Drupal and configure the module's settings from Administer › Site configuration › Ext
By default, the module doesn't load the Ext JS library. If you want it to load the library on every page, set the Default state to Enabled in the module's settings.
The Drupal 5.x version of this module requires the jQuery Update module, as jQuery 1.1+ is required by Ext JS.
Note: ext 5-x is only for loading the ext framework. No features are including in the 5.x version.
Releases
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2009-Aug-21 | 17.44 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2008-May-28 | 7.51 KB | Download · Release notes | Development snapshot | |
