Added required constants for TaskComponent widget-class

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-31 11:10:39 +02:00
parent 113ec42f93
commit 8510249ff0

View file

@ -64,5 +64,8 @@ ganttz.TaskComponent = zk.$extends(zk.Widget, {
},{
//"Class" methods and properties
_TOOLTIP_DELAY : 10, // 10 milliseconds
_PERSPECTIVES_WIDTH : 80
_PERSPECTIVES_WIDTH : 80,
CORNER_WIDTH : 20,
HEIGHT : 10,
HALF_HEIGHT : 5
});