form_expand_ahah
Related topics
| Name | Description |
|---|---|
| Form generation | Functions to enable the processing and display of HTML forms. |
Functions that call form_expand_ahah()
| Name | Location | Description |
|---|---|---|
| form_expand_ahah | includes/form.inc | Add AHAH information about a form element to the page to communicate with javascript. If #ahah[path] is set on an element, this additional javascript is added to the page header to attach the AHAH behaviors. See ahah.js for more information. |
Functions called by form_expand_ahah()
| Name | Location | Description |
|---|---|---|
| drupal_add_js | includes/common.inc | Add a JavaScript file, setting or inline code to the page. |
| form_expand_ahah | includes/form.inc | Add AHAH information about a form element to the page to communicate with javascript. If #ahah[path] is set on an element, this additional javascript is added to the page header to attach the AHAH behaviors. See ahah.js for more information. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
