dependantDropdown 4.7.x-1.x-dev
Posted by hedb on December 30, 2006 at 5:30pm
| Download | Size | md5 hash |
|---|---|---|
| dependantDropdown-4.7.x-1.x-dev.tar.gz | 8.3 KB | d6e86f2f22fc3b15579a492502895555 |
| dependantDropdown-4.7.x-1.x-dev.zip | 8.94 KB | 2a9823c7b1ca73a813475ba3f66ad084 |
Last updated: February 11, 2011 - 12:13
Release notes
4.7 Branch
dependantDropdown 5.x-1.0-beta
Posted by hedb on December 23, 2006 at 8:14am
| Download | Size | md5 hash |
|---|---|---|
| dependantDropdown-5.x-1.0-beta.tar.gz | 8.34 KB | a088392a23d49ef28540de8523316c5a |
| dependantDropdown-5.x-1.0-beta.zip | 9.17 KB | 9f5084a834823a11c456af415c33395d |
Last updated: December 24, 2010 - 22:45
Release notes
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']);