aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html
diff options
context:
space:
mode:
authorEric Guzman2012-04-12 11:31:39 -0700
committerEric Guzman2012-04-12 11:31:39 -0700
commit0a4672001ac5122c512087779e57dc07de4ec1b7 (patch)
treebed7b56316cf5e0ced5daa1c5c872706b6771542 /js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html
parenta4337391471dd73f351ad2a3b9100e5b5d10f029 (diff)
downloadninja-0a4672001ac5122c512087779e57dc07de4ec1b7.tar.gz
CSS Style Rule - Make selector editable
Diffstat (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html')
-rw-r--r--js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html7
1 files changed, 4 insertions, 3 deletions
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
33 } 33 }
34 }, 34 },
35 "selector": { 35 "selector": {
36 "module": "montage/ui/dynamic-text.reel", 36 "module": "js/components/hintable.reel",
37 "name" : "DynamicText", 37 "name" : "Hintable",
38 "properties": { 38 "properties": {
39 "startOnEvent": "click",
39 "element": {"#": "rule-selector"} 40 "element": {"#": "rule-selector"}
40 }, 41 },
41 "bindings": { 42 "bindings": {
@@ -64,7 +65,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
64 </script> 65 </script>
65</head> 66</head>
66<body> 67<body>
67<li id="rule-item" class="css-style-rule-item"> 68<li data-montage-id="rule-item" class="css-style-rule-item">
68 <div class="style-rule-heading"> 69 <div class="style-rule-heading">
69 <a href="#" id="style-sheet-name" class="style-sheet-name"></a> 70 <a href="#" id="style-sheet-name" class="style-sheet-name"></a>
70 <span id="rule-selector" class="nj-css-selector"></span> 71 <span id="rule-selector" class="nj-css-selector"></span>