Language
  • English
  • Français
Drupal custom theming or module development price estimate calculator

Advanced : Drupal Module Development

drupal tutorials Welcome to my Drupal Tutorial listing. I have tried to make the tutorials as easy to find as possible by categorizing them by skill level and by the three major areas of Drupal development: Drupal Administration, Drupal Theming, and Drupal Module Development. If you are not able to find the information you are looking for feel free to post a Drupal question and I will do my best to answer it. (Note: you must login or register with this site in order to post content.)

Official Documentation for the JQuery Menu API

This document is intended for module developers who wish to make use of JQuery to process an array of hierarchical data into a click and expand menu. It is written with the assumption that you are a programmer and that you know how to create multidimensional arrays through recursive functions.
The only function that third party modules need to call from JQuery menu in order to create a click and expand menu is as follows:

theme('menu_creation_by_array', $menutree, $trail);

This calls the theme function menu_creation_by_array() and sends it two arguments:

3 Responses | READ MORE
Ask a question related to Drupal development or administration