Fixes isDialog mode trees, creates content picker parameter editor, ensures the tree dialogs are all isdialog=true, fixes property editor resolution that are parameter editors.

This commit is contained in:
Shannon
2013-10-30 14:12:06 +11:00
parent 5be7ed7d58
commit 68b955e611
11 changed files with 31 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
/// </summary>
internal struct TreeQueryStringParameters
{
public const string DialogMode = "DialogMode";
public const string IsDialog = "isDialog";
public const string Application = "application";
//public const string OnNodeClick = "OnNodeClick";
//public const string RenderParent = "RenderParent";