CatalogView Options

From Lianjapedia
Revision as of 06:01, 21 April 2015 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Under Construction

CatalogView Options

Attribute Description More Desktop Web Tablet Phone
Heading The Catalogview heading. This defaults to none, which causes the heading to not be displayed
Cell width The width of each cell (this is a percentage that the cell will used in the display area). This defaults to 100%
Cell height The height of the cell in pixels. This defaults to just take up the space that is required to display the cell
Columns across The number of columns to display across the page
Image The name of the (blob/object) column in the table containing the image for each cell
Image width The width of the image in pixels
Image height The height of the image in pixels
Caption The name of the (character) column in the table containing the caption for each cell
Caption delegate The inline delegate to invoke when the caption is clicked
Caption link searchkey The search key expression to be postfixed to the caption delegate when it is invoked
Sub caption The name of the (character) column in the table containing the sub-caption for each cell
Details The name of the (memo/varchar) column in the table containing the details for each cell
Read more Show the 'Read more' link (True | False).
Details height Maximum height of details to display if 'Read more' is specified
Read more delegate The inline delegate to invoke when the 'Read more' link is clicked
Read more link searchkey The search key expression to be postfixed to the 'Read more' delegate when it is invoked
Order by The orderby expression for the data in the Catalogview
Filter The filter expression that restricts which records will be included in the Catalogview
Pagination Paginate the rows displayed (True | False).
Pagination size The number of rows to paginate
CSS Stylesheet You can override the CSS style for the table containing the cells and the style of the cells themselves by specifying your own stylesheet.
Other options Other Catalogview options
Custom library Custom library containing the Tile producer delegate.
Tile producer Delegate to call to render a custom tile. This should just output the HTML.