Search Type: Posts; User: antiplaka
Search: Search took 0.03 seconds.
-
22 May 2012 3:45 AM
- Replies
- 3
- Views
- 687
I believe, if your mixin has a constructor, you should invoke it from your Class constructor like this :
this.mixins.mymixin.constructor.apply(this, arguments);
If you extending Class which... -
14 May 2012 6:40 AM
Jump to post Thread: DataView inside floating panel? by antiplaka
- Replies
- 2
- Views
- 695
Seems that now we can't set layout for DataView component :
So, how can i make auto-stretching floating panel containing List component?
Similar to one in this example (for touch 1.x) :... -
14 May 2012 12:52 AM
- Replies
- 1
- Views
- 353
Passing arguments to parent's function seems to do the trick :
Ext.define('App.store.PagesStore', {
extend : 'Ext.data.Store',
requires: ['App.model.Page'],
... -
14 May 2012 12:25 AM
- Replies
- 1
- Views
- 353
Good day. I ran into some trouble with Ext.data.Store class. Maybe i've got wrong idea about the Class system?
I want to do pre-processing of incoming data.
There is my code :
... -
5 Mar 2012 9:14 AM
- Replies
- 13
- Views
- 2,746
Thank you jnotti, i believe you are right and 1.x branch is abandoned.
-
5 Mar 2012 8:03 AM
- Replies
- 13
- Views
- 2,746
I suspect that other controllers will miss the reference too?
Results 1 to 6 of 6
