|
|
@ -10,46 +10,78 @@
|
|
|
|
<hbox width="100%">
|
|
|
|
<hbox width="100%">
|
|
|
|
<listbox id="dataGrid" model="@load(vm.dataList)" selectedItem="@bind(vm.dataBean)"
|
|
|
|
<listbox id="dataGrid" model="@load(vm.dataList)" selectedItem="@bind(vm.dataBean)"
|
|
|
|
onAfterRender="@command('afterRender')" selectedIndex="@load(vm.selIndex)" hflex="6" height="480px">
|
|
|
|
onAfterRender="@command('afterRender')" selectedIndex="@load(vm.selIndex)" hflex="6" height="480px">
|
|
|
|
|
|
|
|
<listhead vflex="true">
|
|
|
|
|
|
|
|
<listheader label="Firma" sort="auto(company)" onSort="@command('onSort', column='company')" />
|
|
|
|
|
|
|
|
<listheader label="IČ" width="100px"/>
|
|
|
|
|
|
|
|
<listheader label="Kontaktní osoba"/>
|
|
|
|
|
|
|
|
<listheader label="Ulice"/>
|
|
|
|
|
|
|
|
<listheader label="Číslo domu" width="80px"/>
|
|
|
|
|
|
|
|
<listheader label="Město" sort="auto(city)" onSort="@command('onSort', column='city')"/>
|
|
|
|
|
|
|
|
</listhead>
|
|
|
|
|
|
|
|
|
|
|
|
<auxhead sclass="category-center" visible="@load(vm.filter)">
|
|
|
|
<auxhead sclass="category-center" visible="@load(vm.filter)">
|
|
|
|
<auxheader>
|
|
|
|
<auxheader>
|
|
|
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
|
|
|
<textbox value="@bind(vm.filterTemplate.company)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<textbox instant="true" width="85%"
|
|
|
|
</div>
|
|
|
|
value="@bind(vm.filterTemplate.company)" onChange="@command('doFilter')" />
|
|
|
|
</div>
|
|
|
|
</auxheader>
|
|
|
|
</auxheader>
|
|
|
|
<auxheader>
|
|
|
|
<auxheader>
|
|
|
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
|
|
|
<textbox value="@bind(vm.filterTemplate.ic)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<textbox instant="true" width="85%"
|
|
|
|
</div>
|
|
|
|
value="@bind(vm.filterTemplate.ic)" onChange="@command('doFilter')" />
|
|
|
|
</div>
|
|
|
|
</auxheader>
|
|
|
|
</auxheader>
|
|
|
|
<auxheader>
|
|
|
|
<auxheader>
|
|
|
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
|
|
|
<textbox value="@bind(vm.filterTemplate.contactName)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<textbox instant="true" width="85%"
|
|
|
|
</div>
|
|
|
|
value="@bind(vm.filterTemplate.contactName)" onChange="@command('doFilter')"/>
|
|
|
|
</div>
|
|
|
|
</auxheader>
|
|
|
|
</auxheader>
|
|
|
|
<auxheader>
|
|
|
|
<auxheader>
|
|
|
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
|
|
|
<textbox value="@bind(vm.filterTemplate.street)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<textbox instant="true" width="85%"
|
|
|
|
</div>
|
|
|
|
value="@bind(vm.filterTemplate.street)" onChange="@command('doFilter')"/>
|
|
|
|
</div>
|
|
|
|
</auxheader>
|
|
|
|
</auxheader>
|
|
|
|
<auxheader>
|
|
|
|
<auxheader>
|
|
|
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
|
|
|
<textbox value="@bind(vm.filterTemplate.houseNumber)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<textbox instant="true" width="85%"
|
|
|
|
</div>
|
|
|
|
value="@bind(vm.filterTemplate.houseNumber)" onChange="@command('doFilter')"/>
|
|
|
|
</div>
|
|
|
|
</auxheader>
|
|
|
|
</auxheader>
|
|
|
|
<auxheader>
|
|
|
|
<auxheader>
|
|
|
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
|
|
|
<textbox value="@bind(vm.filterTemplate.city)" instant="true" onChange="@command('doFilter')" sclass="find-grid-textbox" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
<textbox instant="true" width="85%"
|
|
|
|
</div>
|
|
|
|
value="@bind(vm.filterTemplate.city)" onChange="@command('doFilter')"/>
|
|
|
|
</div>
|
|
|
|
</auxheader>
|
|
|
|
</auxheader>
|
|
|
|
</auxhead>
|
|
|
|
</auxhead>
|
|
|
|
<listhead vflex="true">
|
|
|
|
|
|
|
|
<listheader label="Firma" sort="auto(company)" onSort="@command('onSort', column='company')" />
|
|
|
|
|
|
|
|
<listheader label="IČ" width="100px"/>
|
|
|
|
|
|
|
|
<listheader label="Kontaktní osoba"/>
|
|
|
|
|
|
|
|
<listheader label="Ulice"/>
|
|
|
|
|
|
|
|
<listheader label="Číslo domu" width="80px"/>
|
|
|
|
|
|
|
|
<listheader label="Město" sort="auto(city)" onSort="@command('onSort', column='city')"/>
|
|
|
|
|
|
|
|
</listhead>
|
|
|
|
|
|
|
|
<template name="model">
|
|
|
|
<template name="model">
|
|
|
|
<listitem>
|
|
|
|
<listitem>
|
|
|
|
<listcell label="@load(each.company)"/>
|
|
|
|
<listcell label="@load(each.company)"/>
|
|
|
|