theme_webform_admin_content |
./webform.module |
Generate a list of all webforms avaliable on this site. |
|
|
theme_webform_admin_settings |
./webform.module |
|
|
|
theme_webform_advanced_submit_limit_form |
./webform.module |
Theme the submit limit fieldset on the webform node form. |
|
|
theme_webform_components_form |
./webform_components.inc |
Theme the node components form. Use a table to organize the components. |
|
|
theme_webform_confirmation |
./webform.module |
Themable function for webform submission confirmation. |
|
|
theme_webform_edit_file |
components/file.inc |
|
|
|
theme_webform_grid |
components/grid.inc |
|
|
|
theme_webform_mail_components_form |
./webform.module |
Theme the component options for sending e-mails. |
|
|
theme_webform_mail_date |
components/date.inc |
Format the output of emailed data for this component |
|
|
theme_webform_mail_fields |
./webform.module |
Theme the fields portion of the e-mails sent by webform. |
|
|
theme_webform_mail_file |
components/file.inc |
Format the output of emailed data for this component |
|
|
theme_webform_mail_grid |
components/grid.inc |
Format the output of emailed data for this component. |
|
|
theme_webform_mail_headers |
./webform.module |
Theme the headers when sending an email from webform. |
|
|
theme_webform_mail_message |
./webform.module |
Theme the contents of e-mails sent by webform. |
|
|
theme_webform_mail_pagebreak |
components/pagebreak.inc |
Format the output of e-mailed data for this component. |
|
|
theme_webform_mail_select |
components/select.inc |
Format the output of emailed data for this component. |
|
|
theme_webform_mail_settings_form |
./webform.module |
Theme the Webform mail settings section of the node form. |
|
|
theme_webform_mail_textfield |
components/textfield.inc |
Format the output of emailed data for this component |
|
|
theme_webform_mail_time |
components/time.inc |
Format the output of emailed data for this component |
|
|
theme_webform_results_per_page |
./webform_report.inc |
Theme the list of links for selecting the number of results per page. |
|
|
theme_webform_results_submissions |
./webform_report.inc |
Theme the submissions tab of the webform results page. |
|
|
theme_webform_results_submissions_header |
./webform_report.inc |
Theme the header of the submissions table. |
|
|
theme_webform_results_table |
./webform_report.inc |
Theme the results table displaying all the submissions for a particular node. |
|
|
theme_webform_results_table_header |
./webform_report.inc |
|
|
|
theme_webform_time |
components/time.inc |
Theme a webform time element. |
|
|
theme_webform_token_help |
./webform.module |
|
|
|
theme_webform_view |
./webform.module |
Output the Webform into the node content. |
|
|
theme_webform_view_messages |
./webform.module |
Display a message to a user if they are not allowed to fill out a form. |
|
|
webform_access |
./webform.module |
Implementation of hook_access(). |
|
|
webform_admin_content |
./webform.module |
Menu callback for admin/content/webform. Displays all webforms on the site. |
|
1 |
webform_admin_settings |
./webform.module |
Menu callback for admin/webform/settings. |
|
1 |
webform_client_form |
./webform.module |
Client form generation function. If this is displaying an existing
submission, pass in the $submission variable with the contents of the
submission to be displayed. |
|
1 |
webform_client_form_submit |
./webform.module |
|
|
|
webform_client_form_validate |
./webform.module |
|
|
|
webform_components |
./webform.module |
Menu callback for node/[nid]/components. |
|
1 |
webform_components_form |
./webform_components.inc |
Overview form of all components for this webform. |
|
1 |
webform_components_form_submit |
./webform_components.inc |
|
|
|
webform_components_form_validate |
./webform_components.inc |
|
|
|
webform_component_clone |
./webform_components.inc |
Recursively insert components into the database. |
1 |
|
webform_component_defaults |
./webform_components.inc |
Populate a component with the defaults for that type. |
2 |
|
webform_component_delete |
./webform_components.inc |
|
2 |
|
webform_component_delete_form |
./webform_components.inc |
|
|
1 |
webform_component_delete_form_submit |
./webform_components.inc |
|
|
|
webform_component_edit_form |
./webform_components.inc |
|
|
1 |
webform_component_edit_form_submit |
./webform_components.inc |
|
|
|
webform_component_edit_form_validate |
./webform_components.inc |
Field name validation for the webform unique key. Must be alphanumeric. |
|
|
webform_component_insert |
./webform_components.inc |
Insert a new component into the database. |
3 |
|
webform_component_update |
./webform_components.inc |
Update an existing component with new values. |
2 |
|
webform_date_format |
components/date.inc |
Get a date format according to the site settings. |
3 |
|
webform_delete |
./webform.module |
Implementation of hook_delete(). |
|
|