Display; Doc; Editable; Fillcolor - Adobe ACROBAT FORMS JAVASCRIPT OBJECT Specification

Adobe acrobat version 4.0
Table of Contents

Advertisement

display

Type: Integer
This property controls whether the field is hidden or visible on screen and in print:
This property supersedes the older

doc

Type: Object
This property defines the document the field belongs to. Its value is the
Object
. Please refer to the

editable

Type: Boolean
Combo boxes can be editable, that is, the user can type in a selection. This property determines
whether the user can type in a selection or must choose one of the provided selections.
var f = this.getField("MyComboBox");
f.editable = true;

fillColor

Type: Array
This property specifies the background color for a field. The background color is used to fill
the field's rectangle. Values are defined by using transparent, gray, RGB or CMYK color.
Refer to the
Global Object
used with this property.
var f = this.getField("MyField");
if (color.equal(f.fillColor, color.red))
Acrobat Forms - JavaScript Object Specification
Fields: All
Effect
Field is visible on screen and in print
Field is hidden on screen and in print
Field is visible on screen but doesn't print
Field is hidden on screen but prints
hidden
and
Fields: All
this Object
section for more details.
Fields: Combobox
Fields: All
section for information on defining color arrays and how values are
Access: R/W
Keyword
display.visible
display.hidden
display.noPrint
display.noView
print
properties.
Access: R
Access: R/W
Access: R/W
4.0
this Object
this
or the
40

Advertisement

Table of Contents
loading

This manual is also suitable for:

Acrobat forms javascript object specification

Table of Contents