Version 1.2.2.20 (checked in on 2008/02/10 at 06:55:11 by quicksketch)
| Name | Description |
|---|---|
| theme_webform_edit_file | |
| theme_webform_mail_file | Format the output of emailed data for this component |
| _webform_analysis_rows_file | Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis". |
| _webform_csv_data_file | Return the result of a file submission. The output of this function will be displayed under the "results" tab then "submissions". |
| _webform_csv_headers_file | Return the header information for this component to be displayed in a comma seperated value file. The output of this function will be displayed under the "results" tab then "download". |
| _webform_edit_file | Create a set of form items to be displayed on the form for editing this component. Use care naming the form items, as this correlates directly to the database schema. The component "Name" and "Description" fields are added to every… |
| _webform_edit_file_check_directory | |
| _webform_help_file | Module specific instance of hook_help(). |
| _webform_render_file | Build a form item array containing all the properties of this component. |
| _webform_required_file | |
| _webform_submission_display_file | Display the result of a file submission. The output of this function will be displayed under the "results" tab then "submissions". |
| _webform_submit_file | Perform additional server-side processing on the submitted data, such as managing an uploaded file. |
| _webform_table_data_file | Return the result of this component's submission for display in a table. The output of this function will be displayed under the "results" tab then "table". |
| _webform_validate_file |