diff options
Diffstat (limited to 'js/components/tools-properties')
12 files changed, 15 insertions, 15 deletions
diff --git a/js/components/tools-properties/eraser-properties.reel/eraser-properties.js b/js/components/tools-properties/eraser-properties.reel/eraser-properties.js index 5c997ee3..dbab798a 100755 --- a/js/components/tools-properties/eraser-properties.reel/eraser-properties.js +++ b/js/components/tools-properties/eraser-properties.reel/eraser-properties.js | |||
@@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T | |||
34 | 34 | ||
35 | exports.EraserProperties = Montage.create(ToolProperties, { | 35 | exports.EraserProperties = Montage.create(ToolProperties, { |
36 | 36 | ||
37 | 37 | ||
38 | _subPrepare: { | 38 | _subPrepare: { |
39 | value: function() { | 39 | value: function() { |
40 | //this.divElement.addEventListener("click", this, false); | 40 | //this.divElement.addEventListener("click", this, false); |
diff --git a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js index e788b5f6..3442f95c 100755 --- a/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js +++ b/js/components/tools-properties/eyedropper-properties.reel/eyedropper-properties.js | |||
@@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T | |||
34 | 34 | ||
35 | exports.EyedropperProperties = Montage.create(ToolProperties, { | 35 | exports.EyedropperProperties = Montage.create(ToolProperties, { |
36 | 36 | ||
37 | 37 | ||
38 | _subPrepare: { | 38 | _subPrepare: { |
39 | value: function() { | 39 | value: function() { |
40 | //this.divElement.addEventListener("click", this, false); | 40 | //this.divElement.addEventListener("click", this, false); |
diff --git a/js/components/tools-properties/line-properties.reel/line-properties.js b/js/components/tools-properties/line-properties.reel/line-properties.js index 96938457..499ad880 100755 --- a/js/components/tools-properties/line-properties.reel/line-properties.js +++ b/js/components/tools-properties/line-properties.reel/line-properties.js | |||
@@ -37,7 +37,7 @@ exports.LineProperties = Montage.create(ToolProperties, { | |||
37 | value: null, | 37 | value: null, |
38 | serializable: true | 38 | serializable: true |
39 | }, | 39 | }, |
40 | 40 | ||
41 | _subPrepare: { | 41 | _subPrepare: { |
42 | value: function() { | 42 | value: function() { |
43 | //this.divElement.addEventListener("click", this, false); | 43 | //this.divElement.addEventListener("click", this, false); |
diff --git a/js/components/tools-properties/oval-properties.reel/oval-properties.js b/js/components/tools-properties/oval-properties.reel/oval-properties.js index dabe646f..195f5f97 100755 --- a/js/components/tools-properties/oval-properties.reel/oval-properties.js +++ b/js/components/tools-properties/oval-properties.reel/oval-properties.js | |||
@@ -41,7 +41,7 @@ exports.OvalProperties = Montage.create(ToolProperties, { | |||
41 | value: null, | 41 | value: null, |
42 | serializable: true | 42 | serializable: true |
43 | }, | 43 | }, |
44 | 44 | ||
45 | _subPrepare: { | 45 | _subPrepare: { |
46 | value: function() { | 46 | value: function() { |
47 | //this.divElement.addEventListener("click", this, false); | 47 | //this.divElement.addEventListener("click", this, false); |
@@ -66,11 +66,11 @@ exports.OvalProperties = Montage.create(ToolProperties, { | |||
66 | use3D: { | 66 | use3D: { |
67 | get: function() { return this.base._use3D; } | 67 | get: function() { return this.base._use3D; } |
68 | }, | 68 | }, |
69 | 69 | ||
70 | strokeSize: { | 70 | strokeSize: { |
71 | get: function() { return this.base._strokeSize; } | 71 | get: function() { return this.base._strokeSize; } |
72 | }, | 72 | }, |
73 | 73 | ||
74 | strokeStyle : { | 74 | strokeStyle : { |
75 | get: function() { | 75 | get: function() { |
76 | // return this.base._strokeStyle.options[this.base._strokeStyle.value].text; | 76 | // return this.base._strokeStyle.options[this.base._strokeStyle.value].text; |
diff --git a/js/components/tools-properties/pan-properties.reel/pan-properties.js b/js/components/tools-properties/pan-properties.reel/pan-properties.js index 920c6bc6..cb782af4 100755 --- a/js/components/tools-properties/pan-properties.reel/pan-properties.js +++ b/js/components/tools-properties/pan-properties.reel/pan-properties.js | |||
@@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T | |||
34 | 34 | ||
35 | exports.PanProperties = Montage.create(ToolProperties, { | 35 | exports.PanProperties = Montage.create(ToolProperties, { |
36 | 36 | ||
37 | 37 | ||
38 | _subPrepare: { | 38 | _subPrepare: { |
39 | value: function() { | 39 | value: function() { |
40 | //this.divElement.addEventListener("click", this, false); | 40 | //this.divElement.addEventListener("click", this, false); |
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.js b/js/components/tools-properties/pen-properties.reel/pen-properties.js index 460c9633..66260ac3 100755 --- a/js/components/tools-properties/pen-properties.reel/pen-properties.js +++ b/js/components/tools-properties/pen-properties.reel/pen-properties.js | |||
@@ -108,7 +108,7 @@ var PenProperties = exports.PenProperties = Montage.create(ToolProperties, { | |||
108 | 108 | ||
109 | strokeSize: { | 109 | strokeSize: { |
110 | get: function () { | 110 | get: function () { |
111 | return this._strokeSize; | 111 | return this._strokeSize; |
112 | } | 112 | } |
113 | }, | 113 | }, |
114 | 114 | ||
diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.js b/js/components/tools-properties/rect-properties.reel/rect-properties.js index 53539113..faf6ee7b 100755 --- a/js/components/tools-properties/rect-properties.reel/rect-properties.js +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.js | |||
@@ -76,7 +76,7 @@ exports.RectProperties = Montage.create(ToolProperties, { | |||
76 | use3D: { | 76 | use3D: { |
77 | get: function() { return this.base._use3D; } | 77 | get: function() { return this.base._use3D; } |
78 | }, | 78 | }, |
79 | 79 | ||
80 | strokeSize: { | 80 | strokeSize: { |
81 | get: function() { return this.base._strokeSize; } | 81 | get: function() { return this.base._strokeSize; } |
82 | }, | 82 | }, |
diff --git a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js index c87e87c8..af399e7a 100755 --- a/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js +++ b/js/components/tools-properties/rotate-stage-properties.reel/rotate-stage-properties.js | |||
@@ -34,7 +34,7 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T | |||
34 | 34 | ||
35 | exports.RotateStageProperties = Montage.create(ToolProperties, { | 35 | exports.RotateStageProperties = Montage.create(ToolProperties, { |
36 | 36 | ||
37 | 37 | ||
38 | _subPrepare: { | 38 | _subPrepare: { |
39 | value: function() { | 39 | value: function() { |
40 | //this.divElement.addEventListener("click", this, false); | 40 | //this.divElement.addEventListener("click", this, false); |
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.js b/js/components/tools-properties/shape-properties.reel/shape-properties.js index f812f1bf..d10d2870 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.js +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.js | |||
@@ -206,7 +206,7 @@ var ShapeProperties = exports.ShapeProperties = Montage.create(ToolProperties, { | |||
206 | this._fillColorCtrlContainer.style["display"] = "none"; | 206 | this._fillColorCtrlContainer.style["display"] = "none"; |
207 | this._fillColorCtrlContainer.visible = false; | 207 | this._fillColorCtrlContainer.visible = false; |
208 | this._fillColorCtrlIcon.style["display"] = "none"; | 208 | this._fillColorCtrlIcon.style["display"] = "none"; |
209 | this._fillColorCtrlIcon.visible = false; | 209 | this._fillColorCtrlIcon.visible = false; |
210 | this.endDivider.style["display"] = "none"; | 210 | this.endDivider.style["display"] = "none"; |
211 | } else { | 211 | } else { |
212 | this._fillColorCtrlContainer.style["display"] = ""; | 212 | this._fillColorCtrlContainer.style["display"] = ""; |
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.js b/js/components/tools-properties/tag-properties.reel/tag-properties.js index ce122681..58d70105 100755 --- a/js/components/tools-properties/tag-properties.reel/tag-properties.js +++ b/js/components/tools-properties/tag-properties.reel/tag-properties.js | |||
@@ -74,7 +74,7 @@ var TagProperties = exports.TagProperties = Montage.create(ToolProperties, { | |||
74 | value: function() { | 74 | value: function() { |
75 | this.customName.style["display"] = "none"; | 75 | this.customName.style["display"] = "none"; |
76 | this.customLabel.style["display"] = "none"; | 76 | this.customLabel.style["display"] = "none"; |
77 | 77 | ||
78 | this.divElement.addEventListener("click", this, false); | 78 | this.divElement.addEventListener("click", this, false); |
79 | this.imageElement.addEventListener("click", this, false); | 79 | this.imageElement.addEventListener("click", this, false); |
80 | this.videoElement.addEventListener("click", this, false); | 80 | this.videoElement.addEventListener("click", this, false); |
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.js b/js/components/tools-properties/text-properties.reel/text-properties.js index 0cfa6c4c..a3adbb1d 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.js +++ b/js/components/tools-properties/text-properties.reel/text-properties.js | |||
@@ -87,7 +87,7 @@ exports.TextProperties = Montage.create(ToolProperties, { | |||
87 | // { value: 7, text: "36pt" } | 87 | // { value: 7, text: "36pt" } |
88 | // ]; | 88 | // ]; |
89 | // this.fontSize.contentController = this.fontSizes; | 89 | // this.fontSize.contentController = this.fontSizes; |
90 | 90 | ||
91 | this.fontSelection.items = ["Arial", "Arial Black", "Courier New", "Garamond", "Georgia", "Open Sans", "Tahoma", "Times New Roman", "Trebuchet MS", "Verdana"]; | 91 | this.fontSelection.items = ["Arial", "Arial Black", "Courier New", "Garamond", "Georgia", "Open Sans", "Tahoma", "Times New Roman", "Trebuchet MS", "Verdana"]; |
92 | this.fontSize.items = ["8pt","10pt","12pt","14pt","18pt","24pt","36pt"]; | 92 | this.fontSize.items = ["8pt","10pt","12pt","14pt","18pt","24pt","36pt"]; |
93 | this.tagType.items = ["div", "span", "p", "section", "article", "h1", "h2", "h3", "h4", "h5", "h6"]; | 93 | this.tagType.items = ["div", "span", "p", "section", "article", "h1", "h2", "h3", "h4", "h5", "h6"]; |
@@ -120,7 +120,7 @@ exports.TextProperties = Montage.create(ToolProperties, { | |||
120 | 120 | ||
121 | } | 121 | } |
122 | }, | 122 | }, |
123 | 123 | ||
124 | handleAlignLeftAction: { | 124 | handleAlignLeftAction: { |