Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. marketConfigViewport = Ext.extend(marketConfigViewportUi, {
  2.     initComponent: function() {
  3.         this.store = new Ext.data.JsonStore({ url: .... });
  4.         marketConfigViewport.superclass.initComponent.call(this);
  5.        
  6.         this.breadcrumb.setText(name);
  7.        
  8.         var cg = this.categoriesGrid;
  9.        
  10.        
  11.     }
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement