ItEr15S12RFComportamentoGraficoPlanificadorItEr14S13: TaskContainers resize and move operations have been disabled while its behaviour it is not clear
This commit is contained in:
parent
b84cb83388
commit
708ff528ab
1 changed files with 11 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
}); */
|
||||
Loading…
Add table
Reference in a new issue