Creationdate; Delay; Dirty; External - Adobe ACROBAT FORMS JAVASCRIPT OBJECT Specification

Adobe acrobat version 4.0
Table of Contents

Advertisement

creationDate

Type: Date
This property defines the documents creation date.

delay

Type: Boolean
This property delays the redrawing of any appearance changes to every field in the document.
It is generally used to buffer a series of changes to fields before requesting that the fields
regenerate their appearance. Setting the property to true forces all changes to be queued until
delay is reset to false. Once set to false then all the fields on the page are re-drawn. See also
delay
the field level
property.

dirty

Type: Boolean
This property identifies whether the document has been dirtied as the result of a changes to the
document (and therefore needs to be saved). It is useful to reset the dirty flag in a document
when performing changes that do not warrant saving, for example, updating a status field in the
document.
var f = this.getField("Status");
var b = this.dirty;
f.value = "Press the reset button to clear the form.";
this.dirty = b;

external

Type: Boolean
This property indicates whether the current document is being viewed in the Acrobat
application or in an external window (such as a web browser).

filesize

Type: Integer
This property determines the file size of the document in bytes.
Acrobat Forms - JavaScript Object Specification
Access: R
Access: R/W
Access: R/W
Access: R
Access: R
4.0
4.0
21

Advertisement

Table of Contents
loading

This manual is also suitable for:

Acrobat forms javascript object specification

Table of Contents