source: sipes/modules_contrib/views/help/style-list.html @ 65dadeb

stableversion-3.0
Last change on this file since 65dadeb was 59029b2, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se actualizo la version del modulo views

  • Propiedad mode establecida a 100644
File size: 727 octetos
Línea 
1The <strong>List</strong> view style will display every row of the view as part of an HTML list construct. For example:
2<ul>
3<li> Row 1 </li>
4<li> Row 2 </li>
5<li> Row 3 </li>
6<li> Row 4 </li>
7</ul>
8
9You may select whether or not the list is <em>ordered</em> which just means whether or not it uses numbers instead of the bullet:
10
11<ol>
12<li> Row 1 </li>
13<li> Row 2 </li>
14<li> Row 3 </li>
15<li> Row 4 </li>
16</ol>
17
18The 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.
19
20If 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.