Search Type: Posts; User: pgiraud
Search: Search took 0.02 seconds.
-
21 Mar 2013 1:49 AM
- Replies
- 2
- Views
- 306
Does the following message mean that the "Element not in DOM" bug has been fixed? Or does it mean that the bug described here has been mark as invalid?
Thanks a lot anyway. -
13 Mar 2013 1:39 AM
- Replies
- 2
- Views
- 306
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.1.1 GPL
Browser versions tested against:
Chromium 25 (Ubuntu)
DOCTYPE tested against: -
8 Mar 2013 2:07 AM
Jump to post Thread: Ext.Connection.upload Bug by pgiraud
- Replies
- 3
- Views
- 421
I get the same problem.
Here's a simple way to reproduce the bug:
var frame = document.createElement('iframe');
Ext.fly(frame).on('load', function() {alert('loaded');});
You should get an... -
4 Mar 2010 6:13 AM
Jump to post Thread: Documentation Bugs - Ext 3.x by pgiraud
- Replies
- 445
- Views
- 88,292
Searching for "statusbar" gives results though StatusBar has been removed in Ext3.x.
-
10 Apr 2009 3:49 AM
- Replies
- 0
- Views
- 535
Hi all,
It seems like the validation fails when one implements a DateField with equal values for "value" and "minValue".
The validator complains and says :
"The date in this field must be equal... -
21 Nov 2008 8:09 AM
Jump to post Thread: [SOLVED] Grid GroupingView +DnD by pgiraud
- Replies
- 13
- Views
- 5,296
It seems like there has something to do with the deferRowRender property at the gridPanel level.
-
21 Nov 2008 6:50 AM
Jump to post Thread: [SOLVED] Grid GroupingView +DnD by pgiraud
- Replies
- 13
- Views
- 5,296
First, thanks to share this code.
This looks to work well in your example but fails if I'm using Ext 2.2.
I'll dig into it, and hope, I can get it working. -
5 Nov 2008 9:14 AM
- Replies
- 6
- Views
- 2,528
This sounds really clear now. Thank you.
I'm now waiting for somebody who can give hints to find a workaround. -
5 Nov 2008 8:09 AM
- Replies
- 6
- Views
- 2,528
Sorry to insist, but what about tabpanels ?
We see their header, right ? So they have to be rendered. However we can defer the body rendering.
Maybe the tabs (you click on to switch between panels)... -
5 Nov 2008 5:54 AM
- Replies
- 6
- Views
- 2,528
I think I need more explanation on that one.
What's the difference between cards (and by inheritance tabs) and accordions ?
I don't really understand why we have to see all the items.
In my... -
5 Nov 2008 2:46 AM
- Replies
- 6
- Views
- 2,528
Hi all,
Yet another thread about this.
I think it has already been discussed in several thread including the following ones :
http://extjs.com/forum/showthread.php?t=28417... -
28 May 2008 2:07 AM
Jump to post Thread: header with html tags and tooltip by pgiraud
- Replies
- 1
- Views
- 943
Hi,
What I would like to do is to show an image as header for a column in a grid. I know that I can put whatever I want in the header property in my columnModel, even HTML tags (<img />) in my... -
15 May 2008 5:44 AM
Jump to post Thread: Combo box list width (again) by pgiraud
- Replies
- 14
- Views
- 10,385
Here is how I got this working in a prettier way. Well I think so.
In the container panel :
listeners: {
afterlayout: {
fn:... -
7 Apr 2008 10:44 PM
- Replies
- 3
- Views
- 1,025
No it doesn't.
No "move" event seems to be triggered when the window is dragged. -
7 Apr 2008 12:01 AM
- Replies
- 3
- Views
- 1,025
Hello,
I have a panel which is an item of a window. I would like to register a listener for the "move" event at the panel level.
Any suggestion ?
Using something like... -
3 Apr 2008 12:05 AM
Jump to post Thread: Ext 2.0 compatibility / mapfish by pgiraud
- Replies
- 2
- Views
- 834
Did you try asking to the mapfish dev team ?
-
11 Feb 2008 6:19 AM
- Replies
- 2
- Views
- 1,027
Using a function worked well for me, thanks.
-
11 Feb 2008 5:45 AM
- Replies
- 2
- Views
- 1,027
Hello all,
As well described in the FAQ [1], we are adviced not to have dynamic parameters embed in a HTTPProxy url. But I'm feeling stuck because I can't use simple params.
I have an application... -
17 Dec 2007 6:09 AM
- Replies
- 273
- Views
- 141,820
I don't know if it has already been discussed here but I think it would be helpful if we add a selectAll() method to the MultiSelect form field.
Here's a snippet of code that does the job :
... -
22 Oct 2007 12:16 AM
- Replies
- 3
- Views
- 1,566
Hi,
When adding a combobox into a container rendered as item of a Ext.Panel with layout set to accordion, the dropdown arrow is in the wrong place (next line) in the collapse items.
...
Results 1 to 20 of 20
