aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/text-properties.reel/text-properties.html
diff options
context:
space:
mode:
authorPierre Frisch2011-12-22 07:25:50 -0800
committerValerio Virgillito2012-01-27 11:18:17 -0800
commitb89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch)
tree0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /js/components/tools-properties/text-properties.reel/text-properties.html
parent2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff)
downloadninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.html')
-rw-r--r--js/components/tools-properties/text-properties.reel/text-properties.html235
1 files changed, 235 insertions, 0 deletions
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.html b/js/components/tools-properties/text-properties.reel/text-properties.html
new file mode 100644
index 00000000..fb57c06d
--- /dev/null
+++ b/js/components/tools-properties/text-properties.reel/text-properties.html
@@ -0,0 +1,235 @@
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="text-properties.css">
11
12 <script type="text/montage-serialization">
13 {
14
15 "owner": {
16 "module": "js/components/tools-properties/text-properties.reel",
17 "name": "TextProperties",
18 "properties": {
19 "element": {"#": "textProperties"},
20 "className": {"@": "className"},
21 "tagType": {"@": "tagType"},
22 "fontSelection": {"@": "fontSelection"},
23 "fontSettings": {"@": "fontSettings"},
24 "fontSize": {"@": "fontSize"},
25 "fontColor": {"@": "fontColor"},
26 "btnBold": {"@": "btnBold"},
27 "btnItalic": {"@": "btnItalic"},
28 "btnUnderline": {"@": "btnUnderline"},
29 "btnStrikethrough": {"@": "btnStrikethrough"},
30 "txtLink": {"@": "txtLink"},
31 "linkTarget": {"@": "linkTarget"},
32 "alignLeft": {"@": "alignLeft"},
33 "alignCenter": {"@": "alignCenter"},
34 "alignRight": {"@": "alignRight"},
35 "alignJustify": {"@": "alignJustify"},
36 "indentRight": {"@": "indentRight"},
37 "indentLeft": {"@": "indentLeft"},
38 "numberedList": {"@": "numberedList"},
39 "bulletedList": {"@": "bulletedList"}
40 }
41 },
42 "className": {
43 "module": "js/components/textfield.reel",
44 "name": "TextField",
45 "properties": {
46 "element": {"#": "className"}
47 }
48 },
49 "tagType": {
50 "module": "js/components/combobox.reel",
51 "name": "Combobox",
52 "properties": {
53 "element": {"#": "tagType"}
54 }
55 },
56 "fontSelection": {
57 "module": "js/components/combobox.reel",
58 "name": "Combobox",
59 "properties": {
60 "element": {"#": "fontSelection"}
61 }
62 },
63 "fontSettings": {
64 "module": "js/components/button.reel",
65 "name": "Button",
66 "properties": {
67 "element": {"#": "fontSettings"}
68 }
69 },
70
71 "fontSize": {
72 "module": "js/components/hottextunit.reel",
73 "name": "HotTextUnit",
74 "properties": {
75 "element": {"#": "fontSize"}
76 }
77 },
78
79 "fontColor": {
80 "module": "js/components/button.reel",
81 "name": "Button",
82 "properties": {
83 "element": {"#": "fontColor"}
84 }
85 },
86 "btnBold": {
87 "module": "js/components/button.reel",
88 "name": "Button",
89 "properties": {
90 "element": {"#": "btnBold"},
91 "_isToggleButton": true
92 }
93 },
94 "btnItalic": {
95 "module": "js/components/button.reel",
96 "name": "Button",
97 "properties": {
98 "element": {"#": "btnItalic"},
99 "_isToggleButton": true
100 }
101 },
102 "btnUnderline": {
103 "module": "js/components/button.reel",
104 "name": "Button",
105 "properties": {
106 "element": {"#": "btnUnderline"},
107 "_isToggleButton": true
108 }
109 },
110 "btnStrikethrough": {
111 "module": "js/components/button.reel",
112 "name": "Button",
113 "properties": {
114 "element": {"#": "btnStrikethrough"},
115 "_isToggleButton": true
116 }
117 },
118 "txtLink": {
119 "module": "js/components/textfield.reel",
120 "name": "TextField",
121 "properties": {
122 "element": {"#": "txtLink"}
123 }
124 },
125 "linkTarget": {
126 "module": "js/components/combobox.reel",
127 "name": "Combobox",
128 "properties": {
129 "element": {"#": "linkTarget"}
130 }
131 },
132
133 "alignLeft": {
134 "module": "js/components/button.reel",
135 "name": "Button",
136 "properties": {
137 "element": {"#": "alignLeft"}
138 }
139 },
140 "alignCenter": {
141 "module": "js/components/button.reel",
142 "name": "Button",
143 "properties": {
144 "element": {"#": "alignCenter"}
145 }
146 },
147 "alignRight": {
148 "module": "js/components/button.reel",
149 "name": "Button",
150 "properties": {
151 "element": {"#": "alignRight"}
152 }
153 },
154 "alignJustify": {
155 "module": "js/components/button.reel",
156 "name": "Button",
157 "properties": {
158 "element": {"#": "alignJustify"}
159 }
160 },
161 "indentRight": {
162 "module": "js/components/button.reel",
163 "name": "Button",
164 "properties": {
165 "element": {"#": "indentRight"}
166 }
167 },
168 "indentLeft": {
169 "module": "js/components/button.reel",
170 "name": "Button",
171 "properties": {
172 "element": {"#": "indentLeft"}
173 }
174 },
175 "bulletedList": {
176 "module": "js/components/button.reel",
177 "name": "Button",
178 "properties": {
179 "element": {"#": "bulletedList"}
180 }
181 },
182 "numberedList": {
183 "module": "js/components/button.reel",
184 "name": "Button",
185 "properties": {
186 "element": {"#": "numberedList"}
187 }
188 },
189 "fontColor": {
190 "module" : "js/components/ui/color-chip.reel",
191 "name" : "ColorChip",
192 "properties" : {
193 "element" : {"#": "fontColor"},
194 "mode": "chip"
195 }
196 }