Module dependency toggle

Component type

module

Maintenance status

Development status

Downloads

636

Component created

Component changed

Summary

Module dependency toggle is a small module that hides module dependencies and provides a button for showing/hiding.

This module also works with module filter.

Requirements

JavaScript must be enabled for this module to work.

Configuration

None required.

Corresponding file entity references

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Like the Corresponding Entity References module, but allows file and image fields (which are essentially references to file entities) to work along with entity reference fields. So if you have an image or file field on your article nodes, and then you have a node reference field on your file entities (due to File entity enabling files to be fieldable), when you reference the node on your file, it will add the file on the node as well.

Nivo Slider API

Component type

module

Maintenance status

Development status

Component created

Component changed

DESCRIPTION

Nivo slider API theme - is a developer theme to easy construct and output
the new nivo slider instance. It hasn't any UI, so you are responsible to creating
and outputting the slider.

USAGE

For usage example see nivo_slider_api_test() (/nivo-slider-api-test)
In short: use theme "nivo_slider_api" as usually to render slider.
To create theme which support nivo slider callbacks see 'simplejstheme' theme

FEATURES

MultistepForm

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a utility module that makes it very simple to create one or more multistep forms. Lifts a lot of code from the examples module but makes it so that each multistep form that a user wishes to create doesn't have to duplicate the rather verbose code of the examples module.

JSON Escaped String

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal uses php's json_encode() to convert php arrays and objects into javascript's object literal syntax. The JSON specification however is much more narrow than the full breadth of object literals; in particular, values are more or less limited to strings and numbers. This disallows expressions, anonymous functions, and even variable references.

This module provides a method to unquote values sent to Drupal.settings! To use simply do something like this: