Advertisement
Guest User

Untitled

a guest
Feb 5th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Ext.define('pw.meterreadings.main.settingsbar.Settingsbar', {
  2.     extend: 'Airit.MBTitlebar',
  3.     xtype: 'meterreadings_settingsbar',
  4.     config:{
  5. //      docked: 'top',
  6.         items:[
  7. //              {xtype: 'spacer'},{
  8.                        {xtype: 'mbButton',
  9.                        text: 'Campus On',
  10.                        align: 'right'
  11.                 }, //{xtype: 'spacer'},
  12.                 {
  13.                        xtype: 'mbButton',
  14.                        text: 'Utility Off',
  15.                        align: 'right'
  16.                        
  17.                 }, //{xtype: 'spacer'},
  18.                 {
  19.                        xtype: 'mbButton',
  20.                        text: 'Sync',
  21.                        align: 'right'
  22.                 }, //{xtype: 'spacer'},
  23.                 {
  24.                        xtype: 'mbButton',
  25.                        text: 'Logout',
  26.                        align: 'right'
  27.                 }
  28.         ]
  29. }
  30. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement