Lets say I create instance of a view and I want to apply some property on it , then this is the way I can give properties to it on runtime.
var addView = Ext.create('App.view.Add', { flex: 1 });
var addView = Ext.create('App.view.Add', { flex: 1 });
No comments:
Post a Comment