JavaScript Theming

Component type

module

Downloads

1554

Component created

Component changed

This module provides core theme functions in javascript.
Update: If you wish to write contrib themes in javascript then you are VERY interested in this module: http://drupal.org/project/jtemplate .

You can use these functions just as you would use php functions and you would pass them JSON of your data and it will return to you themed output.

Enables better support for AJAX rich themes

Views Rotator

Component type

module

Downloads

23101

Component created

Component changed

Note: There are way too many modules that do "fancy jquery effects in Views". It's like the textbook case of module duplication. I have therefore decided to deprecate this module in favor of Views Slideshow, which has an order of magnitude more users and a much more active maintainer. I will continue to support bug fixes on the current release, but there will be no new feature development and no Drupal 7 version. All users are recommended to migrate to Views Slideshow, either now or as part of Drupal 7 migrations.

The Views Rotator module provides a Views style plugin to display items by rotating through the items displaying one at a time. The cycling of images happens via JavaScript (jQuery) with a number of configurable options.

Vertical Tabs

Component type

module

Downloads

166534

Component created

Component changed

#D7CX This module got into core and will only be available as a back-port version for Drupal 6.

Provides vertical tabs like http://drupal.geek.nz/static/node-form/default/summaries2.html on the node add form.

This module provides the following features:

  • Vertical tabifying all node forms.
  • Vertical tabifying the content type forms.
  • Vertical tabifying the block forms.
  • Specialized CSS for Garland, as well as generic CSS for other themes
  • Color module support when both Garland and color.module are used
  • Vertical tabbed forms and fieldsets are over-ridable by using your site's settings.php and $conf. For more information see #644790-7: Simplify the module and integrate with form_controller to allow customizations.
  • When used in combination with Form module allows you to configure vertical tabs on all possible forms.

Droplist Filter

Component type

module

Downloads

5892

Component created

Component changed

This adds a small Javascript search widget to any droplist on the site. The widget allows users to filter a long (or short) list to a handful of items based on a searched word.

The search widget automatically appears next to every droplist. When you click on the widget, the droplist is replaced by a textbox. Type in a few letters and click again, and the droplist will immediately re-appear and be filtered down to only items that match the search.

Ubercart AJAX Cart

Component type

module

Maintenance status

Development status

Downloads

46947

Component created

Component changed

What is Ubercart AJAX Cart?

This module provides a drop-in replacement for the default Ubercart cart block that is entirely AJAX enabled, allowing users to add, update or remove items from their cart without needing to refresh the page.

slowtell

Component type

module

Downloads

827

Component created

Component changed

This gives and indication while pageLoading on pages that are too slow.

currently available as two different systems
1. On user logins
2. Through drupal blocks anywhere, any amount and with any permissions.

More description will be made available soon.
The support requests / bug reports will be given prompt reply only after OCTOBER - sorry for inconvenience.

The development of this module was sponsored by BioRAFT.

AHAH helper

Component type

module

Maintenance status

Development status

Downloads

24844

Component created

Component changed

Description

Drupal 6's Forms API is great, but its AHAH support (a technique similar to AJAX) is lacking. You have to write a menu callback for every AHAH-enabled form item of your form. This is time consuming, hard to maintain and hard to write tests for. Not to mention that the code for those menu callbacks is not easy to understand, yet always the same.

jcarousel block

Component type

module

Maintenance status

Development status

Downloads

14824

Component created

Component changed

A jcarousel block module for Drupal 6.x

This module features:
1. Drupal 6 only, as drupal 6 has updated jquery, there's no need to
depend on the jquery_update module.
2. Providing a jcarousel block which can be managed throught the
admin/build/block.
3. No need to write any HTML or including any JS. If the block shows on
a node page, it reads the images from the node (CCK required).
4. Images are loaded through configurable cck image field. Currently
only supports imceimage and imagefield.
5. lightbox support by default