You are here

Functions in Webform Calculator 7

Primary tabs

Namesort descending Location Description Direct uses Strings
webform_calculator_ajax_callback ./webform_calculator.module 1
webform_calculator_ajax_form_submit ./webform_calculator.module 1
webform_calculator_alter_replacements ./webform_calculator.module 1
webform_calculator_form_alter ./webform_calculator.module
webform_calculator_node_view ./webform_calculator.module
webform_calculator_webform_component_info ./webform_calculator.module Implements of hook_webform_component_info().
webform_calculator_webform_submission_load ./webform_calculator.module Implements hook_webform_submission_load(). Respond to the loading of Webform submissions.
_should_token_replace_webform_body ./webform_calculator.module 2
_webform_calculator_compute_formula_components ./webform_calculator.module Compute the value of webform formulate components, rather than displaying the equation Note this has to be done in node_load rather than _webform_render_formula() because of order 2
_webform_calculator_recent_submission_or_defaults ./webform_calculator.module 1
_webform_defaults_formula components/formula.inc Implements _webform_defaults_component().
_webform_display_formula components/formula.inc Implements _webform_display_component().
_webform_edit_formula components/formula.inc Implements _webform_edit_component().
_webform_edit_formula_validate components/formula.inc Element validate handler; Set the precision value. 1
_webform_render_formula components/formula.inc Implements _webform_render_component(). This function is loaded too late in the game, the REAL render functionality is in webform_calculator.module hook_node_load()

Other projects