Skip to content

Instantly share code, notes, and snippets.

@danielmyasnikov
Created May 10, 2013 03:05
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 danielmyasnikov/5552163 to your computer and use it in GitHub Desktop.
Save danielmyasnikov/5552163 to your computer and use it in GitHub Desktop.
{
itemId: 'nav_news',
group: 'OTHER STUFF',
title: "News",
layout: 'vbox',
slideButton: { selector: 'toolbar' },
settingsButton: { selector: 'toolbar' },
items: [{
xtype: "toolbar",
docked: "top",
title: 'News'
}, {
xtype: 'articlelist',
id: 'lifestyle',
category: 'Other stuff',
feedUrlName: "n/a",
flex: 1
}]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment