ItEr15S12RFComportamentoGraficoPlanificadorItEr14S13: TaskContainers resize and move operations have been disabled while its behaviour it is not clear

This commit is contained in:
Lorenzo Tilve 2009-07-02 17:50:27 +02:00 committed by Javier Moran Rua
parent b84cb83388
commit 708ff528ab

View file

@ -7,9 +7,11 @@
zkTaskContainer = {};
/* We will not allow taskcontainer move or resize untill its behaviour its
* clearly specified
zkTaskContainer.getDD = function(cmp) {
zkTask.getDD(cmp);
};
}; */
zkTaskContainer.relocateAfterAdding = function(cmp) {
zkTask.relocateAfterAdding (cmp);
@ -20,7 +22,9 @@ zkTaskContainer.cleanup = function(cmp){
};
zkTaskContainer.init = function(cmp) {
zkTask.init(cmp);
/* We will not allow taskcontainer move or resize untill its behaviour its
* clearly specified
zkTask.init(cmp); */
};
zkTaskContainer.xMouse;
@ -64,6 +68,10 @@ zkTaskContainer.getElementsByAttribute = function(oElm, strTagName, strAttribute
zkTask.getElementsByAttribute(oElm, strTagName, strAttributeName, strAttributeValue);
}
/* We will not allow taskcontainer move or resize untill its behaviour its
* clearly specified
YAHOO.example.DDRegion = function(id, sGroup, config) {
this.cont = config.cont;
YAHOO.example.DDRegion.superclass.constructor.apply(this, arguments);
@ -113,4 +121,4 @@ YAHOO.extend(YAHOO.example.DDRegion, YAHOO.util.DD, {
this.setXConstraint(left, right);
this.setYConstraint(top, bottom);
}
});
}); */