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')
-rw-r--r--js/components/tools-properties/rect-properties.reel/rect-properties.html84
1 files changed, 84 insertions, 0 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
new file mode 100644
index 00000000..e5c52466
--- /dev/null
+++ b/js/components/tools-properties/rect-properties.reel/rect-properties.html
@@ -0,0 +1,84 @@
1<!DOCTYPE HTML>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html>
8 <head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10 <link rel="stylesheet" type="text/css" href="rect-properties.css">
11
12 <script type="text/montage-serialization">
13 {
14 "hottext1": {
15 "module": "js/components/hottextunit.reel",
16 "name": "HotTextUnit",
17 "properties": {
18 "element": {"#": "TLRadiusControl"},
19 "acceptableUnits" : ["px", "pt", "%"]
20 }
21 },
22
23 "hottext2": {
24 "module": "js/components/hottextunit.reel",
25 "name": "HotTextUnit",
26 "properties": {
27 "element": {"#": "TRRadiusControl"},
28 "acceptableUnits" : ["px", "pt", "%"],
29 "enabled": false
30 }
31 },
32
33 "hottext3": {
34 "module": "js/components/hottextunit.reel",
35 "name": "HotTextUnit",
36 "properties": {
37 "element": {"#": "BLRadiusControl"},
38 "acceptableUnits" : ["px", "pt", "%"],
39 "enabled": false
40 }
41 },
42
43 "hottext4": {
44 "module": "js/components/hottextunit.reel",
45 "name": "HotTextUnit",
46 "properties": {
47 "element": {"#": "BRRadiusControl"},
48 "acceptableUnits" : ["px", "pt", "%"],
49 "enabled": false
50 }
51 },
52
53 "owner": {
54 "module": "js/components/tools-properties/rect-properties.reel",
55 "name": "RectProperties",
56 "properties": {
57 "element": {"#": "rectProperties"},
58 "lockButton": {"#": "lockButton"},
59 "TLRadiusControl": {"@": "hottext1"},
60 "TRRadiusControl": {"@": "hottext2"},
61 "BLRadiusControl": {"@": "hottext3"},
62 "BRRadiusControl": {"@": "hottext4"}
63 }
64 }
65 }
66 </script>
67
68 </head>
69
70 <body>
71 <div id="rectProperties">
72 <button id="lockButton" class="unselectable subToolButton button LockToolUp" style=" margin-left:20px"></button>
73 <div id="TLRadiusLabel" class="unselectable subToolButton cornerRadius topLeft"></div>
74 <div id="TLRadiusControl" class="label"></div>
75 <div id="TRRadiusLabel" class="unselectable subToolButton cornerRadius topRight"></div>
76 <div id="TRRadiusControl" class="label"></div>
77 <div id="BLRadiusLabel" class="unselectable subToolButton cornerRadius bottomLeft"></div>
78 <div id="BLRadiusControl" class="label"></div>
79 <div id="BRRadiusLabel" class="unselectable subToolButton cornerRadius bottomRight"></div>
80 <div id="BRRadiusControl" class="label"></div>
81 </div>
82 </body>
83
84</html> \ No newline at end of file