Releases for dependantDropdown
dependantDropdown 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dependantDropdown-4.7.x-1.x-dev.tar.gz | 8.36 KB | 75f828de4eb88871f9376168b58b3ba3 |
Nightly development snapshot from CVS branch: DRUPAL-4-7
Last updated: December 30, 2006 - 20:06
4.7 Branch
dependantDropdown 5.x-1.0-beta
| Download | Size | md5 hash |
|---|---|---|
| dependantDropdown-5.x-1.0-beta.tar.gz | 8.34 KB | a088392a23d49ef28540de8523316c5a |
Official release from CVS tag: DRUPAL-5--1-0-beta
Last updated: December 23, 2006 - 04:15
Just repaired the files to match drupal 5,
Most work was on JS side.
Here again it works much nicer if you add the type parameter to the widget_settings hook
I.e.
apply this change on content_inc
line 362
$additions = module_invoke($widget_type['module'], 'widget_settings', 'form', $field['widget'],$type);
instead of
$additions = module_invoke($widget_type['module'], 'widget_settings', 'form', $field['widget']);
dependantDropdown 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dependantDropdown-4.7.x-1.x-dev.tar.gz | 8.36 KB | 2806975a1eafc6be2d7f156a27fa0c76 |
Nightly development snapshot from CVS branch: HEAD
Last updated: June 19, 2007 - 00:08
First release,
4.7
