Skeletal mold and widget class for TaskContainerComponent

* Without these, an exception will be raised when I double click on a task

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-24 15:13:14 +02:00 committed by Óscar González Fernández
parent ebd62c452d
commit 8b3d46fda2
4 changed files with 8 additions and 1 deletions

View file

@ -124,9 +124,11 @@
<component-name>taskcontainer</component-name>
<component-class>org.zkoss.ganttz.TaskContainerComponent
</component-class>
<widget-class>ganttz.TaskContainerComponent</widget-class>
<mold>
<mold-name>default</mold-name>
<mold-uri>~./ganttz/taskcontainer.dsp</mold-uri>
<mold-uri>mold/task-container.js</mold-uri>
<!-- <mold-uri>~./ganttz/taskcontainer.dsp</mold-uri> -->
</mold>
</component>

View file

@ -0,0 +1,3 @@
zk.$package("ganttz");
ganttz.TaskContainerComponent = zk.$extends(zk.Widget,{})

View file

@ -0,0 +1 @@
function(out){}

View file

@ -14,6 +14,7 @@
<widget name="GanttPanel"/>
<widget name="TaskRow"/>
<widget name="TaskComponent"/>
<widget name="TaskContainerComponent"/>
<widget name="TaskList"/>
<widget name="DependencyList"/>
<widget name="Planner"/>