I found your module fieldset helper witch I found very helpfull.
did you ever tray it with the "module info" http://drupal.org/project/moduleinfo module?
is there a way to change your module to un-/collapse by levels?
thx for any answer in advance.
HoKe
Comments
Comment #1
jrockowitz commentedHoke: Thanks for finding that issue and the moduleinfo.module looks very useful.
The solution was to update the Drupal.FieldsetHelper.expandFieldsets() and Drupal.FieldsetHelper..collapseFieldsets() functions to accept a jQuery selector.
For the exact issue you found on the modules page (Administer › Site building › Modules) when the moduleinfo.module is enabled I added this jQuery selector '#system-modules > div > fieldset.collapsible' which will now only open the first level of fieldsets on the modules page.
Thanks,
~jake
Comment #2
jrockowitz commented