aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/css-panel.reel
diff options
context:
space:
mode:
authorEric Guzman2012-05-14 23:44:47 -0700
committerEric Guzman2012-05-14 23:44:47 -0700
commitd4ce8c2fe42fcbfc36cf4b20ef8de67c6471c241 (patch)
tree9698ed4cc633fc6ac84250ee2f342b5d3a6f8d97 /js/panels/css-panel/css-panel.reel
parentb3624fbd6ed9c03e1b5c889bf4757af2ff6ce96d (diff)
downloadninja-d4ce8c2fe42fcbfc36cf4b20ef8de67c6471c241.tar.gz
CSSPanel - Add mutli-selection and adding classes to groups of elements
Diffstat (limited to 'js/panels/css-panel/css-panel.reel')
-rw-r--r--js/panels/css-panel/css-panel.reel/css-panel.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/js/panels/css-panel/css-panel.reel/css-panel.html b/js/panels/css-panel/css-panel.reel/css-panel.html
index f0c538c8..5bc5c87d 100644
--- a/js/panels/css-panel/css-panel.reel/css-panel.html
+++ b/js/panels/css-panel/css-panel.reel/css-panel.html
@@ -32,7 +32,20 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
32 "name": "StylesViewContainer", 32 "name": "StylesViewContainer",
33 "properties": { 33 "properties": {
34 "element": {"#": "styles-view-container" }, 34 "element": {"#": "styles-view-container" },
35 "selectionNameLabel": {"#": "selection-name" } 35 "selectionName": {"@": "selectionName" }
36 }
37 },
38 "selectionName" : {
39 "prototype": "montage/ui/dynamic-text.reel",
40 "properties": {
41 "element": {"#":"selection-name"}
42 },
43 "bindings": {
44 "value" : {
45 "boundObject": {"@": "stylesViewContainer"},
46 "boundObjectPropertyPath": "selectionNameLabelText",
47 "oneway": true
48 }
36 } 49 }
37 } 50 }
38 } 51 }