theme_webform_display_phonefield |
./webform_phone.components.inc |
Format the output of data for this component. |
|
|
webform_phone_get_phone_version |
./webform_phone.module |
Gets the version of the phone module currently installed.
This is messy, and I shouldn't have to do this, because the
phone module should provide functions to get the version when
they do a complete rewrite that would break other modules!
@todo:… |
|
|
webform_phone_webform_component_info |
./webform_phone.module |
Implements hook_webform_component_info(). |
|
|
webform_phone_webform_component_presave |
./webform_phone.components.inc |
Modify a Webform component before it is saved to the database.
Note that most of the time this hook is not necessary, because Webform will
automatically add data to the component based on the component form. Using
hook_form_alter() will be sufficient… |
|
|
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 |
_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 |
Specify the default properties of a component. |
|
|
_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_phone_render_value |
./webform_phone.components.inc |
Use the Phone module to generate the rendered output for this field's value |
3 |
|
_webform_render_phone |
./webform_phone.components.inc |
Render a Webform component to be part of a form. |
|
|
_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(). |
|
|