WIP: working on tree picker with search for list views. updates all pickers to ensure that they unbind any events.

This commit is contained in:
Shannon
2014-10-08 14:26:18 +11:00
parent f5ec2139f0
commit 818c699d60
13 changed files with 513 additions and 369 deletions

View File

@@ -94,7 +94,11 @@ namespace Umbraco.Web.Trees
node.AdditionalData.Add("contentType", entity.ContentTypeAlias);
if (isContainer)
{
node.AdditionalData.Add("isContainer", true);
node.SetContainerStyle();
}
if (entity.IsPublished == false)
node.SetNotPublishedStyle();