Commit a8278ae2 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov

Добавление картинки через файл

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47889 954022d7-b5bf-4e40-9824-e11837661b57
parent 60d1d248
...@@ -3288,7 +3288,7 @@ function DrawingObjects() { ...@@ -3288,7 +3288,7 @@ function DrawingObjects() {
// CImage // CImage
obj.graphicObject = new CImage(obj, _this); obj.graphicObject = new CImage(obj, _this);
obj.graphicObject.initDefault( x, y, w, h, _image.Image.src ); obj.graphicObject.initDefault( x, y, w, h, _image.src );
obj.graphicObject.select(_this.controller); obj.graphicObject.select(_this.controller);
aObjects.push(obj); aObjects.push(obj);
......
...@@ -229,6 +229,11 @@ CImage.prototype = ...@@ -229,6 +229,11 @@ CImage.prototype =
{ {
}, },
calculateContent: function()
{
},
normalize: function() normalize: function()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment