theme_select
Related topics
| Name | Description |
|---|---|
| Form generation | Functions to enable output of HTML forms and form elements. |
Functions that call theme_select()
| Name | Location | Description |
|---|---|---|
| theme_select | includes/form.inc | Format a dropdown menu or scrolling selection box. |
Functions called by theme_select()
| Name | Location | Description |
|---|---|---|
| drupal_attributes | includes/common.inc | Format an attribute string to insert in a tag. |
| form_get_error | includes/form.inc | Return the error message filed against the form with the specified name. |
| form_select_options | includes/form.inc | |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme_select | includes/form.inc | Format a dropdown menu or scrolling selection box. |
| _form_set_class | includes/form.inc | Sets a form element's class attribute. |
