aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/styles-view-container.reel/styles-view-container.html
diff options
context:
space:
mode:
authorEric Guzman2012-03-12 15:23:51 -0700
committerEric Guzman2012-03-12 15:23:51 -0700
commit10e4712ea5cf44041668dce9e767cb875ed53784 (patch)
tree4e0a58a3bd8cbdc480b23160037b5a16ea47040b /js/panels/css-panel/styles-view-container.reel/styles-view-container.html
parent7130541631a84b524824c0c4247f5dc73ef4c91c (diff)
downloadninja-10e4712ea5cf44041668dce9e767cb875ed53784.tar.gz
CSS Panel Update - Styles View container update
Diffstat (limited to 'js/panels/css-panel/styles-view-container.reel/styles-view-container.html')
-rw-r--r--js/panels/css-panel/styles-view-container.reel/styles-view-container.html35
1 files changed, 7 insertions, 28 deletions
diff --git a/js/panels/css-panel/styles-view-container.reel/styles-view-container.html b/js/panels/css-panel/styles-view-container.reel/styles-view-container.html
index 97c7c889..e8ddb139 100644
--- a/js/panels/css-panel/styles-view-container.reel/styles-view-container.html
+++ b/js/panels/css-panel/styles-view-container.reel/styles-view-container.html
@@ -15,7 +15,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
15 "name" : "StylesViewContainer", 15 "name" : "StylesViewContainer",
16 "properties" : { 16 "properties" : {
17 "element" : {"#" : "container"}, 17 "element" : {"#" : "container"},
18 "ruleList": {"@": "ruleList" } 18 "ruleListContainer": {"@": "ruleListContainer" },
19 "substitution": {"@": "substitution" }
19 } 20 }
20 }, 21 },
21 "substitution": { 22 "substitution": {
@@ -24,7 +25,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
24 "properties": { 25 "properties": {
25 "element": {"#": "sub-panel-slot"}, 26 "element": {"#": "sub-panel-slot"},
26 "switchComponents": { 27 "switchComponents": {
27 "rules": {"@": "ruleList"}, 28 "rules": {"@": "ruleListContainer"},
28 "computed": {"@": "computedStyleView"} 29 "computed": {"@": "computedStyleView"}
29 } 30 }
30 }, 31 },
@@ -36,35 +37,13 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
36 } 37 }
37 } 38 }
38 }, 39 },
39 "ruleList": { 40 "ruleListContainer": {
40 "module" : "js/panels/css-panel/rule-list.reel", 41 "module": "js/panels/css-panel/rule-list-container.reel",
41 "name": "RuleList", 42 "name": "RuleListContainer"
42 "properties": {
43 "supportedRules" : {
44 "1" : {"@": "css-style-rule"},
45 "3" : {"@": "css-import-rule"},
46 "4" : {"@": "css-media-rule"},
47 "5" : {"@": "css-font-face-rule"},
48 "6" : {"@": "css-page-rule"},
49 "10" : {"@": "namespace-rule"}
50 }
51 },
52 "bindings": {
53 "contentController" : {
54 "boundObject": {"@": "owner"},
55 "boundObjectPropertyPath": "contentController",
56 "oneway": true
57 }
58 }
59 },
60 "css-style-rule": {
61 "module": "js/panels/css-panel/rule-components/css-style-rule.reel",
62 "name": "CssStyleRule"
63 }, 43 },
64 "computedStyleView": { 44 "computedStyleView": {
65 "module": "js/panels/CSSPanel/ComputedStyleSubPanel.reel", 45 "module": "js/panels/CSSPanel/ComputedStyleSubPanel.reel",
66 "name": "ComputedStyleSubPanel", 46 "name": "ComputedStyleSubPanel"
67 "properties": { }
68 }, 47 },
69 "toolbar": { 48 "toolbar": {
70 "module": "js/components/toolbar.reel", 49 "module": "js/components/toolbar.reel",