summaryrefslogtreecommitdiff
path: root/server/xml/macros/test_listbox.xml
diff options
context:
space:
mode:
authorbertho <bertho>2009-02-04 11:26:58 +0000
committerbertho <bertho>2009-02-04 11:26:58 +0000
commit1bce9e4ebb9521c26fdbc586d4eadd6f2a52b618 (patch)
tree497e277a15390025db1158c7a39776cdbd1645f4 /server/xml/macros/test_listbox.xml
parent4497bea2b68a883d1bed72797f27275c833843ea (diff)
Add macros and templates to repository
Diffstat (limited to 'server/xml/macros/test_listbox.xml')
-rw-r--r--server/xml/macros/test_listbox.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/server/xml/macros/test_listbox.xml b/server/xml/macros/test_listbox.xml
new file mode 100644
index 0000000..5287d2f
--- /dev/null
+++ b/server/xml/macros/test_listbox.xml
@@ -0,0 +1,26 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<macro name="test_listbox" version="1.0">
+ <resume></resume>
+ <queries>
+ </queries>
+ <maps>
+ </maps>
+ <scripts>
+ </scripts>
+ <window caption="Test ListBox"
+ layout="vbox">
+
+ <listbox name="dims" value="test2">
+ <item caption="Test1" value="test1"/>
+ <item caption="Test2" value="test2"/>
+ <item caption="Test3" value="test3"/>
+ <item caption="Test4" value="test4"/>
+ </listbox>
+
+ <frame layout="hbox">
+ <spacer />
+ <button caption="Reset" action="reset"/>
+ <button caption="Gem" action="commit"/>
+ </frame>
+ </window>
+</macro>