Search Type: Posts; User: Iveco
Search: Search took 0.03 seconds.
-
23 May 2013 1:56 AM
- Replies
- 3
- Views
- 138
Excellent support, workaround works! Thank you very much for your information and help.
-
22 May 2013 11:27 PM
- Replies
- 3
- Views
- 138
This might be related too http://www.sencha.com/forum/showthread.php?260302 (prem only).
I guess there is no workaround for non-premium users available?
Can someone tell me if there is any... -
22 May 2013 6:29 AM
- Replies
- 3
- Views
- 138
Hello,
I am using ExtJs 4.0.2. I got the problem that I have unwanted data-qtip attributes on grid rows, which I didn't add.
I do initialize quicktips like this
// any tag-based... -
22 May 2013 1:54 AM
- Replies
- 8
- Views
- 5,862
Fix for EXTJs 4.2.0
- form field DOM element name changes
- QuickTips registration changed
Ext.override(Ext.form.Field, {
afterRender: function() {
if(this.helpText){ -
9 Nov 2010 4:11 AM
Jump to post Thread: [2.3.0] Upgrading from 2.2 to 2.3 by Iveco
- Replies
- 7
- Views
- 4,225
any possible solution until now? still no 2.3.1 and it's one year later ;-)
-
9 Nov 2010 4:08 AM
- Replies
- 2
- Views
- 2,216
any solution to this?
-
12 Feb 2010 12:01 PM
- Replies
- 42
- Views
- 14,671
Awesome, exactly what I was needing right now. This is why I love the community here.
I was using the ExtJS TableLayout on a Formpanel and had several troubles with missing fieldLabels etc.
... -
14 Jan 2010 6:34 AM
- Replies
- 0
- Views
- 1,555
Hello,
I need a functionality to stop all pending AJAX requests. Is there any plugin yet available which does tracking of all requests automatically and aborts them if needed? (Like the jQuery... -
15 Dec 2009 12:29 PM
- Replies
- 2
- Views
- 2,343
Also wanted to do the same. Fill 1D array with JSON string.
JSON looks like: {result:'['test1', 'test2', test3']'}
Sounds crazy but I am using an ArrayStore now, was the simplest solution I can... -
14 Dec 2009 9:20 AM
- Replies
- 0
- Views
- 1,384
Hello,
I am using a ComboBox in a FormPanel. FormPanel has no labelAlign or any other layout-config.
I am rendering the ComboBox into the FormPanel.
Label is aligned left. I would like to have... -
11 Dec 2009 4:22 AM
Jump to post Thread: Ext Wave Community by Iveco
- Replies
- 112
- Views
- 15,087
Please add
grobendirk (@) googlewave (DOT) com -
9 Dec 2009 8:29 AM
- Replies
- 3
- Views
- 2,974
I have found this nice overview of possible ways for cross domain ajax requests.
As I pointed out already, a Flash bridge would be the only way to make a POST (scriptTag can only GET) request... -
9 Dec 2009 5:50 AM
- Replies
- 3
- Views
- 2,974
Hello,
I want to do an cross-domain AJAX POST request to an XML RPC server.
What is the best practice for a cross-domain AJAX request using the newest ExtJS version (3.03)?
I could use the... -
8 Jan 2009 11:05 AM
- Replies
- 3
- Views
- 1,949
instead of making
....var ddrowTarget = new Ext.dd.DropTarget(grid.getView().el, {....
grid.getView().el your dropZone use:
grid.getView().el.dom.childNodes[0].childNodes[1] -
17 Dec 2008 6:58 AM
Jump to post Thread: Ext.ux.layout.RowFitLayout by Iveco
- Replies
- 78
- Views
- 38,881
Just came in handy, thank you very much for this extension!
Exactly what I was looking for now, as always great community :)
Regards -
11 Dec 2008 10:01 AM
- Replies
- 11
- Views
- 2,836
use
notifyOver: function (dd,e,data) {
return dd.dropNotAllowed; // Still gives me the green icon
}
instead of -
5 Nov 2008 10:34 AM
Jump to post Thread: [2.0] Ext.ux.form.Spinner by Iveco
- Replies
- 133
- Views
- 79,866
great extension, exactly what i was looking for.
love ext and it's community!
thank you very much, keep up the good work!
-----
might be useful for some other people, since 'spin' is... -
29 Oct 2008 6:54 AM
Jump to post Thread: Two editors in a single cell by Iveco
- Replies
- 11
- Views
- 1,836
Hi,
I am looking for something similar.
In the property grid I've properties for e.g.:
Size X Val
Size Y Val
Size Z Val -
24 Oct 2008 7:04 AM
Jump to post Thread: cell editor with a button by Iveco
- Replies
- 2
- Views
- 1,007
Was also looking for this.
Found:
via custom renderer add a button
or
via plugin cellactions -
24 Oct 2008 7:01 AM
- Replies
- 53
- Views
- 49,722
Great, exactly what I was looking for.
Anyone knows where to get the newest version also compatible with Ext 2.2?
The URLs posted here do timeout.
Site is up and working now.
GREAT MOD,... -
24 Oct 2008 6:14 AM
- Replies
- 17
- Views
- 24,063
Also interested in this, but link is broken. It's fine with Ext 2.2?
Thanks for your work. -
22 Oct 2008 6:33 AM
Jump to post Thread: Ext.ended Property Grid by Iveco
- Replies
- 28
- Views
- 20,054
Hi Wam,
I really like your addon. Is there any chance to get the CellActions or RowActions plugin working with the extended PropertyGrid? That would be awesome. I tried adding the sepearte column... -
17 Oct 2008 8:55 AM
- Replies
- 26
- Views
- 7,327
I am also very interested in the recorded video which can be hosted somewhere else without the need of a registration at the seminar site.
Thanks! -
17 Oct 2008 6:59 AM
Jump to post Thread: Ext.ended Property Grid by Iveco
- Replies
- 28
- Views
- 20,054
Solution
Change:
rv = record.data['renderer'].call(this, value);
To: -
17 Oct 2008 3:22 AM
Jump to post Thread: Ext.ended Property Grid by Iveco
- Replies
- 28
- Views
- 20,054
Thank you very much for this plugin.
I am in the need of custom renderer's, but I cannot get them to work, because I am polling my data via a store's ajax request and do not use loadData() with a...
Results 1 to 25 of 70
