Loads content and media trees with a custom root

This commit is contained in:
perploug
2013-11-18 22:29:19 +01:00
parent abce483d0e
commit 4fea694c6a
9 changed files with 45 additions and 25 deletions

View File

@@ -7,6 +7,7 @@
{
public const string IsDialog = "isDialog";
public const string Application = "application";
public const string RootNode = "rootNodeId";
//public const string OnNodeClick = "OnNodeClick";
//public const string RenderParent = "RenderParent";
}