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 --- .../shape-properties.reel/shape-properties.html | 27 ++++++++-------------- 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.html') diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.html b/js/components/tools-properties/shape-properties.reel/shape-properties.html index 64840b17..117664a3 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.html +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html @@ -13,8 +13,7 @@ { "ovalProperties1": { - "module": "js/components/tools-properties/oval-properties.reel", - "name": "OvalProperties", + "prototype": "js/components/tools-properties/oval-properties.reel", "properties": { "element": {"#": "ovalProperties"}, "base": {"@": "owner"} @@ -22,8 +21,7 @@ }, "rectProperties1": { - "module": "js/components/tools-properties/rect-properties.reel", - "name": "RectProperties", + "prototype": "js/components/tools-properties/rect-properties.reel", "properties": { "element": {"#": "rectProperties"}, "base": {"@": "owner"} @@ -31,8 +29,7 @@ }, "lineProperties1": { - "module": "js/components/tools-properties/line-properties.reel", - "name": "LineProperties", + "prototype": "js/components/tools-properties/line-properties.reel", "properties": { "element": {"#": "lineProperties"}, "base": {"@": "owner"} @@ -40,8 +37,7 @@ }, "_strokeSize1": { - "module": "js/components/hottextunit.reel", - "name": "HotTextUnit", + "prototype": "js/components/hottextunit.reel[HotTextUnit]", "properties": { "element": {"#": "strokeControl"}, "minValue": 1, @@ -54,8 +50,7 @@ }, "_strokeMaterial1": { - "module": "js/components/combobox.reel", - "name": "Combobox", + "prototype": "js/components/combobox.reel", "properties": { "element": {"#": "strokeMaterialCB"}, "labelField": "_name", @@ -64,8 +59,7 @@ }, "_fillMaterial1": { - "module": "js/components/combobox.reel", - "name": "Combobox", + "prototype": "js/components/combobox.reel", "properties": { "element": {"#": "fillMaterialCB"}, "labelField": "_name", @@ -74,8 +68,7 @@ }, "toolbutton1": { - "module": "js/components/layout/subtool-button.reel", - "name": "SubToolButton", + "prototype": "js/components/layout/subtool-button.reel[SubToolButton]", "properties": { "element": {"#": "toolbutton"} }, @@ -89,8 +82,7 @@ }, "repetition1": { - "module": "montage/ui/repetition.reel", - "name": "Repetition", + "prototype": "montage/ui/repetition.reel", "properties": { "element": {"#": "shapeToolsList"} }, @@ -105,8 +97,7 @@ "owner": { - "module": "js/components/tools-properties/shape-properties.reel", - "name": "ShapeProperties", + "prototype": "js/components/tools-properties/shape-properties.reel", "properties": { "element": {"#": "shapeProperties"}, "_strokeMaterial": {"@": "_strokeMaterial1"}, -- cgit v1.2.3