README.txt |
README.txt |
|
CONTENTS OF THIS FILE
--------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
The Semantic Views allows users to alter the default HTML output by the Views module without overriding… |
semanticviews-help.html |
help/semanticviews-help.html |
|
|
semanticviews-tutorial.html |
help/semanticviews-tutorial.html |
|
|
semanticviews-view-fields.tpl.php |
semanticviews-view-fields.tpl.php |
|
Default simple view template to display all the fields as a row. The template
outputs a full row by looping through the $fields array, printing the field's
HTML element (as configured in the UI) and the class attributes. If a label
is specified… |
semanticviews-view-unformatted.tpl.php |
semanticviews-view-unformatted.tpl.php |
|
Default simple view template to display a list of rows. |
semanticviews.info |
semanticviews.info |
|
name = Semantic Views
description = Views 3 plugins for UI management of output markup
core = 7.x
dependencies[] = views
package = Views
files[] = semanticviews_plugin_row_fields.inc
files[] = semanticviews_plugin_style_default.inc |
semanticviews.module |
semanticviews.module |
|
Semantic Views module file. |
semanticviews.theme.inc |
semanticviews.theme.inc |
|
Theme for Semantic Views. |
semanticviews.views.inc |
semanticviews.views.inc |
|
Views Fields and Rows styles declaration. |
semanticviews.views_default.inc |
semanticviews.views_default.inc |
|
Semantic Views demo view. |
semanticviews_plugin_row_fields.inc |
semanticviews_plugin_row_fields.inc |
|
Contains the semantic row style plugin. |
semanticviews_plugin_style_default.inc |
semanticviews_plugin_style_default.inc |
|
Contains the default style plugin. |
style-row-fields.html |
help/style-row-fields.html |
|
|
style-unformatted.html |
help/style-unformatted.html |
|
|