summaryrefslogtreecommitdiff
path: root/server/xml/macros/test_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/test_button.xml')
-rw-r--r--server/xml/macros/test_button.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/server/xml/macros/test_button.xml b/server/xml/macros/test_button.xml
new file mode 100644
index 0000000..56f4168
--- /dev/null
+++ b/server/xml/macros/test_button.xml
@@ -0,0 +1,24 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<macro name="test_button" version="1.0">
+ <resume></resume>
+ <queries>
+ </queries>
+ <maps>
+ </maps>
+ <scripts>
+ </scripts>
+ <window caption="Test Button"
+ layout="vbox">
+
+ <checkbox name="dims" caption="Er dette en checkbox?"
+ truevalue="ja" falsevalue="nej"
+ value="ja"/>
+
+ <frame layout="hbox">
+ <spacer />
+ <button caption="Annullér" action="cancel"/>
+ <button caption="Reset" action="reset"/>
+ <button caption="Gem" action="commit"/>
+ </frame>
+ </window>
+</macro>