aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/text-properties.reel/text-properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.html')
-rwxr-xr-xjs/components/tools-properties/text-properties.reel/text-properties.html55
1 files changed, 28 insertions, 27 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
index 7fbec1da..725e1d22 100755
--- a/js/components/tools-properties/text-properties.reel/text-properties.html
+++ b/js/components/tools-properties/text-properties.reel/text-properties.html
@@ -21,6 +21,7 @@
21 "fontSelection": {"@": "fontSelection"}, 21 "fontSelection": {"@": "fontSelection"},
22 "fontSettings": {"@": "fontSettings"}, 22 "fontSettings": {"@": "fontSettings"},
23 "fontSize": {"@": "fontSize"}, 23 "fontSize": {"@": "fontSize"},
24 "fontColor": {"#": "fontColorCtrl"},
24 "btnBold": {"@": "btnBold"}, 25 "btnBold": {"@": "btnBold"},
25 "btnItalic": {"@": "btnItalic"}, 26 "btnItalic": {"@": "btnItalic"},
26 "btnUnderline": {"@": "btnUnderline"}, 27 "btnUnderline": {"@": "btnUnderline"},
@@ -159,8 +160,8 @@
159 "pressedClass": "active", 160 "pressedClass": "active",
160 "preventFocus": true, 161 "preventFocus": true,
161 "identifier": "alignLeft", 162 "identifier": "alignLeft",
162 "pressedLabel": "Left", 163 "pressedLabel": "",
163 "unpressedLabel": "Left" 164 "unpressedLabel": ""
164 }, 165 },
165 "listeners": [ 166 "listeners": [
166 { 167 {
@@ -176,8 +177,8 @@
176 "pressedClass": "active", 177 "pressedClass": "active",
177 "preventFocus": true, 178 "preventFocus": true,
178 "identifier": "alignCenter", 179 "identifier": "alignCenter",
179 "pressedLabel": "Center", 180 "pressedLabel": "",
180 "unpressedLabel": "Center" 181 "unpressedLabel": ""
181 }, 182 },
182 "listeners": [ 183 "listeners": [
183 { 184 {
@@ -193,8 +194,8 @@
193 "pressedClass": "active", 194 "pressedClass": "active",
194 "preventFocus": true, 195 "preventFocus": true,
195 "identifier": "alignRight", 196 "identifier": "alignRight",
196 "pressedLabel": "Right", 197 "pressedLabel": "",
197 "unpressedLabel": "Right" 198 "unpressedLabel": ""
198 }, 199 },
199 "listeners": [ 200 "listeners": [
200 { 201 {
@@ -210,8 +211,8 @@
210 "pressedClass": "active", 211 "pressedClass": "active",
211 "preventFocus": true, 212 "preventFocus": true,
212 "identifier": "alignJustify", 213 "identifier": "alignJustify",
213 "pressedLabel": "Justify", 214 "pressedLabel": "",
214 "unpressedLabel": "Justify" 215 "unpressedLabel": ""
215 }, 216 },
216 "listeners": [ 217 "listeners": [
217 { 218 {
@@ -293,36 +294,36 @@
293 </head> 294 </head>
294 295
295 <body> 296 <body>
296 <div data-montage-id="textProperties" class="subToolHolderPanel optionsTextTool"> 297 <div data-montage-id="textProperties" class="subToolHolderPanel optionsTextTool toolOptionsFloatChildren">
297 <label class="label" style="display: none">Class:</label> 298 <label class="label" style="display: none">Class:</label>
298 <input data-montage-id="className" style="display: none" /> 299 <input data-montage-id="className" style="display: none" />
299 <label class="label" style="display: none">Tag:</label> 300 <label class="label" style="display: none">Tag:</label>
300 <select data-montage-id="tagType" style="display: none"></select> 301 <select data-montage-id="tagType" style="display: none"></select>
301 <label class="label">Font:</label> 302 <label class="label overrideMargin">Font:</label>
302 <select data-montage-id="fontSelection" class="nj-skinned fontSelection"></select> 303 <select data-montage-id="fontSelection" class="nj-skinned fontSelection"></select>
303 <button data-montage-id="fontSettings" style="display: none"></button> 304 <button data-montage-id="fontSettings" style="display: none"></button>
304 <label class="label">Size:</label> 305 <label class="label">Size:</label>
305 <select data-montage-id="fontSize" class="nj-skinned"></select> 306 <select data-montage-id="fontSize" class="nj-skinned"></select>
306 <div class="fontColor"></div> 307 <div data-montage-id="fontColorCtrl" class="toolColorChipCtrl"></div>
307 <div class="btnGroup"> 308 <div class="btnGroup toolOptionsFloatChildren">
308 <button data-montage-id="btnBold" class="btnBold nj-skinned" style="font-weight:bold"></button> 309 <button data-montage-id="btnBold" class="btnBold nj-skinned textButton" style="font-weight:bold" title="Bold"></button>
309 <button data-montage-id="btnItalic" class="btnItalic nj-skinned" style="font-style: italic;"></button> 310 <button data-montage-id="btnItalic" class="btnItalic nj-skinned textButton" style="font-style: italic;"></button>
310 <button data-montage-id="btnUnderline" class="btnUnderline nj-skinned" style="text-decoration: underline;"></button> 311 <button data-montage-id="btnUnderline" class="btnUnderline nj-skinned textButton" style="text-decoration: underline;"></button>
311 <button data-montage-id="btnStrikethrough" class="btnStriketrough nj-skinned" style="text-decoration: line-through;"></button> 312 <button data-montage-id="btnStrikethrough" class="btnStriketrough nj-skinned textButton" style="text-decoration: line-through;"></button>
312 </div> 313 </div>
313 <div class="btnGroup"> 314 <div class="btnGroup toolOptionsFloatChildren">
314 <button data-montage-id="alignLeft" class="nj-skinned"></button> 315 <button data-montage-id="alignLeft" class="nj-skinned imageButton"><img src="../../../../images/optionsbar/text/AlignLeft.png" class="unselectable"/></button>
315 <button data-montage-id="alignCenter" class="nj-skinned"></button> 316 <button data-montage-id="alignCenter" class="nj-skinned imageButton"><img src="../../../../images/optionsbar/text/AlignCenter.png" class="unselectable"/></button>
316 <button data-montage-id="alignRight" class="nj-skinned"></button> 317 <button data-montage-id="alignRight" class="nj-skinned imageButton"><img src="../../../../images/optionsbar/text/AlignRight.png" class="unselectable"/></button>
317 <button data-montage-id="alignJustify" class="nj-skinned"></button> 318 <button data-montage-id="alignJustify" class="nj-skinned imageButton"><img src="../../../../images/optionsbar/text/AlignJustified.png" class="unselectable"/></button>
318 </div> 319 </div>
319 <div class="btnGroup"> 320 <div class="btnGroup toolOptionsFloatChildren">
320 <button data-montage-id="indent" class="nj-skinned"></button> 321 <button data-montage-id="indent" class="nj-skinned textButton"></button>
321 <button data-montage-id="outdent" class="nj-skinned"></button> 322 <button data-montage-id="outdent" class="nj-skinned textButton"></button>
322 </div> 323 </div>
323 <div class="btnGroup"> 324 <div class="btnGroup toolOptionsFloatChildren">
324 <button data-montage-id="bulletedList" class="nj-skinned"></button> 325 <button data-montage-id="bulletedList" class="nj-skinned imageButton"><img src="../../../../images/optionsbar/text/BulletedList.png" /></button>
325 <button data-montage-id="numberedList" class="nj-skinned"></button> 326 <button data-montage-id="numberedList" class="nj-skinned imageButton"><img src="../../../../images/optionsbar/text/NumberedList.png" /></button>
326 </div> 327 </div>
327 </div> 328 </div>
328 </body> 329 </body>