Created
January 28, 2012 12:57
-
-
Save tayfunoziserikan/1694212 to your computer and use it in GitHub Desktop.
Ext JS 4 XTemplate Loop Breaking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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