diff options
author | Eric Guzman | 2012-04-30 13:45:52 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-30 13:45:52 -0700 |
commit | 4332599afffae987a18bb197fcfdd09bc2e94d2b (patch) | |
tree | 81b80385d74ba5c13e1fd4979560f0dc8cf61ad4 /js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html | |
parent | 2b78627d5f5332d01ef9649c9596cc3689b6867b (diff) | |
download | ninja-4332599afffae987a18bb197fcfdd09bc2e94d2b.tar.gz |
CSS Style Rule - Add code for changing selectors and showing unapplied rules
Diffstat (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html')
-rw-r--r-- | js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html index 1042d29e..bf101719 100644 --- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html | |||
@@ -15,6 +15,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
15 | "name" : "CssStyleRule", | 15 | "name" : "CssStyleRule", |
16 | "properties" : { | 16 | "properties" : { |
17 | "element" : {"#" : "rule-item"}, | 17 | "element" : {"#" : "rule-item"}, |
18 | "selectorField": {"@": "selector"}, | ||
18 | "declarationComponent": {"@": "declaration"} | 19 | "declarationComponent": {"@": "declaration"} |
19 | } | 20 | } |
20 | }, | 21 | }, |
@@ -52,6 +53,18 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
52 | "name": "Declaration", | 53 | "name": "Declaration", |
53 | "properties": { | 54 | "properties": { |
54 | "element": {"#": "declaration-list"} | 55 | "element": {"#": "declaration-list"} |
56 | }, | ||
57 | "bindings": { | ||
58 | "focusDelegate" : { | ||
59 | "boundObject": {"@": "owner"}, | ||
60 | "boundObjectPropertyPath": "focusDelegate", | ||
61 | "oneway": true | ||
62 | }, | ||
63 | "declaration" : { | ||
64 | "boundObject": {"@": "owner"}, | ||
65 | "boundObjectPropertyPath": "_declaration", | ||
66 | "oneway": true | ||
67 | } | ||
55 | } | 68 | } |
56 | }, | 69 | }, |
57 | "sheetLink": { | 70 | "sheetLink": { |