﻿<?xml version="1.0" encoding="UTF-8"?>
<?xfa generator="AdobeLiveCycleDesigner_V8.0" APIVersion="2.5.6154.0"?>
<xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/">
   <template xmlns="http://www.xfa.org/schema/xfa-template/2.5/">
   <subform>
      <pageSet>
         <pageArea name="snippet">
            <desc>
               <text name="name">Seiten-Navigation</text>
               <text name="description">Seiten-Navigation - Zeigt eine Gruppe von Schaltflächenobjekten zum Navigieren zur ersten, letzten, vorherigen und nächsten Seite an.</text>
               <text name="version">8.0.1291.1.339988.325709</text>
            </desc>
            <field h="5.9944mm" name="LetzteSeite" w="25.4mm" x="76.2mm">
               <ui>
                  <button/>
               </ui>
               <caption>
                  <value>
                     <text>Letzte Seite</text>
                  </value>
                  <para hAlign="center" vAlign="middle"/>
                  <font typeface="Myriad Pro"/>
               </caption>
               <border>
                  <edge stroke="raised"/>
                  <fill>
                     <color value="212,208,200"/>
                  </fill>
                  <edge stroke="raised"/>
                  <edge stroke="raised"/>
                  <edge stroke="raised"/>
               </border>
               <bind match="none"/>
               <event activity="click">
                  <script contentType="application/x-javascript" runAt="both">// Go to the last page.

xfa.host.currentPage = xfa.host.numPages - 1;</script>
               </event>
            </field>
            <field h="5.9944mm" name="NächsteSeite" w="25.4mm" x="25.4mm">
               <ui>
                  <button/>
               </ui>
               <caption>
                  <value>
                     <text>Nächste Seite</text>
                  </value>
                  <para hAlign="center" vAlign="middle"/>
                  <font typeface="Myriad Pro"/>
               </caption>
               <border>
                  <edge stroke="raised"/>
                  <fill>
                     <color value="212,208,200"/>
                  </fill>
               </border>
               <bind match="none"/>
               <event activity="click">
                  <script contentType="application/x-javascript" runAt="both">// Go to the next page.

xfa.host.pageDown( );</script>
               </event>
            </field>
            <field h="5.9944mm" name="VorherigeSeite" w="25.4mm" x="50.8mm">
               <ui>
                  <button/>
               </ui>
               <caption>
                  <value>
                     <text>Vorherige Seite</text>
                  </value>
                  <para hAlign="center" vAlign="middle"/>
                  <font typeface="Myriad Pro"/>
               </caption>
               <border>
                  <edge stroke="raised"/>
                  <fill>
                     <color value="212,208,200"/>
                  </fill>
               </border>
               <bind match="none"/>
               <event activity="click">
                  <script contentType="application/x-javascript" runAt="both">// Go to the previous page.

xfa.host.pageUp( );</script>
               </event>
            </field>
            <field h="5.9944mm" name="ErsteSeite" w="25.4mm">
               <ui>
                  <button/>
               </ui>
               <caption>
                  <value>
                     <text>Erste Seite</text>
                  </value>
                  <para hAlign="center" vAlign="middle"/>
                  <font typeface="Myriad Pro"/>
               </caption>
               <border>
                  <edge stroke="raised"/>
                  <fill>
                     <color value="212,208,200"/>
                  </fill>
               </border>
               <bind match="none"/>
               <event activity="click">
                  <script contentType="application/x-javascript" runAt="both">// Go to the first page.

xfa.host.currentPage = 0;</script>
               </event>
            </field>
         </pageArea>
      </pageSet>
   </subform>
</template></xdp:xdp>
