Canvas Field

Component type

module

Maintenance status

Development status

Downloads

3351

Component created

Component changed

This is the HTML5 Canvas field module, which allows you to capture manual "drawing" input directly in the browser. It's main component is a FieldAPI Widget for the image field, meaning you can display captured images the same way you would any image field. Some suggested uses are marked-up screenshots and signature capture.

Dialog Node

Component type

module

Maintenance status

Development status

Downloads

1190

Component created

Component changed

Since the release of this module there are now new ways to do this. Please don't use this module unless you're willing to maintain it, if that's the case, please contact me.

Dialog Node is a very simple module that allows you to load a node in a Dialog Window. You'll need to install first Dialog API

The syntax is very easy:

WebRupee

Component type

module

Maintenance status

Development status

Downloads

2697

Component created

Component changed

What is WebRupee?

Symbol for Indian currency was approved by the Union Cabinet on 15 July 2010. WebRupee is a web API for the symbol of Indian currency, it makes the rupee symbol available to everybody on the web.

WebRupee Module implements the WebRupee API to provide a simple, cross browser method for using the Rupee symbol on your Drupal Website

The Module can be used as

1) JS : this will replace all occurrence of Rs to the New Symbol
2) CSS: use Rs. 200 for the Symbol

Fancy Checkboxes

Component type

module

Maintenance status

Development status

Downloads

2567

Component created

Component changed

Replaces default checkboxes with fancy (iOS-like) on/off switches under configurable pages.

I was just trying for a good way to make checkboxes easier to click on (see Fitt's Law) but came up with this.

Original jQuery code taken from http://github.com/tdreyno/iphone-style-checkboxes

AJAX Form Messages

Component type

module

Maintenance status

Development status

Downloads

578

Component created

Component changed

This module provides an API for immediate inline validation or other checking of values in form elements, including combinations of values. It is built to use the excellent Clientside Validation module, but, via AJAX, adds serverside validation capabilities.

For a most simple example, see Form Messages Node, which contains a rule to check node titles for duplicates.

It will also provide a UI.

ajaxit

Component type

module

Maintenance status

Development status

Downloads

2832

Component created

Component changed

NOTE: Please make sure you're using ajaxit plugin v1.0.9 or later.

This module utilizes the ajaxit jquery plugin to convert a Drupal site into a fully ajax site. Its features include:

1. Auto handling of javascript and CSS.
2. Supports history (back and forward buttons).
3. Supports ie6, 7, 8, chrome and firefox 3.x (not tested on others).
4. No need to recode your site to use this plugin.
5. SEO friendly.

ToDo:

1. Make forms submit via ajax.
2. Add a default "loading" on ajaxit requests.

AHAH Action

Component type

module

Maintenance status

Development status

Downloads

1877

Component created

Component changed

This is a helper module that allows the returned data from an AHAH callback to specify the function to be called. It also allows an additional function to be called before AHAH submission. This module is used by the Autotag module.

Reviser

Component type

module

Maintenance status

Development status

Downloads

2098

Component created

Component changed

Reviser is an inline wysiwyg editor, meaning you can edit the node body content without going to the edit page. Just click anywhere on the node body and start editing. Since you are actually editing the HTML DOM on the same page where the content is actually viewed all changes you make will appear exactly the same when you hit save. A true what-you-see-is-what-you-get experience that a wysiwyg editor should provide