Re: Wonder's AjaxTree Issue
Re: Wonder's AjaxTree Issue
- Subject: Re: Wonder's AjaxTree Issue
- From: Mike Schrag <email@hidden>
- Date: Wed, 8 Apr 2009 19:57:35 -0700
AjaxExample app shows exactly this scenario and it works fine (and we
use this in a production app without any problems). I would compare
what AjaxExample is doing to what you're doing and see how they differ.
On Apr 7, 2009, at 11:07 PM, Rukmal Dias wrote:
hi,
When I tried to view a tree structure using wonder's AjaxTree
component it does not show nodes in relevant positions. It seems to
be not supports for a level 3 nodes. Anyone please tell is this a
limitation in Ajax tree or is there a way to get the correct output
or is there any better components to use.
TreeStructure : AjaxTree {
item = currentItem;
allExpanded = true;
root = rootNode;
delegate = delegate;
id = "ajaxTree";
}
Required tree structure
Root
|____Node1
| |____Node1_child1
| |____Node1_child2
|
|____Node2
| |___Node2_child1
|
|____Node3
The one shows by AjaxTree
Root
|____Node1
|____Node1_child1
|____Node1_child2
|____Node2
|____Node2_child1
|____Node3
Thanks
Rukmal
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden