theming views

Tags:

Post on 11-Nov-2014

1.632 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

Clean markup and lean stylesheets are important for performance, readability, and compatibility with browsers. However, themers and developers who are new to Drupal may struggle with getting their Views to look and function exactly as they like. Helior Colorado will discuss what it takes to override and develop Views templates in order to gain full control of how each and every part of your View is rendered in your Drupal site.Along the way we will also cover the topics of theme organization, front-end performance, see how Views uses a series of plugins that are each responsible for distinct segments of rendered output, and also preview a tool which makes the entire process of making Views output better a whole lot easier.

TRANSCRIPT

<div class=”view view-news view-id-news view-display-id-default view-dom-id-1”><div class=”view-content”></div>

</div>

<div class=”view view-news view-id-news view-display-id-default view-dom-id-1”><div class=”view-content”>

</div></div>

<div class=”views-row views-row-1 views-row-odd views-row-first”></div>

<div class=”view view-news view-id-news view-display-id-default view-dom-id-1”><div class=”view-content”>

</div></div>

<div class=”views-row views-row-1 views-row-odd views-row-first”>

</div>

<div class="views-field-body"><label class="views-label-body">Body:</label><div class="field-content"></div>

</div>

<div class=”view view-news view-id-news view-display-id-default view-dom-id-1”><div class=”view-content”>

</div></div>

<div class=”views-row views-row-1 views-row-odd views-row-first”>

</div>

<div class="views-field-body"><label class="views-label-body">Body:</label><div class="field-content">

<p>This is your body field.</p></div>

</div>

Thanks.helior@activelamp.com

top related