From 0e1a276f19ea70009c5a649e9667861d7c346a7e Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 6 Jun 2012 00:25:27 -0700 Subject: first iteration of adding serializable to ninja plus other changes to run the latest montage Signed-off-by: Valerio Virgillito --- .../text-properties.reel/text-properties.html | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'js/components/tools-properties/text-properties.reel/text-properties.html') 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 725e1d22..e7fafd0d 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.html +++ b/js/components/tools-properties/text-properties.reel/text-properties.html @@ -89,7 +89,6 @@ "properties": { "element": {"#": "btnBold"}, "pressedClass": "active", - "preventFocus": true, "identifier": "btnBold", "pressedLabel": "B", "unpressedLabel": "B" @@ -106,7 +105,6 @@ "properties": { "element": {"#": "btnItalic"}, "pressedClass": "active", - "preventFocus": true, "identifier": "btnItalic", "pressedLabel": "I", "unpressedLabel": "I" @@ -123,7 +121,6 @@ "properties": { "element": {"#": "btnUnderline"}, "pressedClass": "active", - "preventFocus": true, "identifier": "btnUnderline", "pressedLabel": "U", "unpressedLabel": "U" @@ -140,7 +137,6 @@ "properties": { "element": {"#": "btnStrikethrough"}, "pressedClass": "active", - "preventFocus": true, "identifier": "btnStrikethrough", "pressedLabel": "S", "unpressedLabel": "S" @@ -158,7 +154,6 @@ "properties": { "element": {"#": "alignLeft"}, "pressedClass": "active", - "preventFocus": true, "identifier": "alignLeft", "pressedLabel": "", "unpressedLabel": "" @@ -175,7 +170,6 @@ "properties": { "element": {"#": "alignCenter"}, "pressedClass": "active", - "preventFocus": true, "identifier": "alignCenter", "pressedLabel": "", "unpressedLabel": "" @@ -192,7 +186,6 @@ "properties": { "element": {"#": "alignRight"}, "pressedClass": "active", - "preventFocus": true, "identifier": "alignRight", "pressedLabel": "", "unpressedLabel": "" @@ -209,7 +202,6 @@ "properties": { "element": {"#": "alignJustify"}, "pressedClass": "active", - "preventFocus": true, "identifier": "alignJustify", "pressedLabel": "", "unpressedLabel": "" @@ -225,10 +217,8 @@ "prototype": "montage/ui/button.reel", "properties": { "element": {"#": "indent"}, - "pressedClass": "active", - "preventFocus": true, "identifier": "indent", - "label": ">>" + "value": ">>" }, "listeners": [ { @@ -241,10 +231,8 @@ "prototype": "montage/ui/button.reel", "properties": { "element": {"#": "outdent"}, - "pressedClass": "active", - "preventFocus": true, "identifier": "outdent", - "label": "<<" + "value": "<<" }, "listeners": [ { @@ -258,7 +246,6 @@ "properties": { "element": {"#": "bulletedList"}, "pressedClass": "active", - "preventFocus": true, "identifier": "bulletedList", "pressedLabel": "• • •", "unpressedLabel": "• • •" @@ -275,7 +262,6 @@ "properties": { "element": {"#": "numberedList"}, "pressedClass": "active", - "preventFocus": true, "identifier": "numberedList", "pressedLabel": "1 2 3", "unpressedLabel": "1 2 3" -- cgit v1.2.3