Search Type: Posts; User: jimmy.honeycutt
Search: Search took 0.01 seconds.
-
25 Jun 2012 8:26 AM
- Replies
- 21
- Views
- 4,082
Hi everyone! We're running into this issue as well. Do not want to wrap the search field in a form panel, as we are using most of our search in the toolbar. If we wrap in a form panel, this wrecks...
-
26 Jan 2012 9:51 AM
- Replies
- 2
- Views
- 622
Adding 'name' worked! Thanks!
-
25 Jan 2012 8:49 AM
- Replies
- 2
- Views
- 622
Hi!
I'm experiencing a rendering error when adding a combobox to my panel's toolbar in IE. If you click on the combobox, the display of the dropdown is floated to the top-left of the screen. Try... -
13 Nov 2009 9:25 AM
- Replies
- 6
- Views
- 2,088
Has this bug been fixed? I am experiencing the same issue trying to migrate code from 2.x to 3.0.
-
15 Jul 2009 6:41 AM
- Replies
- 6
- Views
- 1,320
ok... when i commented out the "applyTo" as you did, it works. any idea why that is? in previous version, i applied the window to a div element.
-
14 Jul 2009 9:11 AM
- Replies
- 6
- Views
- 1,320
sorry, evan. that code does run fine... tried to isolate the problem (without success).
i'm not exactly sure what is going on. i'm trying to migrate our code from ext 2.0.2 to the new ext 3.0... -
13 Jul 2009 12:18 PM
- Replies
- 6
- Views
- 1,320
I am still getting this error in FireFox 2... are you guys still supporting FireFox 2? Running the code below gives me an infinite loop and memory hog. This error only happens in my FireFox. When...
-
21 Apr 2009 11:31 AM
Jump to post Thread: How to return Empty Array by jimmy.honeycutt
- Replies
- 6
- Views
- 1,185
Are you calling the grid's load() ?
-
21 Apr 2009 11:17 AM
- Replies
- 10
- Views
- 4,514
It's hard for me to tell exactly what you are trying to do without seeing the code. But, I'm going to try anyway. If I'm way off base, you may try expounding on what you're trying to do and post...
-
20 Apr 2009 7:56 AM
- Replies
- 5
- Views
- 10,393
I believe you should be able to pass an array as a parameter.
// Simple ajax form submission
Ext.Ajax.request({
form: 'some-form',
params: { paramName: [x, y, z] }
}); -
20 Apr 2009 7:28 AM
- Replies
- 3
- Views
- 1,007
To repeat Condor, if the parameters you wish to pass are static, just set them in the 'baseParams' config option for ComboBox. However, if these values could change, you would need to create a...
-
17 Apr 2009 9:17 AM
Jump to post Thread: Component destroy by jimmy.honeycutt
- Replies
- 1
- Views
- 833
Hey guys. I need some information about the destroy(). I understand the basic concept of the Component Life Cycle. However, I was wondering if this destroy method gets called if a user leaves the...
-
27 Jan 2009 8:27 AM
Jump to post Thread: Portal Example by jimmy.honeycutt
- Replies
- 1
- Views
- 843
I have seen the Ext Portal Demo and am pretty impressed... but, due to the nature of our data, our users need the ability to resize the portlets (vertically and or horizontally). Our users will...
-
30 Jun 2008 2:34 PM
Jump to post Thread: ComboBox scroll bar in IE by jimmy.honeycutt
- Replies
- 5
- Views
- 1,507
yeah, thanks... i had to put a huge listWidth so the scroll bar wouldn't appear.
-
24 Jun 2008 2:37 PM
Jump to post Thread: ComboBox scroll bar in IE by jimmy.honeycutt
- Replies
- 5
- Views
- 1,507
I am probably having the same issue. The horizontal scrollbar is displaying in the combobox drop-down... i would prefer it not be there. When there is only one item in combobox, the horizontal...
-
9 Jun 2008 3:19 PM
- Replies
- 4
- Views
- 3,828
I am having same problem as well... Any solution for this?
-
29 Feb 2008 7:23 AM
- Replies
- 3
- Views
- 930
thanks guys. both of your replies were very helpful.
willydee - you were right with the layout: 'fit'. setting the layout to border in the Ext.Panel item attribute of the window did the trick.
... -
28 Feb 2008 3:04 PM
- Replies
- 3
- Views
- 930
I currently have an Ext.Dialog that contains an Ext.form.Form. This was fairly simple to introduce. Now, I am trying to migrate to 2.0 and Forms are now FormPanels and Dialogs are now Windows. I...
-
1 Feb 2008 2:04 PM
- Replies
- 23
- Views
- 36,448
I have included a zip file that has all the source code as well as a tutorial (step by step) of how to create the Spring/Ext JS application. The tutorial (in the zip file) is located at...
-
1 Feb 2008 10:36 AM
- Replies
- 23
- Views
- 36,448
I have created an example with Spring and ExtJS (without DWR). Is there a place where I can host it?
-
18 Jan 2008 7:56 AM
- Replies
- 0
- Views
- 855
I posted this in the "bugs" forum, but I'm not sure it belonged there as I'm not totally sure it is a bug.
I am trying using XStream to convert my Java Objects into XML to return in an AJAX... -
18 Jan 2008 7:45 AM
- Replies
- 1
- Views
- 1,391
I am using XStream to convert my Java Objects into XML to be returned in the AJAX request. The XStream creates the following XML with an object com.acme.example.Test:
... -
9 Oct 2007 3:02 PM
- Replies
- 5
- Views
- 2,686
thanks for everyone's responses. the checkbox.getActionEl().clearPositioning(); is what i was missing (thanks iriemike). thanks!
-
2 Oct 2007 7:41 AM
- Replies
- 5
- Views
- 2,686
We still haven't solved the problem... can anyone help?
-
25 Sep 2007 10:41 AM
- Replies
- 5
- Views
- 2,686
Hello all. We've been using Ext for a while now, and normally don't have a problem figuring out an issue when something comes up. However, we seem to be stuck at this point. We are creating an...
Results 1 to 25 of 25
