You are here

26 calls to webform_filter_xss() in Webform 7.4

theme_webform_display_grid in components/grid.inc
Format the text output for this component.
theme_webform_display_select in components/select.inc
Format the text output for this component.
theme_webform_element in ./webform.module
Replacement for theme_form_element().
theme_webform_grid in components/grid.inc
Theme function to render a grid component.
webform_components_form_validate in includes/webform.components.inc
Validate handler for webform_components_form().
webform_expand_select_ids in components/select.inc
FAPI process function to rename IDs attached to checkboxes and radios.
webform_filter_descriptions in ./webform.module
Replace tokens in descriptions and sanitize according to Webform settings.
webform_tokens in ./webform.tokens.inc
Implements hook_tokens().
_webform_analysis_grid in components/grid.inc
Implements _webform_analysis_component().
_webform_analysis_select in components/select.inc
Implements _webform_analysis_component().
_webform_filter_values in ./webform.module
Wrapper for webform_replace_tokens().
_webform_filter_xss in ./webform.module
Duplicates webform_filter_xss().
_webform_grid_header in components/grid.inc
Generate a table header suitable for form or html display.
_webform_render_component in ./webform.api.php
Render a Webform component to be part of a form.
_webform_render_date in components/date.inc
Implements _webform_render_component().
_webform_render_email in components/email.inc
Implements _webform_render_component().
_webform_render_fieldset in components/fieldset.inc
Implements _webform_render_component().
_webform_render_file in components/file.inc
Implements _webform_render_component().
_webform_render_grid in components/grid.inc
Implements _webform_render_component().
_webform_render_number in components/number.inc
Implements _webform_render_component().
_webform_render_select in components/select.inc
Implements _webform_render_component().
_webform_render_textarea in components/textarea.inc
Implements _webform_render_component().
_webform_render_textfield in components/textfield.inc
Implements _webform_render_component().
_webform_render_time in components/time.inc
Implements _webform_render_component().
_webform_table_grid in components/grid.inc
Implements _webform_table_component().
_webform_table_select in components/select.inc
Implements _webform_table_component().