Dock

Component type

module

Downloads

1449

Component created

Component changed

This module imitates Mac OS X's dock using the menu links under a specified menu link. The configuration allows 4 different positions for the dock(left, right, top and bottom), along with label and icon size settings.

A customized (and not so well-touched) demo's here: http://myzonelabs.com/about

P.S. No more under active development but contributors are welcome.

Jquery Bidi

Component type

module

Downloads

3632

Component created

Component changed

uses Jquery to automatically set directionality attributes of HTML elements based on first strongly directional letter in the element.

useful when you mix RTL and LTR languages in one website.

Project sponsored by Translate.org.za

Tag editor

Component type

module

Downloads

3425

Component created

Component changed

Tag editor provides a nifty UI for adding and deleting tags in nodes with autocomplete integration. After installation, set the vocabulary ID to enable the tag editing interface for nodes using it.

jQuery AOP

Component type

module

Downloads

6180

Component created

Component changed

This is a tiny module that adds the jQuery AOP plugin to all pages. This module provides no functionality to end-users, but can be listed as a dependency by other modules wishing to use this plugin.

AHAH Response

Component type

module

Downloads

19607

Component created

Component changed

This module provides a 'ahah_response' themehook. I'd like to encourage module developers that implement an AHAH callback to consider using this theme function rather than calling drupal_json directly. Doing so would enable other modules to adjust the response via hook_preprocess_ahah_response.

AHAH Script Ensurer

Component type

module

Downloads

3756

Component created

Component changed

Without this module, if during the processing of an AHAH callback, javascript files are added using drupal_add_js() but those files aren't already loaded on the base page from which the AHAH request originated, then those files don't get loaded. This is an unfortunate limitation of Drupal's AHAH system. This module addresses that limitation. However, to take advantage of this, a module implementing an AHAH callback needs to send the response through theme('ahah_response') as provided by the ahah_response module.

AHAH Style Ensurer

Component type

module

Downloads

3558

Component created

Component changed

Without this module, if during the processing of an AHAH callback, css files are added using drupal_add_css() but those files aren't already loaded on the base page from which the AHAH request originated, then those files don't get loaded. This is an unfortunate limitation of Drupal's AHAH system. This module addresses that limitation. However, to take advantage of this, a module implementing an AHAH callback needs to send the response through theme('ahah_response') as provided by the ahah_response module.