aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/properties.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-01 17:00:59 -0800
committerValerio Virgillito2012-03-01 17:00:59 -0800
commit61dd921d5bb06ab47ee84506dbaaeaf4895ebf42 (patch)
treef574978953d7813886adee2b6445c549e1093908 /js/panels/properties.reel/properties.html
parent42d78d11764dca5df6c7d01f3221f398bee17152 (diff)
parentdd981ba7fcd85ebf2dc2d6bf539fdb37eeacd556 (diff)
downloadninja-61dd921d5bb06ab47ee84506dbaaeaf4895ebf42.tar.gz
Merge pull request #90 from mencio/stage-fixes
Stage fixes
Diffstat (limited to 'js/panels/properties.reel/properties.html')
-rwxr-xr-xjs/panels/properties.reel/properties.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/js/panels/properties.reel/properties.html b/js/panels/properties.reel/properties.html
index d903d8ed..72a6def6 100755
--- a/js/panels/properties.reel/properties.html
+++ b/js/panels/properties.reel/properties.html
@@ -58,6 +58,22 @@
58 } 58 }
59 }, 59 },
60 60
61 "elementNameAttribute": {
62 "module": "montage/ui/textfield.reel",
63 "name": "Textfield",
64 "properties": {
65 "element": {"#": "elementNameAttribute"},
66 "readOnly": false
67 },
68 "bindings": {
69 "value": {
70 "boundObject": {"@": "owner"},
71 "boundObjectPropertyPath": "nameAttribute",
72 "oneway": false
73 }
74 }
75 },
76
61 77
62 "PosSizeSection": { 78 "PosSizeSection": {
63 "module": "js/panels/properties.reel/section.reel", 79 "module": "js/panels/properties.reel/section.reel",
@@ -128,6 +144,7 @@
128 "element": {"#": "propertiesPanel"}, 144 "element": {"#": "propertiesPanel"},
129 "elementNameInput": {"@": "elementNameInput1"}, 145 "elementNameInput": {"@": "elementNameInput1"},
130 "elementId": {"@": "elementID"}, 146 "elementId": {"@": "elementID"},
147 "elementNameAttribute": {"@": "elementNameAttribute"},
131 "positionSize": {"@": "PosSize"}, 148 "positionSize": {"@": "PosSize"},
132 "threeD": {"@": "threeDProperties"} 149 "threeD": {"@": "threeDProperties"}
133 } 150 }
@@ -150,6 +167,10 @@
150 <label id="lblClass">Class:</label> 167 <label id="lblClass">Class:</label>
151 <article class="fieldRow"><input type="text" id="elementClassName" class="nj-skinned" /></article> 168 <article class="fieldRow"><input type="text" id="elementClassName" class="nj-skinned" /></article>
152 </section> 169 </section>
170 <section class="fieldCol">
171 <label id="lblName">Name:</label>
172 <article class="fieldRow"><input type="text" id="elementNameAttribute" class="nj-skinned" /></article>
173 </section>
153 </section> 174 </section>
154 <section id="PosSize"></section> 175 <section id="PosSize"></section>
155 <section id="customSections"> 176 <section id="customSections">