source: sipei/modules/views/help/style-list.html @ ffa4103

drupal-6.x
Last change on this file since ffa4103 was ffa4103, checked in by Luis Peña <lpena@…>, 12 años ago

Cambiando el nombre de modulos a modules

  • Propiedad mode establecida a 100755
File size: 803 octetos
Línea 
1<!-- $Id: style-list.html,v 1.3 2008/06/17 20:07:03 merlinofchaos Exp $ -->
2The <strong>List</strong> view style will display every row of the view as part of an HTML list construct. For example:
3<ul>
4<li> Row 1 </li>
5<li> Row 2 </li>
6<li> Row 3 </li>
7<li> Row 4 </li>
8</ul>
9
10You may select whether or not the list is <em>ordered</em> which just means whether or not it uses numbers instead of the bullet:
11
12<ol>
13<li> Row 1 </li>
14<li> Row 2 </li>
15<li> Row 3 </li>
16<li> Row 4 </li>
17</ol>
18
19The list style also uses a <em>row style</em> which means that it doesn't care what the actual output for each row of the view is.
20
21If you need information about using CSS to style list views, you may find this <a href="http://www.alistapart.com/stories/taminglists/">A list apart guide to styling lists</a> useful.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.