diff options
author | Eric Guzman | 2012-05-01 12:06:15 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-01 12:06:15 -0700 |
commit | 084576ca2dcaaff1184338e0ec4a587ee0dacee7 (patch) | |
tree | 83391e752a5e75723b61c08c9e970a108fee6818 /js/panels/css-panel/style.reel/style.html | |
parent | 514aee0052f6721758401023accd9a4a56cdd217 (diff) | |
download | ninja-084576ca2dcaaff1184338e0ec4a587ee0dacee7.tar.gz |
CSS Panel - Added code hinting and tooltips
Diffstat (limited to 'js/panels/css-panel/style.reel/style.html')
-rw-r--r-- | js/panels/css-panel/style.reel/style.html | 6 |
1 files changed, 5 insertions, 1 deletions
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 | |||
17 | "element" : {"#" : "container"}, | 17 | "element" : {"#" : "container"}, |
18 | "addStyleButton": {"#": "add-style-button"}, | 18 | "addStyleButton": {"#": "add-style-button"}, |
19 | "propertyField": {"@": "property"}, | 19 | "propertyField": {"@": "property"}, |
20 | "valueField": {"@": "value"} | 20 | "valueField": {"@": "value"}, |
21 | "propertyNames" : {"@": "propertyNames"} | ||
21 | } | 22 | } |
22 | }, | 23 | }, |
24 | "propertyNames": { | ||
25 | "object": "js/panels/CSSPanel/css-property-name-list" | ||
26 | }, | ||
23 | "checkbox": { | 27 | "checkbox": { |
24 | "module": "montage/ui/checkbox.reel", | 28 | "module": "montage/ui/checkbox.reel", |
25 | "name": "Checkbox", | 29 | "name": "Checkbox", |