aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/sections
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/properties.reel/sections')
-rwxr-xr-xjs/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html15
-rwxr-xr-xjs/panels/properties.reel/sections/custom-rows/dual-row.reel/dual-row.html15
-rwxr-xr-xjs/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html10
-rwxr-xr-xjs/panels/properties.reel/sections/custom.reel/custom.html15
-rwxr-xr-xjs/panels/properties.reel/sections/position-and-size.reel/position-and-size.html33
-rwxr-xr-xjs/panels/properties.reel/sections/three-d-view.reel/three-d-view.html66
6 files changed, 63 insertions, 91 deletions
<
diff --git a/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html b/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html
index 58a50a0d..cef44f31 100755
--- a/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html
+++ b/js/panels/properties.reel/sections/custom-rows/color-select.reel/color-select.html
@@ -9,8 +9,7 @@
9 <script type="text/montage-serialization"> 9 <script type="text/montage-serialization">
10 { 10 {
11 "owner": { 11 "owner": {
12 "module" : "js/panels/properties.reel/sections/custom-rows/color-select.reel", 12 "prototype" : "js/panels/properties.reel/sections/custom-rows/color-select.reel",
13 "name" : "ColorSelect",
14 "properties" : { 13 "properties" : {
15 "element" : {"#": "section"}, 14 "element" : {"#": "section"},
16 "Stroke" : {"#": "Stroke"}, 15 "Stroke" : {"#": "Stroke"},
@@ -22,16 +21,14 @@
22 21
23 22
24 "colorChip": { 23 "colorChip": {
25 "module" : "js/components/ui/color-chip.reel", 24 "prototype" : "js/components/ui/color-chip.reel",
26 "name" : "ColorChip",
27 "properties" : { 25 "properties" : {
28 "element" : {"#": "Stroke"} 26 "element" : {"#": "Stroke"}
29 } 27 }
30 }, 28 },
31 29
32 "colorChip2": { 30 "colorChip2": {
33 "module" : "js/components/ui/color-chip.reel", 31 "prototype" : "js/components/ui/color-chip.reel",
34 "name" : "ColorChip",
35 "properties" : { 32 "properties" : {
36 "element" : {"#": "Fill"}, 33 "element" : {"#": "Fill"},
37 "mode": "fill" 34 "mode": "fill"
@@ -41,11 +38,11 @@
41 </script> 38 </script>
42</head> 39</head>
43<body> 40<body>
44 <div id="section"> 41 <div data-montage-id="section">
45 <section class="fieldCol"> 42 <section class="fieldCol">
46 <article class="fieldRow colorSelect"> 43 <article class="fieldRow colorSelect">
47 <div id="Stroke"></div> 44 <div data-montage-id="Stroke"></div>
48 <div id="Fill"></div> 45 <div data-montage-id="Fill"></div>
49 </article> 46 </article>
50 </section> 47 </section>
51 </div> 48 </div>
diff --git a/js/panels/properties.reel/sections/custom-rows/dual-row.reel/dual-row.html b/js/panels/properties.reel/sections/custom-rows/dual-row.reel/dual-row.html
index be4ae431..bdcbff7f 100755
--- a/js/panels/properties.reel/sections/custom-rows/dual-row.reel/dual-row.html
+++ b/js/panels/properties.reel/sections/custom-rows/dual-row.reel/dual-row.html
@@ -9,8 +9,7 @@
9 <script type="text/montage-serialization"> 9 <script type="text/montage-serialization">
10 { 10 {
11 "owner": { 11 "owner": {
12 "module" : "js/panels/properties.reel/sections/custom-rows/dual-row.reel", 12 "prototype" : "js/panels/properties.reel/sections/custom-rows/dual-row.reel",
13 "name" : "DualRow",
14 "properties" : { 13 "properties" : {
15 "element" : {"#": "section"}, 14 "element" : {"#": "section"},
16 "slot" : {"@": "slot"}, 15 "slot" : {"@": "slot"},
@@ -18,8 +17,7 @@
18 } 17 }
19 }, 18 },
20 "slot": { 19 "slot": {
21 "module": "montage/ui/slot.reel", 20 "prototype": "montage/ui/slot.reel",
22 "name": "Slot",
23 "properties": { 21 "properties": {
24 "element": { "#": "slotElement" } 22 "element": { "#": "slotElement" }
25 }, 23 },
@@ -31,8 +29,7 @@
31 } 29 }
32 }, 30 },
33 "slot2": { 31 "slot2": {
34 "module": "montage/ui/slot.reel", 32 "prototype": "montage/ui/slot.reel",
35 "name": "Slot",
36 "properties": { 33 "properties": {
37 "element": { "#": "slotElement2" } 34 "element": { "#": "slotElement2" }
38 }, 35 },
@@ -47,17 +44,17 @@
47 </script> 44 </script>
48</head> 45</head>
49<body> 46<body>
50 <div id="section"> 47 <div data-montage-id="section">
51 <section class="fieldCol"> 48 <section class="fieldCol">
52 <label class="lbl"></label> 49 <label class="lbl"></label>
53 <article class="fieldRow"> 50 <article class="fieldRow">
54 <div id="slotElement" class="inputField"> 51 <div data-montage-id="slotElement" class="inputField">
55 52
56 </div> 53 </div>
57 </article> 54 </article>
58 <label class="lbl"></label> 55 <label class="lbl"></label>
59 <article class="fieldRow"> 56 <article class="fieldRow">
60 <div id="slotElement2" class="inputField"> 57 <div data-montage-id="slotElement2" class="inputField">
61 58
62 </div> 59 </div>
63 </article> 60 </article>
diff --git a/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html b/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
index 4de3f1ae..88f12186 100755
--- a/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
+++ b/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
@@ -9,16 +9,14 @@
9 <script type="text/montage-serialization"> 9 <script type="text/montage-serialization">
10 { 10 {
11 "owner": { 11 "owner": {
12 "module" : "js/panels/properties.reel/sections/custom-rows/single-row.reel", 12 "prototype" : "js/panels/properties.reel/sections/custom-rows/single-row.reel",
13 "name" : "SingleRow",
14 "properties" : { 13 "properties" : {
15 "element" : {"#": "section"}, 14 "element" : {"#": "section"},
16 "slot" : {"@": "slot"} 15 "slot" : {"@": "slot"}
17 } 16 }
18 }, 17 },
19 "slot": { 18 "slot": {
20 "module": "montage/ui/slot.reel", 19 "prototype": "montage/ui/slot.reel",
21 "name": "Slot",
22 "properties": { 20 "properties": {
23 "element": { "#": "slotElement" } 21 "element": { "#": "slotElement" }
24 }, 22 },
@@ -33,11 +31,11 @@
33 </script> 31 </script>
34</head> 32</head>
35<body> 33<body>
36 <div id="section"> 34 <div data-montage-id="section">
37 <section class="fieldCol"> 35 <section class="fieldCol">
38 <label><span class="lbl"></span></label> 36 <label><span class="lbl"></span></label>
39 <article class="fieldRow"> 37 <article class="fieldRow">
40 <div id="slotElement" class="inputField"> 38 <div data-montage-id="slotElement" class="inputField">
41 39
42 </div> 40 </div>
43 </article> 41 </article>
diff --git a/js/panels/properties.reel/sections/custom.reel/custom.html b/js/panels/properties.reel/sections/custom.reel/custom.html
index 99a68264..cfc5208c 100755
--- a/js/panels/properties.reel/sections/custom.reel/custom.html
+++ b/js/panels/properties.reel/sections/custom.reel/custom.html
@@ -10,8 +10,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
10 <script type="text/montage-serialization"> 10 <script type="text/montage-serialization">
11 { 11 {
12 "owner": { 12 "owner": {
13 "module" : "js/panels/properties.reel/sections/custom.reel", 13 "prototype" : "js/panels/properties.reel/sections/custom.reel[CustomSection]",
14 "name" : "CustomSection",
15 "properties" : { 14 "properties" : {
16 "element" : {"#": "section"}, 15 "element" : {"#": "section"},
17 "repeat" : {"@": "repeat"} 16 "repeat" : {"@": "repeat"}
@@ -19,8 +18,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
19 }, 18 },
20 19
21 "repeat": { 20 "repeat": {
22 "module": "montage/ui/repetition.reel", 21 "prototype": "montage/ui/repetition.reel",
23 "name": "Repetition",