From 084576ca2dcaaff1184338e0ec4a587ee0dacee7 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 1 May 2012 12:06:15 -0700 Subject: CSS Panel - Added code hinting and tooltips --- js/panels/css-panel/style.reel/style.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'js/panels/css-panel/style.reel/style.html') diff --git a/js/panels/css-panel/style.reel/style.html b/js/panels/css-panel/style.reel/style.html index 469c7268..acc169be 100644 --- a/js/panels/css-panel/style.reel/style.html +++ b/js/panels/css-panel/style.reel/style.html @@ -17,9 +17,13 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "element" : {"#" : "container"}, "addStyleButton": {"#": "add-style-button"}, "propertyField": {"@": "property"}, - "valueField": {"@": "value"} + "valueField": {"@": "value"}, + "propertyNames" : {"@": "propertyNames"} } }, + "propertyNames": { + "object": "js/panels/CSSPanel/css-property-name-list" + }, "checkbox": { "module": "montage/ui/checkbox.reel", "name": "Checkbox", -- cgit v1.2.3