array_to_plaintext_table |
./webform_view.inc |
Rendering function to emulate table layout. |
1 |
|
struct_to_plaintext |
./webform_view.inc |
Another way to flatten data readabley. |
2 |
|
theme_webform_display_view |
./webform_view.inc |
Format the output of data for this component. |
|
|
theme_webform_view_embedded |
./webform_view.inc |
Render the embedded view element in the form. |
|
|
webform_view_field_formatter_info |
./webform_view.module |
A special formatter to use as a placeholder to insert our view into a form. |
|
|
webform_view_field_formatter_view |
./webform_view.module |
Insert a PLACEHOLDER value as the text rendering of an item. |
|
|
webform_view_form_alter |
./webform_view.module |
Adjusts a webform_client_form. |
|
|
webform_view_help |
./webform_view.module |
Implements hook_help(). |
|
|
webform_view_theme |
./webform_view.module |
Declare our custom theme. |
|
|
webform_view_webform_component_info |
./webform_view.module |
Declare our new component type for webform - an embedded view. |
|
|
webform_view_webform_submission_load |
./webform_view.module |
Respond to the loading of Webform submissions. |
|
|
_webform_csv_data_view |
./webform_view.inc |
Format the submitted data of a component for CSV downloading. |
|
|
_webform_csv_headers_view |
./webform_view.inc |
Return the header for this component to be displayed in a CSV file. |
|
|
_webform_defaults_view |
./webform_view.inc |
Implements _webform_defaults_component(). |
|
|
_webform_display_view |
./webform_view.inc |
Implements _webform_display_component(). |
|
|
_webform_edit_view |
./webform_view.inc |
Presents the view options when editing a webform view component. |
|
|
_webform_render_view |
./webform_view.inc |
Show the embedded view on the webform. |
|
|
_webform_submit_view |
./webform_view.inc |
Deal with what happens when one of our custom components is submitted. |
|
|
_webform_table_view |
./webform_view.inc |
Return the result of a component value for display in a table. |
|
|
_webform_theme_view |
./webform_view.inc |
Declare rendering routines for our element. |
|
|
_webform_view_options |
./webform_view.inc |
Load Webform view options - a list of available views. |
1 |
|