Search Type: Posts; User: Funcracker
Search: Search took 0.02 seconds.
-
23 May 2011 12:48 AM
- Replies
- 2
- Views
- 577
But what if you can not, because you are simply using a public REST API to retrieve the information. I guess it should be possible to do one of two things:
1) Tell the TreeStore how it should... -
19 May 2011 6:15 AM
- Replies
- 2
- Views
- 577
Hi all, I'd appreciate it if someone would be able to help me with the following:
I have a TreeStore that loads User Models (in JSON). These User models have some basic fields, plus an array with... -
24 Sep 2010 6:36 AM
- Replies
- 1
- Views
- 1,102
This bug still exists in the latest Ext 3.3 beta - I didn't check the latest build.
Anyway, I am very grateful for your fix as this saves me a good many hours debugging and trying to come up with... -
7 May 2009 9:10 AM
Jump to post Thread: Drag & Drop - Proxy settings by Funcracker
- Replies
- 7
- Views
- 2,704
Ok, so I found out I have two bugs at the moment.
1) When I dragged an item from one zone to another zone that is positioned below the source zone. it detected the second zone to low. I got a... -
5 May 2009 4:00 AM
Jump to post Thread: Drag & Drop - Proxy settings by Funcracker
- Replies
- 7
- Views
- 2,704
This is my code sofar, notes are below:
/**
* Drag and drop in standard HTML lists, and between those lists
* Based on... -
4 May 2009 5:05 AM
Jump to post Thread: Drag & Drop - Proxy settings by Funcracker
- Replies
- 7
- Views
- 2,704
Ok, so I was fumbling around with the alignElWithMouse-function. That seemed to do the trick. I altered the X, Y position of the proxy element, although I had to hardcode this and couldn't find a way...
-
4 May 2009 3:19 AM
Jump to post Thread: Drag & Drop - Proxy settings by Funcracker
- Replies
- 7
- Views
- 2,704
Thanks sj137,
That did unfortunately not work, but the idea was nice ;)
The frame is part of the Ext.dd.StatusProxy object, and the only way to get rid of it (except overriding the class and... -
23 Apr 2009 3:58 AM
Jump to post Thread: Drag & Drop - Proxy settings by Funcracker
- Replies
- 7
- Views
- 2,704
I've read the sourcecode for DragDrop, DragSource, DragZone, etc, but this didn't give me much information.. It seems my code below (copied from Saki's tutorial, though slightly adjusted) might make...
-
22 Apr 2009 1:23 PM
Jump to post Thread: Drag & Drop - Proxy settings by Funcracker
- Replies
- 7
- Views
- 2,704
I'm trying to get my head around the ExtJS drag & drop features, but I still have a few questions. I will fire them all in this one thread, as I have a few simple(?) ones and a single hard one....
-
17 Apr 2009 7:05 AM
- Replies
- 270
- Views
- 105,990
Thanks guys!
I thought I did that, but I must have missed something. Thanks for pointing that out! -
16 Apr 2009 1:56 AM
- Replies
- 270
- Views
- 105,990
Thanks Oxymoron! One question remains though, where to get the java code? I can unjar the jar and get the class files. I can of course reverse them, but it would be nicer just to use the original...
-
15 Apr 2009 2:20 AM
- Replies
- 270
- Views
- 105,990
Well, as Wordpress is one of the popular choices today, it might be useful to actually try it for a change :) It's not hard, it's popularity led to the creation of sufficient documentation.
I... -
25 Mar 2009 6:12 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by Funcracker
- Replies
- 677
- Views
- 252,585
[addressed]
@Animal: Heh, my proposal wasn't that serious mate ;)
The inheritance diagram is of course not what I meant. If I'm looking at a form.Field, then that has absolutely nothing to do... -
25 Mar 2009 5:32 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by Funcracker
- Replies
- 677
- Views
- 252,585
[addressed]
Thanks Animal! That actually makes sense, but it didn't yet occur to me that I could only use the anchor config by embedding the object in a Container that uses the AnchorLayout..
... -
25 Mar 2009 4:03 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by Funcracker
- Replies
- 677
- Views
- 252,585
[addressed]
Hi all,
It could be me, but I'm fairly certain the Form Field's 'anchor' config option is not described in the documentation. Specific form elements do not describe the option, and... -
16 Jul 2008 6:04 AM
- Replies
- 2
- Views
- 810
That is a good question actually. Yes I did, but since my data is remote I didn't use that option.
But since other requests now load it, I guess it might be considered 'local' now?
*1 minute... -
16 Jul 2008 5:51 AM
- Replies
- 2
- Views
- 810
Ok, after having spent over an hour searching the forum I still have no clue as to how this works. I hope someone here can cheer me up :P
By default a Combobox seems to be lazy. And simply put, I... -
1 Jul 2008 5:29 AM
- Replies
- 22
- Views
- 16,673
Thanks Mystix for your help. I already stumbled upon those myself, but as far as I could gather they are nowhere near what jsakalos was showing in his first post in this topic. Both do not support a...
-
1 Jul 2008 5:00 AM
- Replies
- 22
- Views
- 16,673
This is exactly what I need jsakalos. After searching my way through the forums to check if someone already made this, it seems this topic is the one closest to what I'm looking for. The problem...
-
4 Jun 2008 11:35 PM
- Replies
- 2
- Views
- 854
Hehe, I see what you did there. I was thinking about a similar construction myself, but was hoping this could be done in a clean way as well.
Still hoping someone has the answer. Would prefer not... -
4 Jun 2008 5:50 AM
- Replies
- 2
- Views
- 854
I would like to have a single callback after I initiated a CompositeElement animation. I have code similar to this:
var ce = Ext.select('li');
ce.fadeOut({callback: foo});
function foo() {... -
4 Jun 2008 5:40 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by Funcracker
- Replies
- 677
- Views
- 252,585
Documentation:
http://extjs.com/deploy/dev/docs/output/Ext.Fx.html
Config option:
callback
Undocumented feature:
Passes the element the animation was called upon as a first parameter to the... -
3 Jun 2008 2:23 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by Funcracker
- Replies
- 677
- Views
- 252,585
Documentation:
http://www.extjs.com/deploy/dev/docs/output/Ext.CompositeElement.html
Method:
indexOf
Problem:
Does not return a boolean, instead returns a numeric value, which represents...
Results 1 to 23 of 23
