12 theme calls to theme_form_element() in Drupal 6
- theme_checkbox in includes/
form.inc - Format a checkbox.
- theme_checkboxes in includes/
form.inc - Format a set of checkboxes.
- theme_date in includes/
form.inc - Format a date selection element.
- theme_file in includes/
form.inc - Format a file upload field.
- theme_item in includes/
form.inc - Format a form item.
- theme_password in includes/
form.inc - Format a password field.
- theme_password_confirm in includes/
form.inc - Format a password_confirm item.
- theme_radio in includes/
form.inc - Format a radio button.
- theme_radios in includes/
form.inc - Format a set of radio buttons.
- theme_select in includes/
form.inc - Format a dropdown menu or scrolling selection box.
- theme_textarea in includes/
form.inc - Format a textarea.
- theme_textfield in includes/
form.inc - Format a textfield.