Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

ExtraQueue

ExtraQueue extends the functionality of Drupals SystemQueue implementation which resides in core since D7.

DVC (Drupal-View-Controller)

MVC style framework that allows controller registration and view nodes for those controllers.

Zero Clipboard

Screenshot-1.png

This module is a wrapper for a Javascript library called Zero Clipboard, which allows content to be copied to a user's clipboard, when a specific area of the page is clicked on.

Requirements

This module requires that the Libraries API module be installed.

Explanation

Basically, this module would build a mapping between HTML elements that may be clicked (to copy some text to clipboard), and the texts that are to be copied.

There are 2 ways to create this mapping:
1- Through the admin interface (at the module settings page)
Each line corresponds to one entry in the mapping.

[css-selector-1]|[text-to-be-copied-1]
[css-selector-2]|[text-to-be-copied-2]
[css-selector-3]|[text-to-be-copied-3]

2- Dynamically using JS on the page
Simply call Drupal.zeroClipboard.process(selector, clipCallback)
(The second argument can either be the string to be copied, or a function callback that will return the string to be copied.

Use Guide

//TODO

Version 6.x-1.x To Be Deprecated

Theme Fit

Theme Fit allows you to dynamically resize specific HTML elements with the aid of jQuery on the client side, aspect ratios maintained.

The elements to be resized (targets) as well as the elements which serve as size-reference (parents) are specified via jQuery Selectors. This allows you to shrink or grow practically any kind of HTML element (images, embeds, forms, etc.) to the size of another one, as long as the target is nested within the size-reference (parent) and the size-reference is a block-element.

Note that the resizing is happening with JavaScript on the client. It does not resize images in terms of data volume. Theme Fit's only purpose is to make HTML elements behave more flexible and to make the presentation-thing look better.

Example

AddInto

AddInto helps redears to share your articles/pages via social networks, email and blogs. The service supports more than 100 services.

Dialog Panel Pages

Description

Embed/load a Panels page into a jQuery UI Dialog box.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools