Created
March 19, 2013 23:45
-
-
Save jbuda/5201192 to your computer and use it in GitHub Desktop.
YouTube list channel Sencha Touch
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
| Ext.define 'youtube.videos.List' | |
| extend:'Ext.List' | |
| xtype:'videoslist' | |
| config: | |
| title:'Videos' | |
| itemTpl:'<div class="clearfix"><img src="{thumbnail}" /><p>{title}</p></div>' | |
| store:'Videos' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment