diff options
Diffstat (limited to 'server/xml/macros/test_checkbox.xml')
-rw-r--r-- | server/xml/macros/test_checkbox.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/server/xml/macros/test_checkbox.xml b/server/xml/macros/test_checkbox.xml new file mode 100644 index 0000000..acc2c0c --- /dev/null +++ b/server/xml/macros/test_checkbox.xml @@ -0,0 +1,23 @@ +<?xml version='1.0' encoding='UTF-8'?> +<macro name="test_checkbox" version="1.0"> + <resume></resume> + <queries> + </queries> + <maps> + </maps> + <scripts> + </scripts> + <window 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> + </window> +</macro> |