| 1 |
Double Click Module
|
| 2 |
by Jeff Robbins
|
| 3 |
www.lullabot.com
|
| 4 |
|
| 5 |
This module allows you go to the edit page by double clicking on any
|
| 6 |
internal link to an item.
|
| 7 |
|
| 8 |
Be sure to enable 'double click' permission to include the Double Click
|
| 9 |
Javascript "magic" for users in a given role.
|
| 10 |
|
| 11 |
Additionally, users with 'administer nodes' permission can double click
|
| 12 |
on any link to a node to jump to its editing page. Users with
|
| 13 |
'administer users' permission can double click on any link to a user
|
| 14 |
page to jump to the editing page for that user.
|
| 15 |
|
| 16 |
This module also creates hook_dblclick() which allows modules to provide
|
| 17 |
double-click behaviors. See the module code for documentation and examples.
|
| 18 |
|
| 19 |
This module requires the JQuery Javascript library and therefore
|
| 20 |
requires Drupal 5.
|