From bcfb200482c26b2bfc0d6577b1eb0de7a19a6762 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Thu, 26 Apr 2012 16:23:59 -0700 Subject: Removing all "module" declarations and replaced with "prototype" in preparation for montage converting to the new "prototype" format fully --- .../text-properties.reel/text-properties.html | 56 ++++++++-------------- 1 file changed, 19 insertions(+), 37 deletions(-) (limited to 'js/components/tools-properties/text-properties.reel') 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 2d50a79e..03786d76 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.html +++ b/js/components/tools-properties/text-properties.reel/text-properties.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML> +<!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/> @@ -13,8 +13,7 @@ { "owner": { - "module": "js/components/tools-properties/text-properties.reel", - "name": "TextProperties", + "prototype": "js/components/tools-properties/text-properties.reel", "properties": { "element": {"#": "textProperties"}, "className": {"@": "className"}, @@ -40,22 +39,19 @@ } }, "className": { - "module": "js/components/textfield.reel", - "name": "TextField", + "prototype": "js/components/textfield.reel[TextField]", "properties": { "element": {"#": "className"} } }, "tagType": { - "module": "js/components/combobox.reel", - "name": "Combobox", + "prototype": "js/components/combobox.reel", "properties": { "element": {"#": "tagType"} } }, "fontSelection": { - "module": "js/components/combobox.reel", - "name": "Combobox", + "prototype": "js/components/combobox.reel", "properties": { "element": {"#": "fontSelection"}, "identifier": "fontSelection" @@ -69,16 +65,14 @@ }, "fontSettings": { - "module": "montage/ui/button.reel", - "name": "Button", + "prototype": "montage/ui/button.reel", "properties": { "element": {"#": "fontSettings"} } }, "fontSize": { - "module": "js/components/combobox.reel", - "name": "Combobox", + "prototype": "js/components/combobox.reel", "properties": { "element": {"#": "fontSize"}, "identifier": "fontSize" @@ -93,8 +87,7 @@ }, "btnBold": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "btnBold"}, "pressedClass": "active", @@ -111,8 +104,7 @@ ] }, "btnItalic": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "btnItalic"}, "pressedClass": "active", @@ -129,8 +121,7 @@ ] }, "btnUnderline": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "btnUnderline"}, "pressedClass": "active", @@ -147,8 +138,7 @@ ] }, "btnStrikethrough": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "btnStrikethrough"}, "pressedClass": "active", @@ -166,8 +156,7 @@ }, "alignLeft": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "alignLeft"}, "pressedClass": "active", @@ -184,8 +173,7 @@ ] }, "alignCenter": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "alignCenter"}, "pressedClass": "active", @@ -202,8 +190,7 @@ ] }, "alignRight": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "alignRight"}, "pressedClass": "active", @@ -220,8 +207,7 @@ ] }, "alignJustify": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "alignJustify"}, "pressedClass": "active", @@ -238,8 +224,7 @@ ] }, "indent": { - "module": "montage/ui/button.reel", - "name": "Button", + "prototype": "montage/ui/button.reel", "properties": { "element": {"#": "indent"}, "pressedClass": "active", @@ -255,8 +240,7 @@ ] }, "outdent": { - "module": "montage/ui/button.reel", - "name": "Button", + "prototype": "montage/ui/button.reel", "properties": { "element": {"#": "outdent"}, "pressedClass": "active", @@ -272,8 +256,7 @@ ] }, "bulletedList": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "bulletedList"}, "pressedClass": "active", @@ -290,8 +273,7 @@ ] }, "numberedList": { - "module": "montage/ui/toggle-button.reel", - "name": "ToggleButton", + "prototype": "montage/ui/toggle-button.reel", "properties": { "element": {"#": "numberedList"}, "pressedClass": "active", -- cgit v1.2.3