exposed-form.html |
file |
help/exposed-form.html |
|
template_preprocess_views_exposed_form |
function |
theme/theme.inc |
Default theme function for all filter forms. |
views-exposed-form.tpl.php |
file |
theme/views-exposed-form.tpl.php |
views-exposed-form.tpl.php |
views_exposed_form |
function |
./views.module |
Form builder for the exposed widgets form. |
views_exposed_form_cache |
function |
./views.module |
Save the Views exposed form for later use. |
views_exposed_form_submit |
function |
./views.module |
Submit handler for exposed filters |
views_exposed_form_validate |
function |
./views.module |
Validate handler for exposed filters |
views_handler::exposed_form |
function |
includes/handlers.inc |
Render our chunk of the exposed handler form when selecting |
views_handler_filter::exposed_form |
function |
handlers/views_handler_filter.inc |
Render our chunk of the exposed filter form when selecting |
views_handler_filter_search::exposed_form |
function |
modules/search/views_handler_filter_search.inc |
Provide a simple textfield for equality |
views_handler_sort::exposed_form |
function |
handlers/views_handler_sort.inc |
Since all exposed sorts are grouped into one select box.
We don't return nothing when views call to exposed_form() |
views_plugin_display::uses_exposed_form_in_block |
function |
plugins/views_plugin_display.inc |
Check to see if the display can put the exposed formin a block. |
views_plugin_exposed_form |
class |
plugins/views_plugin_exposed_form.inc |
The base plugin to handle exposed filter forms. |
views_plugin_exposed_form.inc |
file |
plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::exposed_form_alter |
function |
plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::exposed_form_submit |
function |
plugins/views_plugin_exposed_form.inc |
This function is executed when exposed form is submited. |
views_plugin_exposed_form::exposed_form_validate |
function |
plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::init |
function |
plugins/views_plugin_exposed_form.inc |
Initialize the plugin. |
views_plugin_exposed_form::options_form |
function |
plugins/views_plugin_exposed_form.inc |
Provide a form to edit options for this plugin. |
views_plugin_exposed_form::option_definition |
function |
plugins/views_plugin_exposed_form.inc |
Information about options for all kinds of purposes will be held here. |
views_plugin_exposed_form::post_render |
function |
plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::pre_execute |
function |
plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::pre_render |
function |
plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::query |
function |
plugins/views_plugin_exposed_form.inc |
Add anything to the query that we might need to. |
views_plugin_exposed_form::render_exposed_form |
function |
plugins/views_plugin_exposed_form.inc |
Render the exposed filter form. |
views_plugin_exposed_form::reset_form |
function |
plugins/views_plugin_exposed_form.inc |
Provide a reset form if one was requested. |
views_plugin_exposed_form::summary_title |
function |
plugins/views_plugin_exposed_form.inc |
Return a string to display as the clickable title for the
control. |
views_plugin_exposed_form_basic |
class |
plugins/views_plugin_exposed_form_basic.inc |
Exposed form plugin that provides basic exposed form |
views_plugin_exposed_form_basic.inc |
file |
plugins/views_plugin_exposed_form_basic.inc |
|
views_plugin_exposed_form_basic::summary_title |
function |
plugins/views_plugin_exposed_form_basic.inc |
Return a string to display as the clickable title for the
control. |
views_plugin_exposed_form_input_required |
class |
plugins/views_plugin_exposed_form_input_required.inc |
Exposed form plugin that provides basic exposed form |
views_plugin_exposed_form_input_required.inc |
file |
plugins/views_plugin_exposed_form_input_required.inc |
|
views_plugin_exposed_form_input_required::exposed_filter_applied |
function |
plugins/views_plugin_exposed_form_input_required.inc |
|
views_plugin_exposed_form_input_required::options_form |
function |
plugins/views_plugin_exposed_form_input_required.inc |
Provide a form to edit options for this plugin. |
views_plugin_exposed_form_input_required::options_submit |
function |
plugins/views_plugin_exposed_form_input_required.inc |
Handle any special handling on the validate form. |
views_plugin_exposed_form_input_required::option_definition |
function |
plugins/views_plugin_exposed_form_input_required.inc |
Information about options for all kinds of purposes will be held here. |
views_plugin_exposed_form_input_required::pre_render |
function |
plugins/views_plugin_exposed_form_input_required.inc |
|
views_plugin_exposed_form_input_required::query |
function |
plugins/views_plugin_exposed_form_input_required.inc |
Add anything to the query that we might need to. |
views_plugin_exposed_form_input_required::summary_title |
function |
plugins/views_plugin_exposed_form_input_required.inc |
Return a string to display as the clickable title for the
control. |
views_plugin_pager::exposed_form_alter |
function |
plugins/views_plugin_pager.inc |
|
views_plugin_pager::exposed_form_submit |
function |
plugins/views_plugin_pager.inc |
|
views_plugin_pager::exposed_form_validate |
function |
plugins/views_plugin_pager.inc |
|
views_plugin_pager_full::exposed_form_alter |
function |
plugins/views_plugin_pager_full.inc |
|
views_plugin_pager_full::exposed_form_validate |
function |
plugins/views_plugin_pager_full.inc |
|