Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Tree: Child with multiple ParentIds

    Hi,

    I have a question.
    I am using a Tree with the ModelType Parent, because my data-XML looks like that:

    Code:
     <Link Id="7" Location="/bla/services/GetParameter.html" Name="GetParameter" Package="blub" ParentId="4" Type="Service">
            <Keywords>
                <Keyword Value="default parameter"/>
                <Keyword Value="version parameter"/>
            </Keywords>
            <Examples />
        </Link>
    I use Tree#linkNodes(...) to create the tree.
    I don't use DataSources.

    Is it, in that case, possible, that one child has various parents? I presume not :(
    If so, how would the XML look like then?

    Thanks in advance!
    GG

    SmartGWT/browser: 2.5 IE8
Working...
X