Search Type: Posts; User: csbubbles
Search: Search took 0.01 seconds.
-
5 Apr 2010 3:29 AM
- Replies
- 7
- Views
- 5,747
I can give you some use case.
I use Ruby on Rails for dynamically creating web pages. Rails allows create html element without some knowledge of their basis. In that framework there is some thing... -
20 Mar 2010 10:57 AM
Jump to post Thread: Tree Sort ? by csbubbles
- Replies
- 12
- Views
- 9,063
Sorting is enabled by default?
So how can you explain behaviour of node order in attachment?
Actually I'd like to ask how I can sort all nodes of tree and than have auto-sotring when I insert new... -
15 Mar 2010 6:24 AM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
Ok, thanks, I'll try this way.
-
15 Mar 2010 5:01 AM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
Great thanks, Condor.
I've decided this issue in similar but static way:
Ext.dd.StatusProxy.prototype.animRepair = false;
PS Wouldn't you explain also how can problem with renaming nodes be... -
15 Mar 2010 4:04 AM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
STOP WHAT?!
I DO NOT WANT STOP DROP!
UNTIL I GET RESPONSE FROM SERVER!
I DO NOT WANT TO CANCEL DROP AND SEE HOW NODE RETURNS TO SOURCE TREE.
ALSO I DO NOT WANT TO SUBMIT DROP AND SEE ADDED... -
15 Mar 2010 3:31 AM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
Can't you understand that it looks ridiculous?
User drops node.
Request created but dropping canceled.
User sees how node is flying to source tree.
User thinks that some error happened (his... -
15 Mar 2010 3:10 AM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
I told you about the same in all posts. In this handler I call request. But this method life cycle is finished before response comes from server. Dropping finished. And whether new node is created in...
-
15 Mar 2010 2:49 AM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
Who can I ask not to do what?
-
15 Mar 2010 2:20 AM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
Two trees.
We drag node from first one to second.
When we drop item to target tree we need to call request to change data model on the server (in database). And only after getting response we... -
14 Mar 2010 11:15 PM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
I do not like to show user anything.
I must show user correct information in right way like he wants.
The tree shows some data. And it hasn't to show anything else.
When we do something there... -
14 Mar 2010 4:11 PM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
Ok. Try one more time...
User tried to change some tree node name.
He clicked at selected node.
He typed some 'new' name.
He pressed 'enter'.
What does he have see during 5 seconds for... -
14 Mar 2010 9:34 AM
Jump to post Thread: Synchronous Ajax Call by csbubbles
- Replies
- 52
- Views
- 46,218
We have some tree. Each node of this tree corresponds to some data record in database table on server. For example we have table that contains hierarchy of product categories of internet-shop (task...
-
9 Feb 2010 2:09 PM
Jump to post Thread: Drag'n'drop animation by csbubbles
- Replies
- 0
- Views
- 491
Hi there...
I don't like flying item back to source item when drop fails.
How can this feature be disabled?
Thanks. -
27 Jan 2010 3:54 AM
Jump to post Thread: Async tree nodes by csbubbles
- Replies
- 1
- Views
- 866
If we create tree and dynamically load only root node the all other nodes will be loaded on demand (on expanding). After when we'll call reload method for some nested node everything's fine, that...
-
27 Jan 2010 2:20 AM
- Replies
- 3
- Views
- 1,243
Ext JS Library 3.1.0
If it needs and you'd like I can give you access to test server where you can see this problem by yoursefl. -
26 Jan 2010 11:03 PM
- Replies
- 3
- Views
- 1,243
I'm trying to change tree selection when TreeEditor is active (in edit mode) but editor is still visible and editable.
Try to do the following:
1. click on selected item to get TreeEditor edit... -
26 Jan 2010 1:22 PM
Jump to post Thread: TreeEditor issue by csbubbles
- Replies
- 1
- Views
- 620
PS I have callback on 'beforecomplete' event that always returns 'false' to disable any changes (temporary stub).
If there isn't this callback everithing's right. So... what's the problem? -
26 Jan 2010 1:13 PM
Jump to post Thread: TreeEditor issue by csbubbles
- Replies
- 1
- Views
- 620
I'm trying to change tree selection when TreeEditor is active (in edit mode) but editor is still visible and editable.
Try to do the following:
1. click on selected item to get TreeEditor edit...
Results 1 to 18 of 18
