From afcaa157f7bc067cf00de91b43b2a71e9b64b7b3 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Mon, 9 Apr 2012 15:43:10 -0700 Subject: Style sheet - Style update --- .../css-panel/style-sheet.reel/style-sheet.html | 57 +++++++++++++++++++--- 1 file changed, 51 insertions(+), 6 deletions(-) (limited to 'js/panels/css-panel/style-sheet.reel/style-sheet.html') diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.html b/js/panels/css-panel/style-sheet.reel/style-sheet.html index 1c47ce3f..1820f780 100644 --- a/js/panels/css-panel/style-sheet.reel/style-sheet.html +++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html @@ -15,11 +15,13 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "name" : "StyleSheet", "properties" : { "element" : {"#" : "style-sheet-container"}, - "disableCheckbox": {"@": "disableCheckbox"}, "nameText": {"@": "name"}, "mediaInput": {"@": "mediaInput"}, "editButton": {"@": "editButton"}, - "editView": {"#": "style-sheet-edit"} + "editView": {"#": "style-sheet-edit"}, + "disableButton": {"@": "disableButton"}, + "importButton": {"@": "importButton"}, + "deleteButton": {"@": "deleteButton"} } }, "disableCheckbox": { @@ -65,13 +67,56 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "listener": {"@": "owner"} }] + }, + "disableButton": { + "module": "montage/ui/button.reel", + "name": "Button", + "properties": { + "element": {"#": "disable-button"}, + "identifier": "disableButton", + "label": "Disable" + }, + "listeners": [{ + "type": "action", + "listener": {"@": "owner"} + }] + + }, + "importButton": { + "module": "montage/ui/button.reel", + "name": "Button", + "properties": { + "element": {"#": "import-button"}, + "identifier": "importButton", + "label": "Import" + }, + "listeners": [{ + "type": "action", + "listener": {"@": "owner"} + }] + + }, + "deleteButton": { + "module": "montage/ui/button.reel", + "name": "Button", + "properties": { + "element": {"#": "delete-button"}, + "identifier": "deleteButton", + "label": "Delete" + }, + "listeners": [{ + "type": "action", + "listener": {"@": "owner"} + }] + } }
-
+
+
@@ -79,9 +124,9 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
- - - + + +
-- cgit v1.2.3