Tile

This tag defines a Silk Tile component which will be used layout items in a tile grid.

Tag Use

Used as a container:

<silk:Tile
  id=""
  tag="div"
  dataSource=""
  parentList=""
  cssClass=""
  columns="0"
  rowClass=""
  renderer=""
>
   Contains: HTML template.
</silk:Tile>

Properties

*Required property.

id*

The tile's unique identifier. Default Value: Empty.

tag

The HTML tag used as the Tail wrapper. Default Value: div.

dataSource

Set the dataProvider which will provide the data to render the tail's content. Default Value: Empty.

parentList

The list which will be used to trigger data loading. Default Value: Empty.

cssClass

Set the CSS Class use to stylized the tail container. Default Value: Empty.

columns

Set the number of columns a row could have to simulate a

table. This is optional Default Value: 0.

rowClass

Set the CSS Class use to stylized the generated row if columns is more than 0. Default Value: Empty.

renderer

The name of the Javascript function which will process the cell data. Default Value: Empty.

Last updated