Skeletal mold and widget-class for QueueListComponent

* Also modified lang-addon.xml and zk.wpd for using it

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-24 10:34:21 +02:00 committed by Óscar González Fernández
parent e07ade23c9
commit f016022b0a
4 changed files with 8 additions and 1 deletions

View file

@ -91,9 +91,11 @@
<component>
<component-name>queueListComponent</component-name>
<component-class>org.navalplanner.web.limitingresources.QueueListComponent</component-class>
<widget-class>limitingresources.QueueListComponent</widget-class>
<mold>
<mold-name>default</mold-name>
<mold-uri>/limitingresources/queuelistcomponent.dsp</mold-uri>
<mold-name>mold/queue-list-component.js</mold-name>
<!-- <mold-uri>/limitingresources/queuelistcomponent.dsp</mold-uri> -->
</mold>
</component>

View file

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

View file

@ -1,4 +1,5 @@
<package name="limitingresources" language="xul/html">
<widget name="QueueListComponent"/>
<widget name="QueueComponent"/>
<widget name="LimitingDependencyList"/>
<widget name="LimitingDependencyComponent"/>