Search Type: Posts; User: Dustin Graham
Search: Search took 0.02 seconds.
-
16 May 2011 10:53 PM
Jump to post Thread: Two Views of One Store? by Dustin Graham
- Replies
- 3
- Views
- 1,108
Hm, well thanks for the ideas.
Looked into this a little, I did sort of what you said. I'm not using the "filter on the object level" so basically I'm not filtering the store, and I'm using two... -
15 May 2011 12:40 PM
Jump to post Thread: Two Views of One Store? by Dustin Graham
- Replies
- 3
- Views
- 1,108
Well, I had written a few paragraphs, but it seemed to get into too many details (project scope, multiple stores, etc). Going to try to make this question a little more simple.
(I know I can... -
8 Apr 2011 3:45 PM
- Replies
- 1
- Views
- 581
Found this too, but the release notes for Beta 2 show that it's been fixed.
[EXTJSIV-568] Don't allow RowEditor to hijack space -
6 Apr 2011 12:44 PM
- Replies
- 13
- Views
- 4,036
Thank you. What a life saver. I have been trying to get this to work for 30 minutes... maybe longer. Looking at all the documentations and tutorials, and even digging into ext-js-debug-w-comments.js...
-
2 Mar 2011 2:29 PM
Jump to post Thread: Simple TextArea Question by Dustin Graham
- Replies
- 3
- Views
- 689
Not sure what's going on here, but I reorganized it a bit, and got it working. I think my solution was adding the scope: this, but I don't fully understand it yet.
layout: 'border',... -
2 Mar 2011 1:34 AM
Jump to post Thread: Simple TextArea Question by Dustin Graham
- Replies
- 3
- Views
- 689
I'm pretty sure I clicked "Preview Post" and it appears to have posted it...
I am editing my first post. I am not done asking my question.
First post updated with my full question. Sorry about... -
2 Mar 2011 1:34 AM
Jump to post Thread: Simple TextArea Question by Dustin Graham
- Replies
- 3
- Views
- 689
Ugh. I hate it when I get stuck for hours on something that is incredibly simple.
I have been away from JavaScript for a while.
I have done numerous Google Searches as well as searching for 5+... -
17 Oct 2009 9:40 PM
- Replies
- 276
- Views
- 124,335
First off: Condor, thanks for this awesome thread. :-)
So... While the paging example uses the forums and has 280,000+ results, they obviously should not all be sent to the client. So, remote... -
17 Oct 2009 7:26 PM
- Replies
- 1
- Views
- 690
Glad you finished your thought. I was wondering about something like this and it helped to read your post.
-Dustin -
13 Oct 2009 8:21 AM
Jump to post Thread: Ext.ux.tree.CheckTreePanel by Dustin Graham
- Replies
- 149
- Views
- 49,594
Ah, thanks. Cleaner than my solution. That works nicely.
@Jangla I am using a checked tree panel inside of a panel, that's inside a portlet, that's inside a portal column, that's inside a... -
13 Oct 2009 12:38 AM
- Replies
- 6
- Views
- 2,085
Interesting. Well that explains why it didn't disappear. So then I guess that means we need to do something like
p.ownerCt.remove(p, false);
p.hide();
portal.doLayout();
Then... -
12 Oct 2009 11:51 PM
- Replies
- 6
- Views
- 2,085
Hm. Yea. I did try doing false, since I thought it was being destroyed. But, looking at the code, I thought perhaps it wasn't destroying it since I didn't see a place where autoDestroy was set to...
-
12 Oct 2009 11:14 PM
- Replies
- 6
- Views
- 2,085
Okay, I am missing something basic...
I have a portlet: p = new Ext.ux.Portlet({ ... });
And a portal: portal = new Ext.ux.Portal({ ... });
To start, the portal has items -> columns -> my... -
12 Oct 2009 7:57 PM
- Replies
- 6
- Views
- 1,652
I have this same problem. I'm not sure what happened or why.
Essentially I have a gridpanel with a ux.bufferview and when double clicking a grid row, it takes the user to another tab.
I only... -
12 Oct 2009 7:32 PM
Jump to post Thread: Ext.ux.tree.CheckTreePanel by Dustin Graham
- Replies
- 149
- Views
- 49,594
Thank you Saki for this awesome plugin.
Thanks to mholyszko for the contributions to reduce recursion.
I do have one problem. I am adding a listener to 'checkchanged' to update my datastore.... -
6 Oct 2009 5:00 PM
- Replies
- 12
- Views
- 6,706
Well, I gotta bump this thread because this is exactly what I'm looking for. I have two main data stores. I have various forms for different reasons throughout the application.
When the user... -
5 Oct 2009 8:26 AM
- Replies
- 3
- Views
- 1,890
Hm. I looked at that page but I must be blind. I also looked at...
http://www.extjs.com/forum/showthread.php?t=21913
http://www.extjs.com/forum/showthread.php?t=16124... -
4 Oct 2009 2:53 PM
- Replies
- 3
- Views
- 1,890
I am trying to create a GridPanel with lazy instantiation (I think that's what it's referred to, I'm pretty new). I have var myGrid = { xtype: 'grid', ... and I have added drag and drop...
-
30 Sep 2009 9:35 PM
- Replies
- 4
- Views
- 1,530
Man. So much documentation to read. I've gone over the autoEl and bodyCfg a couple times. But, I always absorb more each time I look. Thanks again Animal.
-Dustin -
30 Sep 2009 5:50 PM
- Replies
- 4
- Views
- 1,530
Ah! Excellent. Makes sense. I thought the DOM Helper was integrated with the components some how. Thanks for the example.
Helps me understand ExtJS just a little bit more. Loving it every step of... -
30 Sep 2009 10:37 AM
- Replies
- 4
- Views
- 1,530
Basically, I am wondering how to prepend a message to a displayfield.
I see/found an example on append.
displayField.append('<p>Something</p>');
It would be nice to have... -
29 Sep 2009 2:10 PM
Jump to post Thread: Force Vertical Scrollbar? by Dustin Graham
- Replies
- 13
- Views
- 8,175
Sorry to drag up an old thread but this thread bothered me. I just wanted to mention that Animal's first post was a link...
http://www.extjs.com/forum/showthread.php?p=333377#post333377
If you... -
27 Sep 2009 5:19 PM
- Replies
- 0
- Views
- 647
I'm working on an idea to do sort of a contact management thing.
The idea I had was:
1) To use a viewport, and the center region is a card panel.
2) One of the cards is a tab panel and the other... -
27 Sep 2009 4:42 PM
- Replies
- 2
- Views
- 3,234
Ok. Sweet it works. I thought I had read somewhere about there being problems with losing the "last options" but if we grab them and add to them it seems to work. Here's what I changed...
... -
27 Sep 2009 3:41 PM
- Replies
- 2
- Views
- 3,234
Very new here. Learning the process of ExtJS.
I have an Ext.data.Store. An outside function calls store.reload(); I was able to hook store.on('load', callback); but how do I pass a variable?...
Results 1 to 25 of 28
