Added missing files for JasperreportComponent
* Widget,mold and zk.wpd files * Component defined on lang-addon.xml FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
388606c546
commit
cd4f463366
4 changed files with 22 additions and 0 deletions
|
|
@ -151,6 +151,16 @@
|
|||
<!-- <mold-uri>/limitingresources/limitingdependency.dsp</mold-uri> -->
|
||||
</mold>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<component-name>jasperreportcomponent</component-name>
|
||||
<component-class>org.navalplanner.web.common.components.JasperreportComponent</component-class>
|
||||
<widget-class>common.components.JasperreportComponent</widget-class>
|
||||
<mold>
|
||||
<mold-name>default</mold-name>
|
||||
<mold-uri>mold/jasperreport-component.js</mold-uri>
|
||||
</mold>
|
||||
</component>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
zk.$package("common.components");
|
||||
|
||||
common.components.JasperreportComponent = zk.$extends(zk.Widget,{})
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
function(out){
|
||||
out.push('<div ', this.domAttrs_(),
|
||||
'class="jasperreport-component"',
|
||||
'>');
|
||||
out.push('</div>');
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<package name="common.components" language="xul/html">
|
||||
<widget name="JasperreportComponent"/>
|
||||
</package>
|
||||
Loading…
Add table
Reference in a new issue