aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html
blob: c7fcc523b9b9ecf3aa71e659522eba44d4f11f60 (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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!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="ink-bottle-properties.css">

        <script type="text/montage-serialization">
        {
            "useStrokeColor": {
                "prototype": "montage/ui/input-checkbox.reel",
                "properties": {
                    "element": {"#": "useStrokeColor"},
                    "identifier": "useStrokeColor",
                    "checked": true
                }
            },

            "useBorderWidth": {
                "prototype": "montage/ui/input-checkbox.reel",
                "properties": {
                    "element": {"#": "useBorderWidth"},
                    "identifier": "useBorderWidth",
                    "checked": false
                },
                "listeners": [
                    {
                        "type": "action",
                        "listener": {"@": "owner"},
                        "capture": false
                    }
                ]
            },

            "borderWidth": {
                "prototype": "js/components/hottextunit.reel[HotTextUnit]",
                "properties": {
                    "element": {"#": "borderWidth"},
                    "minValue": 1,
                    "maxValue": 100,
                    "value": 1,
                    "acceptableUnits" : ["px", "pt"],
                    "enabled": false
                }
            },

            "useBorderStyle": {
                "prototype": "montage/ui/input-checkbox.reel",
                "properties": {
                    "element": {"#": "useBorderStyle"},
                    "identifier": "useBorderStyle",
                    "checked": false
                },
                "listeners": [
                    {
                        "type": "action",
                        "listener": {"@": "owner"},
                        "capture": false
                    }
                ]
            },

            "useStrokeSize": {
                "prototype": "montage/ui/input-checkbox.reel",
                "properties": {
                    "element": {"#": "useStrokeSize"},
                    "identifier": "useStrokeSize",
                    "checked": false
                },
                "listeners": [
                    {
                        "type": "action",
                        "listener": {"@": "owner"},
                        "capture": false
                    }
                ]
            },

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

            "useWebGL": {
                "prototype": "montage/ui/input-checkbox.reel",
                "properties": {
                    "element": {"#": "useWebGL"},
                    "identifier": "useWebGL",
                    "checked": false
                },
                "listeners": [
                    {
                        "type": "action",
                        "listener": {"@": "owner"},
                        "capture": false
                    }
                ]
            },

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

            "owner": {
                "prototype": "js/components/tools-properties/ink-bottle-properties.reel",
                "properties": {
                    "element": {"#": "inkBottleProperties"},

                    "useStrokeColor": {"@": "useStrokeColor"},
                    "_strokeColorCtrl": {"#": "strokeColorCtrl"},

                    "useBorderWidth": {"@": "useBorderWidth"},
                    "borderWidth": {"@": "borderWidth"},

                    "useBorderStyle": {"@": "useBorderStyle"},
                    "borderStyle": {"#": "borderStyle"},

                    "useStrokeSize": {"@": "useStrokeSize"},
                    "strokeSize": {"@": "strokeSize"},

                    "useWebGL": {"@": "useWebGL"},
                    "_materialsContainer": {"#": "materialsContainerIB"},
                    "strokeMaterial": {"@": "strokeMaterial"}
                }
            }
        }
        </script>
        
    </head>

    <body>
        <div data-montage-id="inkBottleProperties" class="subToolHolderPanel inkBottleOptions toolOptionsFloatChildren">
            <div data-montage-id="elementInkOptions" class="toolOptionsFloatChildren">

                <input data-montage-id="useStrokeColor" type="checkbox" name="useStrokeColor" class="nj-skinned" title="Apply stroke or border-color"/>
                <div class="toolColorChipIcon PencilTool"></div>
                <div class="toolColorChipContainer"><div data-montage-id="strokeColorCtrl" class="toolColorChipCtrl"></div></div>
                <div class="nj-divider divider-vertical toolOptionsSpacer">&nbsp;</div>

                <input data-montage-id="useBorderWidth" type="checkbox" name="useBorderWidthControl" class="nj-skinned" title="Apply border-width"/>
                <label class="label"> Border:</label>
                <div data-montage-id="borderWidth" class="label"></div>

                <input data-montage-id="useBorderStyle" type="checkbox" name="useBorderStyleControl" class="nj-skinned" title="Apply border-style"/>
                <label class="label"> Style:</label>
                <select data-montage-id="borderStyle" class="nj-skinned" disabled="disabled">
                    <option value="none">none</option>
                    <option value="solid" selected>solid</option>
                    <option value="hidden">hidden</option>
                    <option value="dotted">dotted</option>
                    <option value="dashed">dashed</option>
                    <option value="double">double</option>
                    <option value="groove">groove</option>
                    <option value="ridge">ridge</option>
                    <option value="inset">inset</option>
                    <option value="outset">outset</option>
                </select>
            </div>

            <div class="toolOptionsSpacer">&nbsp;</div>
            <div class="nj-divider divider-vertical">&nbsp;</div>
            <div class="toolOptionsSpacer">&nbsp;</div>

            <div data-montage-id="shapeInkOptions" class="toolOptionsFloatChildren">
                <input data-montage-id="useStrokeSize" type="checkbox" name="useStrokeControl" class="nj-skinned" title="Apply stroke size"/>
                <label class="label"> Stroke:</label>
                <div data-montage-id="strokeSize" class="label"></div>
            </div>

            <div data-montage-id="webGLInkOptions" class="toolOptionsFloatChildren">
                <input data-montage-id="useWebGL" type="checkbox" name="useWebGLControl" class="nj-skinned"/>
                <label class="label"> Use WebGL</label>

                <div data-montage-id="materialsContainerIB" class="toolOptionsFloatChildren" style="display:none;">
                    <label class="label"> Materials:</label>
                    <div data-montage-id="strokeIconIB" class="toolColorChipIcon PencilTool"></div>
                    <select data-montage-id="strokeMaterial" class="nj-skinned"></select>
                </div>
            </div>
        </div>
    </body>

</html>