Applet Schema
AUX Element
See Also  Send comments on this topic.
Applet Schema : AUX Element

Glossary Item Box

Description

The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.

Diagram

AUX Element

Overview

AUX
The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.
onclose optional
Specify the script to run when this event occurs
oncomm optional
Specify the script to run when this event occurs
onopen optional
Specify the script to run when this event occurs

Attributes

NameTypeUseDefaultFixedDescription
onclose optional  Specify the script to run when this event occurs
oncomm optional  Specify the script to run when this event occurs
onopen optional  Specify the script to run when this event occurs

Remarks

<AUX

     When parent element is SYSTEMOBJECTS:
     onclose ="script to run"
     oncomm ="script to run"
     onopen ="script to run"
>


     When parent element is PREFERENCES:
     <COMPORT... />

</AUX >
Attribute Usage
onclose Specify the script to run when this event occurs
oncomm Specify the script to run when this event occurs
onopen Specify the script to run when this event occurs

The subroutine called should be located in the file specified in the SCRIPT element.

Examples

Source

<xs:element name="AUX" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="onclose">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="oncomm">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="onopen">
      <xs:annotation>
        <xs:documentation>Specify the script to run when this event occurs</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.