You are here

7 calls to _webform_grid_options() in Webform 6.2

theme_webform_mail_grid in components/grid.inc
Format the output of emailed data for this component.
_webform_analysis_rows_grid in components/grid.inc
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_grid in components/grid.inc
Return the result of a textfield submission. The output of this function will be displayed under the "results" tab then "submissions".
_webform_csv_headers_grid in components/grid.inc
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_render_grid in components/grid.inc
_webform_submit_grid in components/grid.inc
Translates the submitted 'safe' form values back into their un-edited original form.
_webform_table_data_grid in components/grid.inc
function _webform_table_data_select 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"