Search Type: Posts; User: Vital Aaron
Search: Search took 0.03 seconds.
-
8 May 2012 1:23 PM
- Replies
- 7
- Views
- 1,480
Just to save readers a little time... and example of the "setting up your Jasmine spies before calling the init() method" technique can be found at...
-
1 May 2012 8:08 AM
- Replies
- 10
- Views
- 4,069
I haven't had a chance to upgrade, yet, but 4.1 has been released and should fix this issue:
http://www.sencha.com/products/extjs/ -
21 Feb 2012 1:04 PM
- Replies
- 10
- Views
- 4,069
I'm also interested in a workaround. 4.1 is still in beta and my own software project is at the tail end of its release cycle so I can't wait for 4.1.
I've tried
initComponent: function() =... -
31 Jan 2012 4:56 PM
Jump to post Thread: Button In a Template by Vital Aaron
- Replies
- 20
- Views
- 9,071
This is a convenient override, but I think one needs to watch out for timing issues with it. I'm displaying my button in a dataview that is redrawn whenever data in the store changes. I've found...
-
12 Jan 2012 1:22 PM
- Replies
- 23
- Views
- 6,654
The function 'storeage' should be spelled 'storage'.
-
8 Dec 2011 2:23 PM
- Replies
- 2
- Views
- 1,873
However, note that if you choose not to call set() then any renderer() function that depends on that value will not be called so your display may not update properly. (lesson learned (:|)
-
14 Oct 2011 12:08 PM
Jump to post Thread: paging and remoteSort by Vital Aaron
- Replies
- 4
- Views
- 4,250
If you're looking for a 4.x solution to this problem (and given the date of your post, I kind of hope you are) then add the following to your store definition:
doSort: function() {
... -
13 Oct 2011 3:13 PM
- Replies
- 3
- Views
- 689
In the calendar version of the date picker ctrl-up/down changes the year and ctrl-left/right changes the month. So one might expect the same behavior with the picker that shows a list of years and...
-
12 Oct 2011 9:07 AM
- Replies
- 3
- Views
- 689
I'm seeing an apparent bug in the datefield picker. That is, clicking on the "month year" header of the calendar picker brings up another picker/dropdown which displays months and years. See...
Results 1 to 9 of 9
