hook_webform_conditional_css_ids_alter |
./webform_conditional.api.php |
Alter css ids used by webform_conditional
If a module changes the structure of the form they will need to change these css ids |
|
|
webform_conditional_add_js |
./webform_conditional.module |
Function run #after_build on webform. This ensures that Javascript is added even if form is built from cache. |
|
1 |
webform_conditional_element_after_build |
./webform_conditional.module |
When the form is being built AFTER it is submitted then this function will make components that were hidden not required |
|
1 |
webform_conditional_form_alter |
./webform_conditional.module |
|
|
|
webform_conditional_form_webform_component_edit_form_alter |
./webform_conditional.module |
Implements hook_form_FORM_ID_alter(). |
|
|
webform_conditional_trigger_types |
./webform_conditional.module |
|
1 |
|
webform_conditional_update_6000 |
./webform_conditional.install |
@file
Used for module updates |
|
|
webform_conditional_update_6001 |
./webform_conditional.install |
|
|
|
webform_conditional_webform_submission_presave |
./webform_conditional.module |
Implements hook_webform_submission_presave(). |
|
|
webform_conditional_webform_submission_render_alter |
./webform_conditional.module |
Implements hook_webform_submission_render_alter().
Remove elements that would not have been show according to the Hidden Conditional Rules
*** This will look at the current rules for this Webform. If the rules were changed after this submission they… |
|
|
webform_condtional_component_edit_submit |
./webform_conditional.module |
If you a same page component was selected change how it is stored |
|
1 |
webform_elment_pre_render_add_required |
./webform_conditional.module |
This function is attached to all conditonal elements that are also required
This resets the #required setting which is removed if a element is hidden |
|
1 |
_webform_conditional_convert_textarea_lines_to_array |
./webform_conditional.module |
Change textarea string input to array of lines |
2 |
|
_webform_conditional_get_all_components |
./webform_conditional.module |
Get all the Webform Components for a node
If submitted_data given add to each component |
6 |
|
_webform_conditional_get_base_component |
./webform_conditional.module |
Get the top level fieldset that this component belongs too or itself if not inside a fieldset. |
1 |
|
_webform_conditional_get_css_ids |
./webform_conditional.module |
For an array of cids return css_ids to be used
This any component this return the CSS id that Webform creates for the div element that wraps a component
This will id will be used on the client side to show/hide components |
1 |
|
_webform_conditional_get_field |
./webform_conditional.module |
Get field from a list of fields |
1 |
|
_webform_conditional_get_page_tree |
./webform_conditional.module |
Return components of current page only |
1 |
|
_webform_conditional_get_submitted_array |
./webform_conditional.module |
Convert the nested submit array to a flattened array |
1 |
|
_webform_conditional_get_submitted_values |
./webform_conditional.module |
Get the values submited values from the form_state |
1 |
|
_webform_conditional_hide_submission_elements |
./webform_conditional.module |
unset submission children |
1 |
|
_webform_conditional_possible_trigger_components |
./webform_conditional.module |
select all the components this component could be dependent on
for now this is limited to single select |
2 |
|
_webform_conditional_type_is_hideable |
./webform_conditional.module |
Determine if component type is hideable
Pagebreak and hidden types are not hideable |
1 |
|
_webform_conditional_was_hidden |
./webform_conditional.module |
Determine if component should have been hidden on form
A component can be hidden 1 of 3 ways
1. It is hidden b/c of the value of its direct trigger
2. It is hidden b/c it's direct trigger is hidden
3. It is hidden bc/ it is inside a fieldset is… |
3 |
|
_webform_condtional_clear_element_values |
./webform_conditional.module |
Clear the submitted values for an element |
1 |
|
_webform_condtional_component_is_conditional |
./webform_conditional.module |
Determine whether a component is conditional(via this module) by direct trigger or b/c inside a conditional fieldset |
1 |
|
_webform_condtional_get_usable_child_elements |
./webform_conditional.module |
Gets all child components under $fieldset_component that can be used as triggers for the component - $current_cid |
1 |
|