summaryrefslogtreecommitdiff
path: root/server/xml/macros/test_lineedit.xml
blob: 783ad572528b119d6d5d5139192dbbb358f6778a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version='1.0' encoding='UTF-8'?>
<macro name="test_lineedit" version="1.0">
  <resume></resume>
  <queries>
    <query service="pentominos" class="test" ttl="1000000"/>
  </queries>
  <maps>
  </maps>
  <scripts>
    <script name="A" language="lua">
      if ( value == '4' )
      then
        return true
      end
      return false
    </script>
  </scripts>
  <widgets caption="Test LineEdit"
          layout="vbox">

    <lineedit name="dims" value="tester" script="A" map="test.data" regexp="[0-9]"/>

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