Tile
This tag defines a Silk Tile component which will be used layout items in a tile grid.
Used as a container:
<silk:Tile
id=""
tag="div"
dataSource=""
parentList=""
cssClass=""
columns="0"
rowClass=""
renderer=""
>
Contains: HTML template.
</silk:Tile>
*Required property.
The tile's unique identifier.
Default Value: Empty.
The HTML tag used as the Tail wrapper.
Default Value: div.
Set the dataProvider which will provide the data to render the tail's content.
Default Value: Empty.
The list which will be used to trigger data loading.
Default Value: Empty.
Set the CSS Class use to stylized the tail container.
Default Value: Empty.
Set the number of columns a row could have to simulate a
table. This is optional
Default Value: 0.
Set the CSS Class use to stylized the generated row if columns is more than 0.
Default Value: Empty.
The name of the Javascript function which will process the cell data.
Default Value: Empty.