37 calls to element_children()
- book_admin_edit_submit in drupal-6.x/
modules/ book/ book.admin.inc - Handle submission of the book administrative page form.
- color_form_alter in drupal-6.x/
modules/ color/ color.module - Implementation of hook_form_alter().
- drupal_render in drupal-6.x/
includes/ common.inc - Renders HTML given a structured array tree.
- filter_form_validate in drupal-6.x/
modules/ filter/ filter.module - Validation callback for filter elements in a form.
- form_builder in drupal-6.x/
includes/ form.inc - Walk through the structured form array, adding any required properties to each element and mapping the incoming $_POST data to the proper elements.
- forum_overview in drupal-6.x/
modules/ forum/ forum.admin.inc - Returns an overview list of existing forums and containers
- menu_overview_form in drupal-6.x/
modules/ menu/ menu.admin.inc - Form for editing an entire menu tree at once.
- menu_overview_form_submit in drupal-6.x/
modules/ menu/ menu.admin.inc - Submit handler for the menu overview form.
- profile_admin_overview_submit in drupal-6.x/
modules/ profile/ profile.admin.inc - Submit handler to update changed profile field weights and categories.
- system_theme_settings in drupal-6.x/
modules/ system/ system.admin.inc - Form builder; display theme configuration for entire site and individual themes.
- taxonomy_term_confirm_parents in drupal-6.x/
modules/ taxonomy/ taxonomy.admin.inc - Form builder for the confirmation of multiple term parents.
- template_preprocess_block_admin_display_form in drupal-6.x/
modules/ block/ block.admin.inc - Process variables for block-admin-display.tpl.php.
- template_preprocess_search_block_form in drupal-6.x/
modules/ search/ search.module - Process variables for search-block-form.tpl.php.
- template_preprocess_search_theme_form in drupal-6.x/
modules/ search/ search.module - Process variables for search-theme-form.tpl.php.
- template_preprocess_user_profile in drupal-6.x/
modules/ user/ user.pages.inc - Process variables for user-profile.tpl.php.
- theme_aggregator_categorize_items in drupal-6.x/
modules/ aggregator/ aggregator.pages.inc - Theme the page list form for assigning categories.
- theme_book_admin_table in drupal-6.x/
modules/ book/ book.admin.inc - Theme function for the book administration page form.
- theme_color_scheme_form in drupal-6.x/
modules/ color/ color.module - Theme color form.
- theme_comment_admin_overview in drupal-6.x/
modules/ comment/ comment.admin.inc - Theme the comment admin form.
- theme_dblog_filters in drupal-6.x/
modules/ dblog/ dblog.module - Theme dblog administration filter selector.
- theme_filter_admin_order in drupal-6.x/
modules/ filter/ filter.admin.inc - Theme filter order configuration form.
- theme_menu_overview_form in drupal-6.x/
modules/ menu/ menu.admin.inc - Theme the menu overview form into a table.
- theme_node_admin_nodes in drupal-6.x/
modules/ node/ node.admin.inc - Theme node administration overview.
- theme_node_filters in drupal-6.x/
modules/ node/ node.admin.inc - Theme node administration filter selector.
- theme_node_search_admin in drupal-6.x/
modules/ node/ node.module - Theme the content ranking part of the search settings admin page.
- theme_poll_choices in drupal-6.x/
modules/ poll/ poll.module - Theme the admin poll form for choices.
- theme_profile_admin_overview in drupal-6.x/
modules/ profile/ profile.admin.inc - Theme the profile field overview into a drag and drop enabled table.
- theme_system_modules_uninstall in drupal-6.x/
modules/ system/ system.admin.inc - Themes a table of currently disabled modules.
- theme_system_themes_form in drupal-6.x/
modules/ system/ system.admin.inc - Theme function for the system themes form.
- theme_system_theme_select_form in drupal-6.x/
modules/ system/ system.admin.inc - Theme the theme select form.
- theme_taxonomy_overview_terms in drupal-6.x/
modules/ taxonomy/ taxonomy.admin.inc - Theme the terms overview as a sortable list of terms.
- theme_taxonomy_overview_vocabularies in drupal-6.x/
modules/ taxonomy/ taxonomy.admin.inc - Theme the vocabulary overview as a sortable list of vocabularies.
- theme_upload_form_current in drupal-6.x/
modules/ upload/ upload.module - Theme the attachments list.
- theme_user_admin_account in drupal-6.x/
modules/ user/ user.admin.inc - Theme user administration overview.
- theme_user_admin_perm in drupal-6.x/
modules/ user/ user.admin.inc - Theme the administer permissions page.
- theme_user_filters in drupal-6.x/
modules/ user/ user.admin.inc - Theme user administration filter selector.
- _form_validate in drupal-6.x/
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.