Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. informationPanelTabView: SC.TabView.design({
  2. layout: {
  3. top: 0,
  4. height: 120,
  5. left: 5,
  6. right: 5
  7. },
  8. nowShowing: 'EurekaJView.LiveStatisticsOptionsView',
  9. itemTitleKey: 'title',
  10. itemValueKey: 'value',
  11. itemActionKey: 'action',
  12. items: [
  13. {title: 'Live', value: 'EurekaJView.LiveStatisticsOptionsView', action: 'testAction'},
  14. {title: 'Historical', value: 'EurekaJView.HistoricalStatisticsOptionsView', action: 'testAction'}
  15. ]
  16.  
  17. }),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement