ds.inc |
includes/ds.inc |
|
Provides Panels integration. |
panels.inc |
includes/panels.inc |
|
Provides Panels integration. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Credits
* Maintainers
INTRODUCTION
------------
Provides an ability to output Views exposed filters in layouts.
* For a full… |
vefl-layouts.css |
css/vefl-layouts.css |
|
.vefl-twocol .vefl-region {
float: left;
width: 50%;
}
.vefl-threecol .vefl-region {
float: left;
width: 33.33%;
} |
vefl.api.php |
vefl.api.php |
|
Hooks provided by Views exposed form layout module. |
vefl.inc |
includes/vefl.inc |
|
Provides default layouts for views exposed form. |
vefl.info |
vefl.info |
|
name = Views exposed form layout
description = Provides functionality to output Views exposed filters in layout.
core = 7.x
package = Views
dependencies[] = views
files[] = views/vefl_plugin_exposed_form_basic.inc
files[] =… |
vefl.install |
vefl.install |
|
Install/Uninstall code for the Views exposed form layout module. |
vefl.module |
vefl.module |
|
Provides functionality to output Views exposed filters in layout. |
vefl.views.inc |
views/vefl.views.inc |
|
Provides views exposed form plugins. |
vefl_plugin_exposed_form_basic.inc |
views/vefl_plugin_exposed_form_basic.inc |
|
Provides plugin to output Views exposed filters in layout for basic. |
vefl_plugin_exposed_form_bef.inc |
views/vefl_plugin_exposed_form_bef.inc |
|
Provides plugin to output Views exposed filters in layout for BEF. |
views-exposed-form.tpl.php |
theme/views-exposed-form.tpl.php |
|
This template handles the layout of the views exposed filter form. |
views-exposed-widget.tpl.php |
theme/views-exposed-widget.tpl.php |
|
This template handles the layout of the views exposed filter form. |