fixed connection events and proeprty editor

This commit is contained in:
tamat
2016-10-03 19:42:54 +02:00
parent dcf4930466
commit 01fe7011bd
29 changed files with 3749 additions and 3963 deletions

View File

@@ -42,7 +42,7 @@ GraphicsImage.prototype.onExecute = function()
this.img.dirty = false;
}
GraphicsImage.prototype.onPropertyChange = function(name,value)
GraphicsImage.prototype.onPropertyChanged = function(name,value)
{
this.properties[name] = value;
if (name == "url" && value != "")
@@ -401,7 +401,7 @@ ImageCrop.prototype.onExecute = function()
this.setOutputData(0,null);
}
ImageCrop.prototype.onPropertyChange = function(name,value)
ImageCrop.prototype.onPropertyChanged = function(name,value)
{
this.properties[name] = value;
@@ -524,7 +524,7 @@ ImageVideo.prototype.loadVideo = function(url)
//document.body.appendChild(this.video);
}
ImageVideo.prototype.onPropertyChange = function(name,value)
ImageVideo.prototype.onPropertyChanged = function(name,value)
{
this.properties[name] = value;
if (name == "url" && value != "")