theme_webform_display_phonefield |
./webform_phone.components.inc |
Format the output of data for this component. |
|
|
webform_phone_webform_component_info |
./webform_phone.module |
Implements hook_webform_component_info(). |
|
|
webform_phone_webform_validator_alter |
./webform_phone.module |
Implements hook_webform_validator_alter(). |
|
|
webform_validate_phone |
./webform_phone.components.inc |
Validation Callback for phone field |
|
1 |
_form_builder_webform_form_builder_map_phone |
./webform_phone.components.inc |
Implements _form_builder_webform_form_builder_map_component(). |
|
|
_form_builder_webform_form_builder_types_phone |
./webform_phone.components.inc |
Implements _form_builder_webform_form_builder_types_component(). |
|
|
_webform_analysis_phone |
./webform_phone.components.inc |
Calculate and returns statistics about results for this component.
This takes into account all submissions to this webform. The output of this
function will be displayed under the "Results" tab then "Analysis". |
|
|
_webform_csv_data_phone |
./webform_phone.components.inc |
Format the submitted data of a component for CSV downloading.
The output of this function will be displayed under the "Results" tab then
"Download". |
|
|
_webform_csv_headers_phone |
./webform_phone.components.inc |
Return the header for this component to be displayed in a CSV file.
The output of this function will be displayed under the "Results" tab then
"Download". |
|
|
_webform_defaults_phone |
./webform_phone.components.inc |
Implements _webform_defaults_component(). |
1 |
|
_webform_display_phone |
./webform_phone.components.inc |
Display the result of a submission for a component.
The output of this function will be displayed under the "Results" tab then
"Submissions". This should output the saved data in some reasonable manner. |
|
|
_webform_edit_phone |
./webform_phone.components.inc |
Generate the form for editing a component.
Create a set of form elements 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… |
|
|
_webform_render_phone |
./webform_phone.components.inc |
Render a Webform component to be part of a form. |
|
|
_webform_submit_phone |
./webform_phone.components.inc |
A hook for changing the input values before saving to the database.
Webform expects a component to consist of a single field, or a single array
of fields. If you have a component that requires a deeper form tree
you must flatten the data into a single… |
|
|
_webform_table_phone |
./webform_phone.components.inc |
Return the result of a component value for display in a table.
The output of this function will be displayed under the "Results" tab then
"Table". |
|
|
_webform_theme_phone |
./webform_phone.components.inc |
Implements _webform_theme_component(). |
|
|