<exitMacro>
(Script Function to Execute on Form Field Exit)
If this element is omitted, then no subroutine shall be associated with exiting the run contents of the parent form field. If this element specifies a macro which cannot be located or is not supported by an application, then its value may be ignored, but shall not be lost upon resaving the file.
<w:ffData> <w:exitMacro w:val="TestExitFunction" /> </w:ffData>
The <exitMacro>
element specifies that any application which processes this file should attempt to locate and execute a scripting subroutine called TestExitFunction
when the contents of the form field are exited. If this subroutine cannot be located or executed, then this setting is silently ignored. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the name of a single scripting subroutine which shall be associated with the parent element. Its use is specifies based on the context of the parent XML element. <w:ffData> <w:exitMacro w:val="HelloWorld" /> </w:ffData> The The possible values for this attribute are defined by the ST_MacroName simple type (§2.18.58). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MacroName">
<attribute name="val" use="required" type="ST_MacroName"/>
</complexType>