AdmMono/web/gui/configuraciones_comerciales/cyberviaje/editarProdPuntoVenta.zul

41 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winEditarProdPuntoVentaController"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winEditarProdPuntoVentaController" border="normal"
apply="${editarProdPuntoVentaController}"
width="400px" height="457x" contentStyle="overflow:auto"
title="${c:l('editarProdPuntoVentaController.winEditarProdPuntoVenta.title')}">
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
<button id="btnAdicionar" height="20"
image="/gui/img/save.png" width="35px"
tooltiptext="${c:l('editarProdPuntoVentaController.btnSalvar.tooltiptext')}"/>
<button height="20"
image="/gui/img/exit.png" width="35px"
onClick="winEditarProdPuntoVentaController.detach()"
tooltiptext="${c:l('editarProdPuntoVentaController.btnFechar.tooltiptext')}"/>
</hbox>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="40%" />
<column width="60%" />
</columns>
<rows>
<row>
<label value="${c:l('editarProdPuntoVentaController.PuntoVenta.value')}"/>
<combobox id="cmbPuntoVenta" use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxPuntoVenta" constraint="no empty"
mold="rounded" buttonVisible="true" width="90%"
selectedItem="@{winEditarProdPuntoVentaController$composer.prodPuntoVenta.puntoVenta}" />
</row>
</rows>
</grid>
</window>
</zk>