[go: up one dir, main page]

Menu

[r1]: / res / modul / type / type.xml  Maximize  Restore  History

Download this file

16 lines (16 with data), 532 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<form>
<container type="frame" pos="hor" expand="no">
<line></line>
<label>Moldings types</label>
<line></line>
</container>
<container type="frame" pos="hor" expand="yes">
<table var="type" headers='"ID" "Name"' type="table">type</table>
</container>
<container type="frame" pos="ver" expand="yes">
<line></line>
<button cmd="filter_table type $::form::tbll" >Search</button>
<button cmd='print_table $::form::tbll "Moldings types" 0' >Print</button>
</container>
</form>