Hi,
right now I'm totally lost with 2 Problems with dijit.Tree and templating.
Problem 1:
I already managed to modify the template String of my dijit.Tree. But how do I modify the template String of the TreeNodes?
right now I got:
<code>
var sitemap=new dijit.Tree({
id:'sitemap',
store:sitemapStore,
query:{top:true},
templateString:"someHTMLstuff"
}
,dojo.byId("sitemap"));
</code>
but this only modifies the Tree container, not the template of the tree nodes.
I'm looking for something like:
