first import

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2013-01-09 10:53:26 +01:00
commit b20b38f514
526 changed files with 76993 additions and 0 deletions

18
help/semantic-views.html Normal file
View File

@@ -0,0 +1,18 @@
The <a href="http://drupal.org/project/semanticviews">Semantic Views</a> module has been mostly incorporated into Views 3.x. Semantic Views is still around for people who need it, though. For some details on how the original module is different from the Views implementation, please see <a href="http://drupal.org/node/1013876">this issue</a>.
Semantic views help you insert markup of your own from the Views UI, so that you can fairly easily override the default markup without having to restyle via templates.
As a usage example,
In a view with a field:
<ol>
<li>Configure the field. (Click on the field.)</li>
<li>In the modal that opens, scroll down to <strong>Style Settings</strong>.</li>
<li>Choose one or more of the three <i>Customize</i> options. This will reveal a dropdown menu where you can choose from one or more HTML tags to use on that field and allow you to add a CSS class specific to that field should you desire.</li>
<li>Decide if you want to keep the Views default classes. Unchecking this box means your markup is *it*.</li>
</ol>
<a href="path:images/views3-semanticviews.png"><img src="path:images/views3-semanticviews.png" />