Index: help/new.html =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views/help/new.html,v retrieving revision 1.5 diff -u -p -r1.5 new.html --- help/new.html 14 Oct 2008 18:20:25 -0000 1.5 +++ help/new.html 18 Jun 2010 12:30:36 -0000 @@ -21,7 +21,7 @@ Context-help is available by clicking th Several new attributes of each view are visible in the filter header:
    -
  1. Tag - This is just another label for organizing and sorting views. Tags can be any text. Views that are provided by modules will often be tagged together to make it easy to find them.
  2. +
  3. Tag - This is just another label for organizing and sorting views. Tags can be any text. Views that are provided by modules will often be tagged together to make it easy to find them. Tags are also added to your template suggestions, so take care what you set here. For example setting the tag Page will give all your views the Page template.
  4. Display - In Views 1 each view query was tied to its display; in other words your fields, sorts, filters, and arguments could only be displayed in the single page or block display provided in the view definition. In Views 2, view displays have been decoupled from view queries - it is now possible to have multiple page, block, and feed displays from a single view. More on view displays later.
  5. Type - Views 2 view types are radically different from Views 1 types. Views 1 types basically defined how the node list displays were styled - you had Full Nodes, Teaser List, Table View, and so on. In Views 2 view display styles have been broken out into the separate Style attribute. View types now refer to the primary table on which information for the query will be retrieved which controls what arguments, fields, sort criteria and filters are available. Views 2 view types are discussed later.
  6. @@ -111,4 +111,4 @@ We're given the style options of Selecting and configuring the table style -... TODO: Finish this document ... \ No newline at end of file +... TODO: Finish this document ...