/[papo]/papo/neb/examples/product_test.lam
ViewVC logotype

Diff of /papo/neb/examples/product_test.lam

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by fheinz, Wed Apr 16 14:07:04 2003 UTC revision 1.3 by fheinz, Wed Apr 16 18:19:03 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="ISO-8859-1"?>  <?xml version="1.0" encoding="ISO-8859-1"?>
2    
3  <form tabbed="top" title="Productos" width="70" height="19">  <form tabbed="top" title="Productos" width="70" height="20">
4    
5        
6  <!-- Componente de busqueda -->  <!-- Componente de busqueda -->
# Line 9  Line 9 
9      <datasource name="searchDataSource" cache="1"/>      <datasource name="searchDataSource" cache="1"/>
10      <page name="Search">      <page name="Search">
11      <block name="searchBlock" transparentBlock="y" datasource="searchDataSource">      <block name="searchBlock" transparentBlock="y" datasource="searchDataSource">
12        <box height="6" label="Ingrese los datos">        <box label="Ingrese los datos">
13    
14          <lam:box lam:boxtype="h">          <lam:box lam:boxtype="h" lam:valign="bottom">
15            <lam:box>            <lam:box>
16              <lam:box lam:boxtype="h">              <lam:box lam:boxtype="h">
17                <label text="A Thing"></label>                <label text="A Thing"></label>
# Line 26  Line 26 
26                <entry name="YetAnotherEntry"></entry>                <entry name="YetAnotherEntry"></entry>
27              </lam:box>              </lam:box>
28            </lam:box>            </lam:box>
29            <lam:box lam:valign="bottom" lam:halign="right" width="20">            <lam:box lam:halign="right">
30              <button name="searchBtn" trigger="productSearchTrigger" label="Buscar"></button>              <button name="searchBtn" trigger="productSearchTrigger" label="Buscar"></button>
31              <button name="searchBtn" trigger="printTrigger" label="Imprimir"></button>              <button name="searchBtn" trigger="printTrigger" label="Imprimir"></button>
32            </lam:box>            </lam:box>
33          </lam:box>          </lam:box>
34          <lam:box lam:halign="right" height="1">          <lam:box lam:boxtype="h" lam:halign="right">
35            <entry name="funnyLabel" default="basura basura" style="label" width="40"></entry>             <lam:box width="*"/><entry name="funnyLabel" default="basura basura" style="label" width="40"></entry>
36          </lam:box>          </lam:box>
37        </box>        </box>
38      </block>      </block>
# Line 41  Line 41 
41          <entry name="idREntry" hidden="y" field="THING.ID"></entry>          <entry name="idREntry" hidden="y" field="THING.ID"></entry>
42          <label text="Resultado"></label>          <label text="Resultado"></label>
43          <lam:box lam:boxtype="h">          <lam:box lam:boxtype="h">
44            <entry name="aListEntry" rows="15" field="_a_data._table"></entry>            <entry name="aListEntry" rows="*" field="_a_data._table"></entry>
45            <entry name="anotherListEntry" rows="15" field="_another_data._table"></entry>            <entry name="anotherListEntry" rows="*" field="_another_data._table"></entry>
46            <entry name="yettaListEntry" rows="15" field="_yetta_nother._table"></entry>            <entry name="yettaListEntry" rows="*" field="_yetta_nother._table"></entry>
47            <lam:box width="1"/>            <lam:box width="1"/>
48            <scrollbar page="12" width="1"></scrollbar>            <scrollbar page="12"></scrollbar>
49          </lam:box>          </lam:box>
50        </lam:box>        </lam:box>
51      </block>      </block>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26