aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/shape-properties.reel/shape-properties.html
blob: ea246ea8632a89d15807ebbe639f708708d3891f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE HTML>
<!-- <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> -->
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <link rel="stylesheet" type="text/css" href="shape-properties.css">

        <script type="text/montage-serialization">
        {

            "ovalProperties1": {
                "prototype": "js/components/tools-properties/oval-properties.reel",
                "properties": {
                    "element": {"#": "ovalProperties"},
                    "base": {"@": "owner"}
                }
            },

            "rectProperties1": {
                "prototype": "js/components/tools-properties/rect-properties.reel",
                "properties": {
                    "element": {"#": "rectProperties"},
                    "base": {"@": "owner"}
                }
            },

            "lineProperties1": {
                "prototype": "js/components/tools-properties/line-properties.reel",
                "properties": {
                    "element": {"#": "lineProperties"},
                    "base": {"@": "owner"}
                }
            },


            "_strokeSize1": {
                "prototype": "js/components/hottextunit.reel[HotTextUnit]",
                "properties": {
                    "element": {"#": "strokeControl"},
                    "minValue": 1,
                    "maxValue": 100,
                    "value": 1,
                    "decimalPlace": 10,
                    "acceptableUnits": ["px", "pt"]
                    
                }
            },

            "_strokeMaterial1": {
                "prototype": "js/components/combobox.reel",
                "properties": {
                    "element": {"#": "strokeMaterialCB"},
                    "labelField": "_name",
                    "dataField": "_name"
                }
            },

            "_fillMaterial1": {
                "prototype": "js/components/combobox.reel",
                "properties": {
                    "element": {"#": "fillMaterialCB"},
                    "labelField": "_name",
                    "dataField": "_name"
                }
            },

            "toolbutton1": {
                "prototype": "js/components/layout/subtool-button.reel[SubToolButton]",
                "properties": {
                    "element": {"#": "toolbutton"}
                },
                "bindings": {
                    "data": {
                        "boundObject": {"@": "repetition1"},
                        "boundObjectPropertyPath": "objectAtCurrentIteration",
                        "oneway": true
                    }
                }
            },

            "repetition1": {
                "prototype": "montage/ui/repetition.reel",
                "properties": {
                    "element": {"#": "shapeToolsList"}
                },
                "bindings": {
                    "objects": {
                        "boundObject": {"@": "owner"},
                        "boundObjectPropertyPath": "toolsData.defaultSubToolsData",
                        "oneway": true
                    }
                }
            },


            "owner": {
                "prototype": "js/components/tools-properties/shape-properties.reel",
                "properties": {
                    "element": {"#": "shapeProperties"},
                    "_strokeMaterial": {"@": "_strokeMaterial1"},
                    "_fillIcon": {"#": "fillIcon"},
                    "_fillMaterial": {"@": "_fillMaterial1"},

                    "_useWebGL": {"#": "useWebGLCH"},
                    "_materialLabel": {"#": "materialLabel"},
                    "_strokeIcon": {"#": "strokeIcon"},

                    "_fillColorCtrlIcon": {"#": "fillColorCtrlIcon"},
                    "_fillColorCtrl": {"#": "fillColorCtrl"},
                    "_strokeColorCtrl": {"#": "strokeColorCtrl"},

                    "_strokeSize": {"@": "_strokeSize1"},
                    "ovalProperties": {"@": "ovalProperties1"},
                    "rectProperties": {"@": "rectProperties1"},
                    "lineProperties": {"@": "lineProperties1"},

                    "endDivider": {"#": "endDivider"}
                }

            }
    	}
	    </script>

     
    </head>

    <body>
        <div data-montage-id="shapeProperties" class="subToolHolderPanel optionsShapeTool toolOptionsFloatChildren">
            <div data-montage-id="shapeToolsList">
                <div data-montage-id="toolbutton"></div>
            </div>
            <div class="nj-divider divider-vertical toolOptionsSpacer">&nbsp;</div>
            <div class="toolColorChipIcon PencilTool"></div>
            <div data-montage-id="strokeColorCtrl" class="toolColorChipCtrl"></div>
            <div data-montage-id="fillColorCtrlIcon" class="toolColorChipIcon FillTool"></div>
            <div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div>
            <div class="nj-divider divider-vertical">&nbsp;</div>
            <label class="label">Stroke:</label>
            <div data-montage-id="strokeControl" class="label"></div>
            <div class="nj-divider divider-vertical">&nbsp;</div>
            <div id="customProperties" class="shapeCustomProps">
                <div data-montage-id="ovalProperties" class="label"></div>
                <div data-montage-id="rectProperties" class="label"></div>
                <div data-montage-id="lineProperties" class="label"></div>
            </div>
            <div data-montage-id="endDivider" class="nj-divider divider-vertical toolOptionsSpacer">&nbsp;</div>
            <input data-montage-id="useWebGLCH" type="checkbox" name="useWebGLControl" class="nj-skinned"/><label class="label">Use WebGL</label>
            <label data-montage-id="materialLabel" class="label">Material:</label>
            <div data-montage-id="strokeIcon" class="toolColorChipIcon PencilTool"></div>

            <select class="selectBox" data-montage-id="strokeMaterialCB">
            </select>

            <div data-montage-id="fillIcon" class="toolColorChipIcon FillTool"></div>
            <select class="selectBox" data-montage-id="fillMaterialCB">
            </select>            
        </div>
    </body>

</html>