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:
parent
e07ade23c9
commit
f016022b0a
4 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
zk.$package("limitingresources");
|
||||
|
||||
limitingresources.QueueListComponent = zk.$extends(zk.Widget,{})
|
||||
|
|
@ -0,0 +1 @@
|
|||
function(out){}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
<package name="limitingresources" language="xul/html">
|
||||
<widget name="QueueListComponent"/>
|
||||
<widget name="QueueComponent"/>
|
||||
<widget name="LimitingDependencyList"/>
|
||||
<widget name="LimitingDependencyComponent"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue