Text Size

Component type

module

Maintenance status

Development status

Downloads

31412

Component created

Component changed

This module display a adjustable text size changer or a zoom function on the page for a better web accessibility.

The zoom function is comparable to the text zoom function in Firefox 3, but this module resize also variable media objects, variable pixel images and vector images. No JavaScript required (WCAG/BITV 6.3).

WCAG and BITV conform. Keep the conditions 1.1, 3.1, 6.3, 11.1 and 13.6. More Information: Web Content Accessibility Guidelines.

AJAX Picture Preview

Component type

module

Maintenance status

Development status

Downloads

10862

Component created

Component changed

This module uses JQuery and the AJAX File Upload Jquery plugin to present a preview of a user's new picture as soon as they select one. Uploads will be sent through the same validation process and errors will be reported immediately after selection has been made.

SaveGuard

Component type

module

Maintenance status

Development status

Downloads

9333

Component created

Component changed

This module adds javascript which detects if a form had been modified, and if it has, uses the onBeforeUnload event to pop up a warning to the user if they attempt to navigate away from the page without saving their changes. This works for Firefox, IE, and Safari, but not Opera.

jCarousel Lite

Component type

module

Maintenance status

Development status

Downloads

15881

Component created

Component changed

Note: As of 2013-04-17, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to http://drupal.org/node/748264.

#D7CX: I pledge that jCarousellite will have a full Drupal 7 release on the day that Drupal 7 is released.

Description

This module allows you to embed the jCarousel Lite jQuery plugin in any node.

jCarousel Lite is a jQuery plugin that carries you on a carousel ride filled with images and HTML content. Put simply, you can navigate images and/or HTML in a carousel-style widget. It is super light weight, at about 2 KB in size, yet very flexible and customizable to fit most of our needs.

Try out jCarousellite demo.

Requires jQuery Update.

Popups API (Ajax Dialogs)

Component type

module

Maintenance status

Development status

Downloads

58866

Component created

Component changed

This module has recently gotten some new maintainers. Yay.

API for building modal ajax dialogs. Its focus is on putting forms inside of ajax popup dialogs.
Current example can present pages as popups (of the lightbox type). This is amazingly useful for things like confirmation pages. And the best part is it can be applied retroactively to a page without needing to modify the generating module, and (of course) it degrades gracefully.

AJAXify

Component type

module

Downloads

2559

Component created

Component changed

You can always create links that load other pages via AJAX but you will still load a full page HTML while you may only need a single HTML element from the loaded page and this is what AJAXify focuses on.

AJAXify allows created views, for example, to load a single HTML element from another page.

Project sponsored by OpenCraft.

Conditional Fields

Component type

module

Maintenance status

Development status

Downloads

507132

Component created

Component changed

Define dependencies between fields based on their states and values.

Conditional Fields for Drupal 7 is an user interface to the new States API, plus the ability to modify fields appearance and behavior on certain conditions when viewing content.

Description

Conditional Fields allows you to manage sets of dependencies between fields. When a field is “dependent”, it will only be available for editing and displayed if the state of the “dependee” field matches the right condition.
When editing a node (or any other entity type that supports fields, like users and categories), the dependent fields are dynamically modified with the States API.
A simple use case would be defining a custom “Article teaser" field that is shown only if a "Has teaser" checkbox is checked, but much more complex options are available.

Image Overlay

Component type

module

Downloads

4917

Component created

Component changed

Lets users "draw" shapes on top of images with canvas & Jquery UI, and save the result as an image node. Currently supports:

  1. Polygons
  • Circle
  • Triangle (1 type)
  • Positively sloped line
  • Rectangle
  • Simple arrow
  • Text, with configurable fonts & sizes
  • "Symbols" - images configured by administer
  • Freehand - a continous line drawn by the user