AdmMono/web/gui/catalogos/searchMenu.zul

27 lines
1.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="win"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winSearchMenu" border="normal"
apply="${searchMenuController}"
width="400px" height="457x" contentStyle="overflow:auto"
title="${c:l('lb.btnPesquisa.label')}" sizable="false" >
<bandbox id="bd" width="380px" mold="rounded" autodrop="true" >
<bandpopup>
<vbox>
<listbox width="380px" id="searchResultList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
<listhead>
<listheader
label="${c:l('lb.dec')}"
width="100%" />
</listhead>
</listbox>
</vbox>
</bandpopup>
</bandbox>
</window>
</zk>