From 5247614b90c5cb104166b22ae92b8f29bd1e306f Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Wed, 14 Mar 2012 16:06:33 -0700 Subject: CSS Panel Updates - Added shorthand collapser --- .../css-panel/style-shorthand.reel/style-shorthand.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'js/panels/css-panel/style-shorthand.reel/style-shorthand.html') 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 "element" : {"#" : "branch"}, "label" : { "@" : "textComponent" }, "branchList": {"#" : "branchList"}, - "styleListDisclosure": {"#": "style-list-disclosure"}, "arrayController": {"@": "arrayController" }, "repetition": {"@": "repetition"}, "leafComponent": {"@": "leaf"}, "branchComponent": {"@": "branch"}, - "branchCollapser": {"#": "collapser"} - + "branchCollapser": {"#": "collapser" } } }, @@ -149,6 +147,15 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "oneway": true } } + }, + + "collapser" : { + "module": "js/panels/collapse-composer", + "name": "CollapseComposer", + "properties" : { + "element": {"#":"collapser"}, + "component": {"@": "repetition"} + } } } -- cgit v1.2.3