Search Type: Posts; User: mitchellsimoens
Search: Search took 0.35 seconds; generated 1 minute(s) ago.
-
Yesterday 8:41 AM
- Replies
- 1
- Views
- 86
Thanks for the report.
-
17 May 2013 7:57 AM
- Replies
- 4
- Views
- 116
Something like:
var panel = new Ext.panel.Panel({
renderTo : document.body,
height : 200,
width : 200,
header : {
title : 'Foo',
hidden : true -
17 May 2013 7:33 AM
- Replies
- 1
- Views
- 54
Thanks for the report! I have opened a bug in our bug tracker.
-
17 May 2013 7:31 AM
- Replies
- 2
- Views
- 189
You mean the tabBar?
-
17 May 2013 7:28 AM
- Replies
- 1
- Views
- 54
There still is a PagingMemoryProxy class in examples/ux/ directory.
-
17 May 2013 7:26 AM
Jump to post Thread: Extjs autoGrid sort Issue by mitchellsimoens
- Replies
- 1
- Views
- 79
I'm little lost if everything you are speaking. Did you inspect the store to make sure it got the fields on it? Also, a class is just an object really, typeof reports object.
-
17 May 2013 7:13 AM
- Replies
- 1
- Views
- 84
Using Ext JS 4.2.0.663 and Cmd 3.1.1.274 I generated a new workspace and an app within and did a build and it finished successfully. Did you upgrade the framework maybe?
-
17 May 2013 6:54 AM
- Replies
- 1
- Views
- 91
That is curious. The only difference is TreeModel requires NodeInterface and has NodeInterface apply fields onto the TreeModel which is kinda odd in itself.
-
17 May 2013 6:50 AM
- Replies
- 1
- Views
- 54
I'm going to open a bug for this as the documentation does state:
-
17 May 2013 6:37 AM
- Replies
- 1
- Views
- 50
It needs to know the total count so it knows when not to try and load more data when not needed.
-
17 May 2013 6:34 AM
- Replies
- 1
- Views
- 78
Features are meant to be defined up front, not at runtime.
-
17 May 2013 6:33 AM
- Replies
- 1
- Views
- 64
What is the response you send back from the server?
-
17 May 2013 6:31 AM
- Replies
- 1
- Views
- 60
There isn't a config or anything to do what you want to do.
-
17 May 2013 6:29 AM
- Replies
- 1
- Views
- 54
What do you mean validate? Like enforce a certain size to the image?
-
17 May 2013 6:28 AM
- Replies
- 4
- Views
- 116
Instead of header : false why not hide the header and then on mouseover you can show the header.
-
17 May 2013 6:25 AM
- Replies
- 2
- Views
- 89
What do you mean by this? Can I see the code?
-
17 May 2013 6:21 AM
- Replies
- 2
- Views
- 118
The coding standard recommended is to have the extend property equate to a string not a class. Also, models should be defined in their own files not defined within another class.
-
17 May 2013 6:19 AM
- Replies
- 3
- Views
- 81
I see, yes this would need to have some custom work to make it act like an actual form field but it's not really that much work. You could extend button to give it a value config which will create...
-
17 May 2013 5:56 AM
- Replies
- 1
- Views
- 80
If your plugin will only work with one component then you may save some overhead by going with a subclass instead. Plugins are great if they can be applied to different components. Plugins are also...
-
17 May 2013 5:53 AM
- Replies
- 3
- Views
- 81
What differences are you wanting fixed?
-
17 May 2013 5:52 AM
- Replies
- 2
- Views
- 93
First, your code can be a little neater:
this.getName().push({
tpl : '<tpl for="."><div class="name">{name}</div></tpl>',
data : data,
scrollable :... -
17 May 2013 5:44 AM
- Replies
- 5
- Views
- 110
I'm not seeing what this has to do with Sencha Touch. Did you inspect the request made to see the params and how to capture the param?
-
17 May 2013 5:19 AM
- Replies
- 1
- Views
- 83
When you do an upgrade with Cmd it will try to merge your app.js and the new default app.js which currently doesn't work that great. I tend to revert changes to app.js after inspecting if there were...
-
17 May 2013 5:01 AM
- Replies
- 1
- Views
- 51
Thanks for the report.
-
17 May 2013 5:01 AM
- Replies
- 1
- Views
- 69
Thanks for the report.
Results 1 to 25 of 104
