Skip to content

Instantly share code, notes, and snippets.

@jbuda
Created March 19, 2013 23:45
Show Gist options
  • Save jbuda/5201192 to your computer and use it in GitHub Desktop.
Save jbuda/5201192 to your computer and use it in GitHub Desktop.
YouTube list channel Sencha Touch
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