Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Update to 2.0.6
Browse files Browse the repository at this point in the history
- Snippet: All snippet properties are available as placeholders in the snippet chunks
  • Loading branch information
Jako committed Jan 25, 2016
1 parent d509e23 commit 8667d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/tvs/multitv/docs/snippet.md
Expand Up @@ -79,6 +79,7 @@ Multiple where clauses are combined with `AND` i.e. ``&where=`{"city:LIKE":"Lond
Name | Description
---- | -----------
"fieldname" | Each fieldname defined in config file could be used
"property" | Each snippet property in snippet call could be used
iteration | Contains the iteration of the current multiTV element
row.number | Contains the row number of the current multiTV element
row.class | FirstClass parameter setting for first displayed row, lastClass parameter setting for last displayed row, evenClass/oddClass parameter setting for even/odd rows.
Expand All @@ -90,6 +91,7 @@ docid | Value of docid parameter or current document id
Name | Description
---- | -----------
wrapper | Contains the output of all rows
"property" | Each snippet property in snippet call could be used
rows.offset | Contains the count of rows from start that are not displayed
rows.total | Contains the count of all displayable rows
docid | Value of docid parameter or current document id
Expand Down

0 comments on commit 8667d4a

Please sign in to comment.