AHAH examples. (drupal 6)
This example is part of the Examples for Developers Project which you can download and experiment with here: http://drupal.org/project/examples
Functions & methods
| Name | Description |
|---|---|
| ahah_example_callback_helper | Does the very standard things that must be done in any normal callback. Used by each callback in this example module. |
| ahah_example_init | Implements hook_init() to add module css. |
| ahah_example_menu | Implement hook_menu(). |
File
- ahah_example/
ahah_example.module, line 10 - Demo of some varieties of AHAH in Drupal 6. A tutorial based on this module is at http://randyfay.com/ahah.