Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created July 29, 2015 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save islaytitans/aa9de504ff008020c220 to your computer and use it in GitHub Desktop.
Save islaytitans/aa9de504ff008020c220 to your computer and use it in GitHub Desktop.
Sitecore Hackathon ListControl
<div>
<input data-bind="attr: { name: Name }" type="button" value="Off"/>
<div class="sc-tile-default-property">
<strong class="sc-tile-property-title">Name: </strong>
<span class="sc-tile-property-value" data-bind="text: Name"></span>
</div>
<div class="sc-tile-default-property">
<strong class="sc-tile-property-title">Template Name: </strong>
<span class="sc-tile-property-value" data-bind="text: TemplateName"></span> -
<em class="sc-tile-property-value" data-bind="text: TemplateId"></em>
</div>
<div class="sc-tile-default-property">
<strong class="sc-tile-property-title">Value: </strong>
<p class="sc-tile-property-value" data-bind="text: Value"></p>
</div>
<div class="sc-tile-default-property">
<strong class="sc-tile-property-title">Standard Value: </strong>
<p class="sc-tile-property-value" data-bind="text: StandardValue"></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment