Backbone API

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will add Backbone.js to your application / website

In their own words:

Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.

It is intended to extend it to create models based on node objects for views displays and anything else I can think of!

DOMWindow

Component type

module

Maintenance status

Development status

Downloads

8259

Component created

Component changed

What does it do:

Mainly two things:

  • Leverages the DOMWindow jquery plugin as a drupal library.
  • Provides a drush script to download the jQuery plugin to the libraries folder.

Drush:

The DOM Window module includes a drush command that will download the jQuery plugin for you.

$ drush domwindow-plugin

Innovation sponsored by:

Achieve Internet

jQuery Multi

Component type

module

Maintenance status

Development status

Downloads

126543

Component created

Component changed

Need to use a higher version of jQuery for your module or theme than the one provided by Drupal/jQuery Update?

jQuery Multi allows you to load an extra version of the jQuery library in parallel to Drupal's version, without conflicting with Drupal's version. You can then choose any JavaScript library or files to use the new version of jQuery. No need to alter packaged jQuery plugins!

jform_label

Component type

module

Maintenance status

Development status

Downloads

1245

Component created

Component changed

This is a very simple module, it hides the label of form elements and display the label inside of particular element.

currently working for textbox, password field, and for textarea.

You can set your default option to using 'admin/config/user-interface/jform_label'.

These are the options can be passed along with the admin form to control the behavior of this project.

State

Component type

module

Maintenance status

Development status

Downloads

3209

Component created

Component changed

Sessions that expire - in a user-comfy manner

Role-based session expiration/prolongation

Drupal 7's default session settings make sessions live almost indefinitely - that may present security and performance issues.
State get's round the problem by combining roles with user-activitity sensing and AJAX calls.
Sessions may still continue indefinetely for some kinds of users
- say non-logged-in visitors to your web shop.

Entity Reference Live Preview

Component type

module

Maintenance status

Development status

Downloads

2531

Component created

Component changed

This module provides a live preview for some Entity Reference widgets. To use it, create an entity reference field, set it to use an autocomplete widget (the normal one, NOT the tags-style one) or a select widget, and in the field instance settings, enable the live preview and select a view mode (e.g. teaser) to use. Now when you select an entity to reference, you should see a preview of the referenced entity in the selected view mode.