PrintTest_NoPrintFile.xaction 1.05 KB
Newer Older
Thitichaipun Wutthisak committed
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
<action-sequence>

  <name>PrintTest1.xaction</name>
	<version>1</version>
	<title>Priting a file</title>
	<logging-level>debug</logging-level>
	<documentation>
		<author>William E. Seyler</author>
		<description>..</description>
		<help>This is just a test...</help>
		<result-type>report</result-type>
	</documentation>

	<inputs>
		<copies type="string">
		  <default-value>1</default-value>
		</copies>
		<orientation type="string">
		  <default-value>landscape</default-value>
		</orientation>
		<printerName type="string">
		  <default-value></default-value>
			<sources>
				<request>printerName</request> 
			</sources>
		</printerName>
	</inputs>
	<outputs/>
	<resources>
	</resources>
  
  <actions>
      <action-definition>
        <action-inputs>
          <copies type="string"/>
          <orientation type="string"/>
		  <printerName type="string"/>
        </action-inputs>
        <component-name>PrintComponent</component-name>
        <action-type>print</action-type>
      	<component-definition/>
      </action-definition>
  </actions>
</action-sequence>