diff options
author | Valerio Virgillito | 2012-02-15 16:09:47 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-15 16:09:47 -0800 |
commit | d366c0bd1af6471511217ed574083e15059519b5 (patch) | |
tree | c8c9f9af761457e3c5f4c6774fb0fbba851df0c4 /js/components/ui/tree-basic/tree.reel/tree.html | |
parent | 997ce3fb65f27b3d6f331f63b5dc22d3c7fb8f1e (diff) | |
parent | b85bfb54aaca3ccca3c1ef09115de925cd67f4e9 (diff) | |
download | ninja-d366c0bd1af6471511217ed574083e15059519b5.tar.gz |
Merge branch 'refs/heads/integration'
Diffstat (limited to 'js/components/ui/tree-basic/tree.reel/tree.html')
-rwxr-xr-x[-rw-r--r--] | js/components/ui/tree-basic/tree.reel/tree.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/components/ui/tree-basic/tree.reel/tree.html b/js/components/ui/tree-basic/tree.reel/tree.html index ba594926..1990a4ef 100644..100755 --- a/js/components/ui/tree-basic/tree.reel/tree.html +++ b/js/components/ui/tree-basic/tree.reel/tree.html | |||
@@ -26,6 +26,16 @@ | |||
26 | "boundObject": {"@": "owner"}, | 26 | "boundObject": {"@": "owner"}, |
27 | "boundObjectPropertyPath": "showIcons", | 27 | "boundObjectPropertyPath": "showIcons", |
28 | "oneway": true | 28 | "oneway": true |
29 | }, | ||
30 | "expandAfterDraw": { | ||
31 | "boundObject": {"@": "owner"}, | ||
32 | "boundObjectPropertyPath": "expandTreeAfterDraw", | ||
33 | "oneway": true | ||
34 | }, | ||
35 | "highlightedUri": { | ||
36 | "boundObject": {"@": "owner"}, | ||
37 | "boundObjectPropertyPath": "highlightedUri", | ||
38 | "oneway": true | ||
29 | } | 39 | } |
30 | } | 40 | } |
31 | }, | 41 | }, |