Search Type: Posts; User: mcg1103
Search: Search took 0.02 seconds.
-
21 Aug 2012 7:13 AM
Jump to post Thread: 4.1 or 3.4 for production app by mcg1103
- Replies
- 1
- Views
- 565
I have looked over the blog posts and the responses to the blog posts. I have not found anyone that is saying "yes use 4.1 for production".
Should we stick with 3.4 even though no new features... -
23 Dec 2011 11:15 AM
- Replies
- 2
- Views
- 552
Thanks for the reply. I will checkout your app.
What I was getting at is a way to only load the classes as they are needed. If they are already loaded, don't reload them. So if you have 200... -
23 Dec 2011 10:03 AM
- Replies
- 2
- Views
- 552
We have a system that has a large code base, 8 megs of javascript, 3.5 megs minified. The system has a tabbed interface such that you can look this up in a grid in one tab then when you drill down...
-
26 Feb 2009 9:24 AM
- Replies
- 13
- Views
- 4,667
Hello,
Is there anymore information "best practices" for stopping memory leaks?
Are there browser specific leaks that cannot be prevented?
I also have a single page "client/server" type app... -
12 Dec 2008 9:44 AM
- Replies
- 10
- Views
- 2,502
IMHO the correct way to do this is via the second argument to the Record constructor.
var testId = 123;
var t = new Ext.data.Record({TestID: testId, foo: 'bar'}, testId);
grid.stopEditing();... -
28 Oct 2007 1:42 PM
Jump to post Thread: Dragging from grid to tree by mcg1103
- Replies
- 1
- Views
- 1,055
I posted my solution to this problem on this thread.
http://extjs.com/forum/showthread.php?t=12912 -
27 Oct 2007 3:32 PM
- Replies
- 5
- Views
- 4,711
I went about this a bit different.
I used the notifyDrop function of the TreeDropZone and just accessed the lastOverNode to find the node that was dropped "on".
I had to override the... -
17 Sep 2007 11:38 AM
Jump to post Thread: Grid Resize by mcg1103
- Replies
- 0
- Views
- 743
I have been working with ExtJS for a few days giving it a test drive.
I ran into a small issue.
I have a grid similar to the examples in a div like below:
<div id="grid-panel"...
Results 1 to 8 of 8
