Hello,
I have setup an async tree due to the big number of leafs (~2000) and
the poor performance of the static tree when viewed on IE6/IE7. The
async loads faster than the standard tree, but when clicking on a
level 2 branch all the leafs of the tree are fetched, not just the
ones under the clic
Thanks!! got it working...
On 24 ago, 13:49, Jörn Zaefferer
wrote:
> You can use the "classes" property in the JSON response. These are
> added to each node.
>
> Jörn
>
> On Mon, Aug 24, 2009 at 12:12 PM, nsbk wrote:
>
> > Hi!
>
> > I'm cur
$("#tree").treeview({
url: "MenuTree.aspx",animated: "fast",collapsed: true,
unique: true
})
});
//html
Thanks in advance!
-- nsbk
3 matches
Mail list logo