From 0a4672001ac5122c512087779e57dc07de4ec1b7 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 12 Apr 2012 11:31:39 -0700 Subject: CSS Style Rule - Make selector editable --- .../rule-components/css-style-rule.reel/css-style-rule.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html') diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html index de64f81f..1042d29e 100644 --- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html @@ -33,9 +33,10 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot } }, "selector": { - "module": "montage/ui/dynamic-text.reel", - "name" : "DynamicText", + "module": "js/components/hintable.reel", + "name" : "Hintable", "properties": { + "startOnEvent": "click", "element": {"#": "rule-selector"} }, "bindings": { @@ -64,7 +65,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot -
  • +
  • -- cgit v1.2.3