jQuery Autofill

Component type

module

Maintenance status

Development status

Downloads

611

Component created

Component changed

Description

This is a simple module to allow the admin user to turn any textfield, textarea
into a simple but very effective autofill field to explain the users how to fill in the fields. And as the user clicks in the textfield, textarea, then the help text will simply disappear and allow the user to fill in the information as described.

Imagefield marker

Component type

module

Maintenance status

Development status

Downloads

7661

Component created

Component changed

Add markers or annotations on an image field.

If anyone is interested in co maintaining this module, let me know. A nicer alternative is http://drupal.org/project/image_annotator

Installation

To enable, go the settings screen of an image field and enable an image style at the 'Image marker style' select box. On the edit screen of a node (or any other entity), the image will be clickable to add markers and descriptions.

Views jQuery Templates

Component type

module

Maintenance status

Development status

Component created

Component changed

Ever wonder why all that extra bandwidth is used up pushing the same identical HTML markup for many items on a page? This module will use the the awesome jQuery TMPL plugin to client-side populate an HTML DOM template generated by views with JSON data also generated by views.

"jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM"