Ext

apanag - September 26, 2007 - 22:36
ExtJS Grid

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

  1. Download this module and extract it into your modules folder
  2. Download the Ext JS SDK and extract it into the Ext module's folder (modules/ext)
  3. Rename the extracted Ext JS SDK folder to ext (the path should be modules/ext/ext)
  4. 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 snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Aug-2117.44 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2008-May-287.51 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.