. Checkpoint of the Clipboard refactoring for AVM nodes:

- Cut and Copy actions now appear for AVM nodes (as appropriate for user permissions)
 - AVM nodes now appear in the clipboard
 - All content nodes in the clipboard are now clickable links which display the content for the item
NOTE: avm nodes cannot be pasted anywhere yet :)
. Fixed 2.0 styles for Simple Search pop-up

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4929 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-01-25 18:51:10 +00:00
parent 1c966e9a71
commit 1e706a0d36
8 changed files with 80 additions and 5 deletions

View File

@@ -194,6 +194,7 @@ public class AVMNode extends Node implements Map<String, Object>
}
this.properties.put("id", this.id);
this.properties.put("nodeRef", this.nodeRef);
this.properties.put("size", this.avmRef.getLength());
this.properties.put("name", this.avmRef.getName());
this.properties.put("created", this.avmRef.getCreateDate());