21 calls to element_children() in Drupal 5
- color_form_alter in modules/
color/ color.module - Implementation of hook_form_alter().
- drupal_render in includes/
common.inc - Renders HTML given a structured array tree. Recursively iterates over each of the array elements, generating HTML code. This function is usually called from within a another function, like drupal_get_form() or node_view().
- filter_form_validate in modules/
filter/ filter.module - form_builder in includes/
form.inc - Adds some required properties to each form element, which are used internally in the form API. This function also automatically assigns the value property from the $edit array, provided the element doesn't already have an assigned value.
- theme_aggregator_page_list in modules/
aggregator/ aggregator.module - theme_block_admin_display in modules/
block/ block.module - Theme main block administration form submission.
- theme_book_admin_table in modules/
book/ book.module - theme_color_scheme_form in modules/
color/ color.module - Theme color form.
- theme_comment_admin_overview in modules/
comment/ comment.module - theme_filter_admin_order in modules/
filter/ filter.module - Theme filter order configuration form.
- theme_node_admin_nodes in modules/
node/ node.module - Theme node administration overview.
- theme_node_filters in modules/
node/ node.module - Theme node administration filter selector.
- theme_node_search_admin in modules/
node/ node.module - theme_system_modules_uninstall in modules/
system/ system.module - Themes a table of currently disabled modules.
- theme_system_themes in modules/
system/ system.module - theme_system_theme_select_form in modules/
system/ system.module - theme_upload_form_current in modules/
upload/ upload.module - Theme the attachments list.
- theme_user_admin_account in modules/
user/ user.module - Theme user administration overview.
- theme_user_admin_perm in modules/
user/ user.module - theme_user_filters in modules/
user/ user.module - Theme user administration filter selector.
- _form_validate in includes/
form.inc - Performs validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators.