Skip to content

Commit

Permalink
Specify an action for ping/clear buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Feb 21, 2012
1 parent 300011c commit e532142
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/view/Action.js
Expand Up @@ -13,11 +13,13 @@ Ext.define('Sencha.view.Action', {
title: 'Titlebars accomodate buttons and titles',
items: [
{
text: 'ping',
align: 'right'
text: 'ping',
align: 'right',
action: 'pingHomeBadge'
},{
text: 'clear',
align: 'left'
text: 'clear',
align: 'left',
action: 'clearHomeBadge'
}
]
}]
Expand Down

0 comments on commit e532142

Please sign in to comment.