Maintainers strive to actively monitor issues and respond in a timely manner.

Conflict

Drupal 8

The module branch 8.x-2.x works out of the box for all kind of content entities - no configuration is needed.

Adaptive Content

Drupal modules to load content asynchronously based on dimensions, context or capabilities.

Usable Fields

This is a contribution from existing usability improvements that I've used for fields. The key concept is to cater for fields with long lists of options such as:

  • select (multiple) lists with 20+ options
  • input checkbox lists with 20+ options

The solution is purely a JS/jQuery solution for hiding and showing relevant information from a filter input.

The user enters a few letters and the options the user is seeking become easier to see from the potential thousands.

The next feature to be ported to the module will be in regards to 'accidental noobness'...
When a multi-select already has options chosen, it should be clear to the user A) what changes they make and B) what's been chosen.

The solution is to simply show a "Was selected: x, y, z" and "Now selected: a, b, c" list when interacting.

Research:
http://drupal.org/node/237984 (More usable form elements - discussion)
http://drupal.org/project/multiselect
http://drupal.org/project/checkbox_filter (possibly makes this proposed module redundant)
http://drupal.org/project/chosen (trying that now)
- http://harvesthq.github.com/chosen/ (test page)

It may make sense to join in with other existing modules to provide a 'GUI Enhancements' module.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained