calc/tests/TestFiles/Option/checkbox.xml
2020-10-19 10:41:04 +02:00

10 lines
566 B
XML

<?xml version="1.0" encoding="utf-8"?>
<option id="size" name="Wählen Sie eine Größe" type="Checkbox" width="3" default="a4h,a4q" require="true" help="Wählen Sie eine Größe">
<opt id="a5h" name="DIN A5 Hochformat (210x148mm)"></opt>
<opt id="a5q" name="DIN A5 Querformat (148x210mm)"></opt>
<opt id="a4h" name="DIN A4 Hochformat (297 x 210 mm)"></opt>
<opt id="a4q" name="DIN A4 Querformat (210x297mm)"></opt>
<opt id="a3h" name="DIN A3 Hochformat (420x297mm)"></opt>
<opt id="a3q" name="DIN A3 Querformat (297x420mm)"></opt>
</option>