summaryrefslogtreecommitdiff
path: root/server/xml/macros/test_checkbox.xml
blob: 858aa21f447055d6c85a30a92802bbc2eafc9afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='UTF-8'?>
<macro name="test_checkbox" version="1.0">
  <resume></resume>
  <queries>
  </queries>
  <maps>
  </maps>
  <scripts>
  </scripts>
  <widgets caption="Test CheckBox"
          layout="vbox">

    <checkbox name="dims" caption="Er dette en checkbox?"
	      truevalue="ja" falsevalue="nej"
	      value="ja"/>

    <frame layout="hbox">
      <spacer />
      <button caption="Reset" action="reset"/>
      <button caption="Gem" action="commit"/>
    </frame>
  </widgets>
</macro>