Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created March 30, 2015 18:29
Show Gist options
  • Save komainu85/69321fad18778b7f6f9d to your computer and use it in GitHub Desktop.
Save komainu85/69321fad18778b7f6f9d to your computer and use it in GitHub Desktop.
SPEAK List Control Custom Tile
<div class="sc-tile-default" data-bind="attr: {id: Id}">
<div style="min-height: 98px;">
<img width="112" data-bind="attr: {src: Path}" />
</div>
<div class="sc-iconList-item-title">
<span data-bind="text: Name"></span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment