Experimental Project

This is a sandbox project, which contains experimental code for developer use only.

This module makes the state of collapsible fieldsets persistent (If you collapse it, it will remain collapsed). It's a small usability improvement that makes pages like the Modules page a lot better.

You can make any fieldset persistent by adding the #persistent attribute to it.

Example :

$form['block'] = array(
  '#type' => 'fieldset',
  '#title' => t('Block configuration'),
  '#weight' => 3,
  '#collapsible' => TRUE,
  '#collapsed' => FALSE,
  '#persistent' => TRUE,
  '#tree' => TRUE,
);

Maintainers for Persistent Fieldsets

  • arshadcn - 5 commits
    last: 1 year ago, first: 1 year ago

Issues for Persistent Fieldsets

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports