aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/rect-properties.reel/rect-properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/rect-properties.reel/rect-properties.html')
-rwxr-xr-xjs/components/tools-properties/rect-properties.reel/rect-properties.html49
1 files changed, 42 insertions, 7 deletions
diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.html b/js/components/tools-properties/rect-properties.reel/rect-properties.html
index 42746caa..7aa91314 100755
--- a/js/components/tools-properties/rect-properties.reel/rect-properties.html
+++ b/js/components/tools-properties/rect-properties.reel/rect-properties.html
@@ -15,8 +15,19 @@
15 "prototype": "js/components/hottextunit.reel[HotTextUnit]", 15 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
16 "properties": { 16 "properties": {
17 "element": {"#": "TLRadiusControl"}, 17 "element": {"#": "TLRadiusControl"},
18 "acceptableUnits" : ["px", "pt", "%"] 18 "acceptableUnits" : ["px", "pt", "%"],
19 } 19 "identifier": "TLRadiusControl"
20 },
21 "listeners": [
22 {
23 "type": "change",
24 "listener": {"@": "owner"}
25 },
26 {
27 "type": "changing",
28 "listener": {"@": "owner"}
29 }
30 ]
20 }, 31 },
21 32
22 "hottext2": { 33 "hottext2": {
@@ -25,7 +36,13 @@
25 "element": {"#": "TRRadiusControl"}, 36 "element": {"#": "TRRadiusControl"},
26 "acceptableUnits" : ["px", "pt", "%"], 37 "acceptableUnits" : ["px", "pt", "%"],
27 "enabled": false 38 "enabled": false
28 } 39 },
40 "listeners": [
41 {
42 "type": "change",
43 "listener": {"@": "owner"}
44 }
45 ]
29 }, 46 },
30 47
31 "hottext3": { 48 "hottext3": {
@@ -34,7 +51,13 @@
34 "element": {"#": "BLRadiusControl"}, 51 "element": {"#": "BLRadiusControl"},
35 "acceptableUnits" : ["px", "pt", "%"], 52 "acceptableUnits" : ["px", "pt", "%"],
36 "enabled": false 53 "enabled": false
37 } 54 },
55 "listeners": [
56 {
57 "type": "change",
58 "listener": {"@": "owner"}
59 }
60 ]
38 }, 61 },
39 62
40 "hottext4": { 63 "hottext4": {
@@ -43,7 +66,13 @@
43 "element": {"#": "BRRadiusControl"}, 66 "element": {"#": "BRRadiusControl"},
44 "acceptableUnits" : ["px", "pt", "%"], 67 "acceptableUnits" : ["px", "pt", "%"],
45 "enabled": false 68 "enabled": false
46 } 69 },
70 "listeners": [
71 {
72 "type": "change",
73 "listener": {"@": "owner"}
74 }
75 ]
47 }, 76 },
48 77
49 "lockButton": { 78 "lockButton": {
@@ -53,8 +82,14 @@
53 "pressed": true, 82 "pressed": true,
54 "pressedClass": "lockUp", 83 "pressedClass": "lockUp",
55 "preventFocus": true, 84 "preventFocus": true,
56 "identifier": "ratio" 85 "identifier": "lockButton"
57 } 86 },
87 "listeners": [
88 {
89 "type": "action",
90 "listener": {"@": "owner"}
91 }
92 ]
58 }, 93 },
59 94
60 "owner": { 95 "owner": {