Changed super-widget-class for TaskContainerComponent
* Notice that instead of extending from zk.Widget we are extending from ganttz.TaskComponent as the behaviour (properties and methods) is the same FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
eb71ff6189
commit
f28f3043e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
zk.$package("ganttz");
|
||||
|
||||
ganttz.TaskContainerComponent = zk.$extends(zk.Widget,{})
|
||||
ganttz.TaskContainerComponent = zk.$extends(ganttz.TaskComponent,{})
|
||||
Loading…
Add table
Reference in a new issue