You are here

13 calls to webform_component_feature() in Webform 6.3

theme_webform_components_form in includes/webform.components.inc
Theme the node components form. Use a table to organize the components.
theme_webform_element_text in ./webform.module
Output a form element in plain text format.
webform_components_form in includes/webform.components.inc
The table-based listing of all components for this webform.
webform_component_clone in includes/webform.components.inc
Recursively insert components into the database.
webform_component_delete_form in includes/webform.components.inc
Form to confirm deletion of a component.
webform_component_edit_form in includes/webform.components.inc
Form to configure a webform component.
webform_component_list in includes/webform.components.inc
Create a list of components suitable for a select list.
webform_mollom_form_info in ./webform.module
Implements hook_mollom_form_info().
webform_results_export in includes/webform.report.inc
Generate a Excel-readable CSV file containing all submissions for a Webform.
webform_submission_send_mail in includes/webform.submissions.inc
Send related e-mails related to a submission.
_webform_client_form_add_component in ./webform.module
Add a component to a renderable array. Called recursively for fieldsets.
_webform_client_form_submit_flatten in ./webform.module
Flattens a submitted form back into a single array representation (rather than nested fields)
_webform_client_form_submit_process in ./webform.module
Post processes the submission tree with any updates from components.