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 --- .../selection-properties.js | 86 +++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) (limited to 'js/components/tools-properties/selection-properties.reel/selection-properties.js') diff --git a/js/components/tools-properties/selection-properties.reel/selection-properties.js b/js/components/tools-properties/selection-properties.reel/selection-properties.js index 43622960..c036c4a3 100755 --- a/js/components/tools-properties/selection-properties.reel/selection-properties.js +++ b/js/components/tools-properties/selection-properties.reel/selection-properties.js @@ -10,7 +10,91 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T exports.SelectionProperties = Montage.create(ToolProperties, { - transform: { value: null }, + transform: { + value: null, + serializable: true + }, + + topAlign: { + value: null, + serializable: true + }, + + middleAlign: { + value: null, + serializable: true + }, + + bottomAlign: { + value: null, + serializable: true + }, + + leftAlign: { + value: null, + serializable: true + }, + + centerAlign: { + value: null, + serializable: true + }, + + rightAlign: { + value: null, + serializable: true + }, + + distTop: { + value: null, + serializable: true + }, + + distMiddle: { + value: null, + serializable: true + }, + + distBottom: { + value: null, + serializable: true + }, + + distLeft: { + value: null, + serializable: true + }, + + distCenter: { + value: null, + serializable: true + }, + + distRight: { + value: null, + serializable: true + }, + + arrangeBringForward: { + value: null, + serializable: true + }, + + arrangeSendBackward: { + value: null, + serializable: true + }, + + arrangeBringToFront: { + value: null, + serializable: true + }, + + arrangeSendToBack: { + value: null, + serializable: true + }, + _controls: { value: false }, _subPrepare: { -- cgit v1.2.3