1{{header}} 2{{include ../../xfa_catalog_1_0.fragment}} 3{{include ../../xfa_object_2_0.fragment}} 4{{include ../../xfa_preamble_3_0.fragment}} 5{{include ../../xfa_config_4_0.fragment}} 6{{object 5 0}} << 7 {{streamlen}} 8>> 9stream 10<template> 11 <subform layout="tb" name="my_doc"> 12 <pageSet id="page" relation="orderedOccurrence"> 13 <occur initial="1" max="1" min="1"/> 14 <pageArea id="Page1" name="Page1"> 15 <occur max="1" min="1"/> 16 <contentArea h="100mm" w="200mm" x="0.25in" y="0.25in"/> 17 </pageArea> 18 <pageArea id="Page2" name="Page2"> 19 <occur max="1" min="1"/> 20 <contentArea h="100mm" w="200mm" x="0.25in" y="0.25in"/> 21 </pageArea> 22 </pageSet> 23 <event activity="docReady" ref="$host"> 24 <script contentType="application/x-javascript"> 25 app.alert('Applying app method to xfa.host'); 26 try { 27 var result = app.setTimeOut.apply(xfa.host, 'var x = 3;', 10); 28 app.alert('unexpectedly returned ' + result); 29 } 30 catch (e) { 31 app.alert('Caught: ' + e); 32 } 33 app.alert('Applying xfa.host method to app'); 34 try { 35 var result = xfa.host.setFocus.apply(app); 36 app.alert('unexpectedly returned ' + result); 37 } 38 catch (e) { 39 app.alert('Caught: ' + e); 40 } 41 </script> 42 </event> 43 </subform> 44</template> 45endstream 46endobj 47{{include ../../xfa_locale_6_0.fragment}} 48{{include ../../xfa_postamble_7_0.fragment}} 49{{xref}} 50{{trailer}} 51{{startxref}} 52%%EOF 53