Skip to content

Instantly share code, notes, and snippets.

@tayfunoziserikan
Created January 28, 2012 12:57
Show Gist options
  • Select an option

  • Save tayfunoziserikan/1694212 to your computer and use it in GitHub Desktop.

Select an option

Save tayfunoziserikan/1694212 to your computer and use it in GitHub Desktop.
Ext JS 4 XTemplate Loop Breaking
new Ext.XTemplate( // Kiosk modu
'<ul id="finished-list">',
'<tpl for=".">',
'<tpl if="xindex == 1">',
'<li><span class="info"></span><strong class="important">{description}</strong> başvurmanızı öneririz.</span></li>',
'</tpl>',
'</tpl>',
'</ul>'
) :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment