From d4ce8c2fe42fcbfc36cf4b20ef8de67c6471c241 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Mon, 14 May 2012 23:44:47 -0700 Subject: CSSPanel - Add mutli-selection and adding classes to groups of elements --- js/panels/css-panel/css-panel.reel/css-panel.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'js/panels/css-panel/css-panel.reel') 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 "name": "StylesViewContainer", "properties": { "element": {"#": "styles-view-container" }, - "selectionNameLabel": {"#": "selection-name" } + "selectionName": {"@": "selectionName" } + } + }, + "selectionName" : { + "prototype": "montage/ui/dynamic-text.reel", + "properties": { + "element": {"#":"selection-name"} + }, + "bindings": { + "value" : { + "boundObject": {"@": "stylesViewContainer"}, + "boundObjectPropertyPath": "selectionNameLabelText", + "oneway": true + } } } } -- cgit v1.2.3