aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/tools-list.reel/tools-list.html
blob: d5c33624912acb3ef0f4b2336562afb7276976ef (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
<!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="tools-list.css">
        <script type="text/montage-serialization">
        {
            "toolbutton1": {
                "prototype": "js/components/layout/tool-button.reel",
                "properties": {
                    "element": {"#": "toolbutton"}
                },
                "bindings": {
                    "data": {
                        "boundObject": {"@": "repetition1"},
                        "boundObjectPropertyPath": "objectAtCurrentIteration",
                        "oneway": true
                    }
                }
            },

            "groupLine": {
                "prototype": "montage/ui/condition.reel",
                "properties": {
                    "element": {"#": "groupLine"}
                },
                "bindings": {
                    "condition": {
                        "boundObject": {"@": "repetition1"},
                        "boundObjectPropertyPath": "objectAtCurrentIteration.lastInGroup",
                        "oneway": true
                    }
                }
            },

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

            "SelectionTool1": {
                "prototype": "js/tools/SelectionTool"
            },
            "Rotate3DTool1": {
                "prototype": "js/tools/RotateObject3DTool"
            },
            "Translate3DTool1": {
                "prototype": "js/tools/TranslateObject3DTool"
            },
            "TagTool1": {
                "prototype": "js/tools/TagTool"
            },
            "PenTool1": {
                "prototype": "js/tools/PenTool"
            },
            "TextTool1": {
                "prototype": "js/tools/TextTool"
            },
            "ShapeTool1": {
                "prototype": "js/tools/ShapeTool"
            },
            "OvalTool1": {
                "prototype": "js/tools/OvalTool"
            },
            "RectTool1": {
                "prototype": "js/tools/RectTool"
            },
            "LineTool1": {
                "prototype": "js/tools/LineTool"
            },
            "BrushTool1": {
                "prototype": "js/tools/BrushTool"
            },
            "FillTool1": {
                "prototype": "js/tools/FillTool"
            },
            "InkBottleTool1": {
                "prototype": "js/tools/InkBottleTool"
            },
            "EraserTool1": {
                "prototype": "js/tools/EraserTool"
            },
            "RotateStageTool3D1": {
                "prototype": "js/tools/RotateStage3DTool"
            },
            "PanTool1": {
                "prototype": "js/tools/PanTool"
            },
            "ZoomTool1": {
                "prototype": "js/tools/ZoomTool"
            },

            "disable": {
                "prototype": "montage/ui/condition.reel",
                "properties": {
                    "element": {"#": "disabledCondition"}
                },
                "bindings": {
                    "condition": {
                        "boundObject": {"@": "owner"},
                        "boundObjectPropertyPath": "disabled",
                        "oneway": true
                    }
                }
            },

            "owner": {
                "prototype": "js/components/layout/tools-list.reel",
                "properties": {
                    "element": {"#": "toolsList"},
                    "SelectionTool":          {"@": "SelectionTool1"},
                    "Rotate3DTool":           {"@": "Rotate3DTool1"},
                    "Translate3DTool":        {"@": "Translate3DTool1"},
                    "TagTool":                {"@": "TagTool1"},
                    "PenTool":                {"@": "PenTool1"},
                    "TextTool":               {"@": "TextTool1"},
                    "ShapeTool":              {"@": "ShapeTool1"},
                    "OvalTool":               {"@": "OvalTool1"},
                    "RectTool":               {"@": "RectTool1"},
                    "LineTool":               {"@": "LineTool1"},
                    "BrushTool":              {"@": "BrushTool1"},
                    "FillTool":               {"@": "FillTool1"},
                    "InkBottleTool":          {"@": "InkBottleTool1"},
                    "EraserTool":             {"@": "EraserTool1"},
                    "RotateStageTool3D":      {"@": "RotateStageTool3D1"},
                    "PanTool":                {"@": "PanTool1"},
                    "ZoomTool":               {"@": "ZoomTool1"},
                    "components": [
                        {"@": "repetition1"}
                    ]
                }
            }
    	}
	    </script>

    </head>

    <body>
        <div data-montage-id="toolsList" class="toolsList">
            <div data-montage-id="toolscontainer" class="toolscontainer">
                <div data-montage-id="toolbutton" class="toolbutton"></div>
                <div data-montage-id="groupLine">
                    <hr />
                </div>
            </div>
            <div data-montage-id="disabledCondition" class="panelDisabled"></div>
        </div>

    </body>

</html>