MTAssetIsFirstInRow
MTAssets ブロックタグとあわせて使用し、画像の一覧を作成する際、MTAssets ブロックタグ に設定した assets_per_row モディファイアで設定した一行に表示する件数に応じてコンテナした内容を表示します。
MTAssetIsFirstInRow ブロックタグは、行頭にコンテナした内容を表示します。
- 使い方
<table>
<mt:Assets type="image" assets_per_row="5">
<mt:AssetIsFirstInRow><tr></mt:AssetIsFirstInRow>
<td><mt:AssetThumbnailLink width="100"></td>
<mt:AssetIsLastInrow></tr></mt:AssetIsLastInrow>
</mt:Assets>
</table>