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

Autocomplete Feedback

This module extends the feedback provided by Drupal's autocomplete functionality by displaying a message when an autocomplete search returns no results.

Flagging Modal Forms

A module to support Modal Forms for Flagging instead of Dialog. Or maybe Ctools modals. In any case, same functionality, but without the dependency on Dialog.

Views Gantt

Views Gantt

This module provides a views display plugin to show tasks in a GANTT Chart
using the dhtmlx GANTT javascript library. Views Gantt
uses the libraries API. Please upload the dhtmlx GANTT library
and put it in you libraries folder if you want to use this module.

Installation

1. Download and unpack the Libraries module directory in your modules folder (this will usually be "sites/all/modules/").
2. Download and unpack the Views module directory in your modules folder (this will usually be "sites/all/modules/").
3. Download and unpack the Views Gantt (this) module directory in your modules folder (this will usually be "sites/all/modules/").
4. Download and unpack the dhtmlx GANTT js library in "sites/all/libraries".
Make sure the path to the plugin files becomes:
"sites/all/libraries/dhtmlxgantt/codebase/dhtmlxgantt.css",
"sites/all/libraries/dhtmlxgantt/codebase/dhtmlxcommon.js",
"sites/all/libraries/dhtmlxgantt/codebase/dhtmlxgantt.js",

5. Go to "Administer" -> "Modules" and enable the Views Gantt module.
6. Create view with Gantt style and set all required options in the settings.

required settings:

  • ID field - task nid (numeric).

Pages

Subscribe with RSS Subscribe to RSS - Developer tools