﻿<?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">Navigation dans la page</text>
               <text name="description">Navigation dans la page : affiche un groupe de boutons permettant de visualiser la première page, la dernière page, les pages précédentes et les pages suivantes.</text>
               <text name="version">8.0.1291.1.339988.325739</text>
            </desc>
            <field h="5.9944mm" name="Dernière_page" w="27.94mm" x="83.82mm">
               <ui>
                  <button/>
               </ui>
               <caption>
                  <value>
                     <text>Dernière page</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="Page_suivante" w="27.94mm" x="27.94mm">
               <ui>
                  <button/>
               </ui>
               <caption>
                  <value>
                     <text>Page suivante</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="Page_précédente" w="27.94mm" x="55.88mm">
               <ui>
                  <button/>
               </ui>
               <caption>
                  <value>
                     <text>Page précédente</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="Première_page" w="27.94mm">
               <ui>
                  <button/>
               </ui>
               <caption>
                  <value>
                     <text>Première page</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>
