diff options
author | Eric Guzman | 2012-03-14 16:06:33 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-14 16:06:33 -0700 |
commit | 5247614b90c5cb104166b22ae92b8f29bd1e306f (patch) | |
tree | ea4fb475d04573d8fbf4cc2aa4d23b101eacf9f6 /js/panels/css-panel/style-shorthand.reel/style-shorthand.html | |
parent | 562e6d71d8bbe149f856b126e4c4246fc2d843ef (diff) | |
download | ninja-5247614b90c5cb104166b22ae92b8f29bd1e306f.tar.gz |
CSS Panel Updates - Added shorthand collapser
Diffstat (limited to 'js/panels/css-panel/style-shorthand.reel/style-shorthand.html')
-rw-r--r-- | js/panels/css-panel/style-shorthand.reel/style-shorthand.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/js/panels/css-panel/style-shorthand.reel/style-shorthand.html b/js/panels/css-panel/style-shorthand.reel/style-shorthand.html index 63aa64f8..243d9cc7 100644 --- a/js/panels/css-panel/style-shorthand.reel/style-shorthand.html +++ b/js/panels/css-panel/style-shorthand.reel/style-shorthand.html | |||
@@ -17,13 +17,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
17 | "element" : {"#" : "branch"}, | 17 | "element" : {"#" : "branch"}, |
18 | "label" : { "@" : "textComponent" }, | 18 | "label" : { "@" : "textComponent" }, |
19 | "branchList": {"#" : "branchList"}, | 19 | "branchList": {"#" : "branchList"}, |
20 | "styleListDisclosure": {"#": "style-list-disclosure"}, | ||
21 | "arrayController": {"@": "arrayController" }, | 20 | "arrayController": {"@": "arrayController" }, |
22 | "repetition": {"@": "repetition"}, | 21 | "repetition": {"@": "repetition"}, |
23 | "leafComponent": {"@": "leaf"}, | 22 | "leafComponent": {"@": "leaf"}, |
24 | "branchComponent": {"@": "branch"}, | 23 | "branchComponent": {"@": "branch"}, |
25 | "branchCollapser": {"#": "collapser"} | 24 | "branchCollapser": {"#": "collapser" } |
26 | |||
27 | } | 25 | } |
28 | }, | 26 | }, |
29 | 27 | ||
@@ -149,6 +147,15 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
149 | "oneway": true | 147 | "oneway": true |
150 | } | 148 | } |
151 | } | 149 | } |
150 | }, | ||
151 | |||
152 | "collapser" : { | ||
153 | "module": "js/panels/collapse-composer", | ||
154 | "name": "CollapseComposer", | ||
155 | "properties" : { | ||
156 | "element": {"#":"collapser"}, | ||
157 | "component": {"@": "repetition"} | ||
158 | } | ||
152 | } | 159 | } |
153 | } | 160 | } |
154 | </script> | 161 | </script> |