README.txt |
README.txt |
|
Views MediaTable
==============
Views MediaTable integrate the functionality of MediaTable(http://consulenza-web.com/jquery/MediaTable/) into the Views module, allowing the creation of dynamic views tables where users of your site can choose to show… |
views-mediatable-view.tpl.php |
views/views-mediatable-view.tpl.php |
|
Template to display a view as a table. |
views_mediatable.admin.inc |
views_mediatable.admin.inc |
|
This is where all of the form settings are kept for the Views display type. |
views_mediatable.css |
css/views_mediatable.css |
|
.mediaTableWrapper {
position: relative;
}
.mediaTableWrapperWithMenu {
padding-top: 3em;
}
.mediaTableMenuClosed ul {
display: none;
}
.mediaTableMenu {
position: absolute;
top: 0;
right: 0;
border: 1px solid #aaa;
border-radius:… |
views_mediatable.info |
views_mediatable.info |
|
name = Views MediaTable
description = Integrate the MediaTable library with Views for responsive table layouts, and more.
core = 7.x
package = Views
dependencies[] = views
dependencies[] = libraries
files[] = views_mediatable.install
files[] =… |
views_mediatable.install |
views_mediatable.install |
|
Installation file for Views MediaTable module. |
views_mediatable.module |
views_mediatable.module |
|
This is where all of the logic is kept for determining how to a Views table
in a responsive table display. |
views_mediatable.views.inc |
views/views_mediatable.views.inc |
|
Views hook.
See http://drupalcontrib.org/api/drupal/contributions%21views%21views.api.ph... |
views_mediatable_style_plugin.inc |
views/views_mediatable_style_plugin.inc |
|
Contains the table style plugin. |