You are here

Functions in Autocomplete Widgets for Text and Number Fields 6

Primary tabs

Namesort descending Location Description Direct uses Strings
autocomplete_widgets_access ./autocomplete_widgets.module Check access to the menu callback of the autocomplete widget. 1
autocomplete_widgets_disable ./autocomplete_widgets.install Implementation of hook_disable().
autocomplete_widgets_elements ./autocomplete_widgets.module Implementation of hook_elements().
autocomplete_widgets_enable ./autocomplete_widgets.install Implementation of hook_enable().
autocomplete_widgets_form_alter ./autocomplete_widgets.module Implementation of hook_form_alter().
autocomplete_widgets_install ./autocomplete_widgets.install Implementation of hook_install().
autocomplete_widgets_json ./autocomplete_widgets.module Menu callback; Retrieve a pipe delimited string of autocomplete suggestions. 1
autocomplete_widgets_menu ./autocomplete_widgets.module Implementation of hook_menu().
autocomplete_widgets_process ./autocomplete_widgets.module Process an individual textfield autocomplete element. 1
autocomplete_widgets_theme ./autocomplete_widgets.module Implementation of hook_theme().
autocomplete_widgets_uninstall ./autocomplete_widgets.install Implementation of hook_uninstall().
autocomplete_widgets_update_6001 ./autocomplete_widgets.install Update all Autocomplete Widgets for new case sensitive option.
autocomplete_widgets_validate ./autocomplete_widgets.module Validate a textfield autocomplete element. 1
autocomplete_widgets_views_api ./autocomplete_widgets.module Implementation of hook_views_api().
autocomplete_widgets_views_plugins views/autocomplete_widgets.views.inc Implementation of hook_views_plugins().
autocomplete_widgets_widget ./autocomplete_widgets.module Implementation of hook_widget().
autocomplete_widgets_widget_info ./autocomplete_widgets.module Implementation of hook_widget_info().
autocomplete_widgets_widget_settings ./autocomplete_widgets.module Implementation of hook_widget_settings().
theme_autocomplete_widgets ./autocomplete_widgets.module Theme an individual textfield autocomplete element.
_autocomplete_widgets_content_field_edit_form_alter ./autocomplete_widgets.admin.inc Alter the CCK widget settings form. 1
_autocomplete_widgets_get_options ./autocomplete_widgets.common.inc Fetch an array of options for the given widget. 3
_autocomplete_widgets_get_options_allowvals ./autocomplete_widgets.common.inc Fetch an array of options for the given widget (allowed values). 1
_autocomplete_widgets_get_options_flddata ./autocomplete_widgets.common.inc Fetch an array of options for the given widget (field data). 1
_autocomplete_widgets_widget_settings ./autocomplete_widgets.admin.inc Implementation of hook_widget_settings(). 1

Other projects