Adobe 12001196 - Acrobat - Mac Manual page 74

Javascript
Hide thumbs Also See for 12001196 - Acrobat - Mac:
Table of Contents

Advertisement

Using Acrobat JavaScript in Forms
4
Creating form fields programmatically
Region/Name
Default Value
Multiline
Scroll long text
Allow Rich Text Formatting
Limit of # characters
Password
Field is used for file selection
Check Spelling
Comb of # characters
Actions Tab
The Actions tab shows the same set of properties as for buttons. For details, see the
Actions Tab
Format Tab
The
Validate Tab
The
Calculate Tab
The
74
for buttons.
Format Tab
tab is the same as that of the combo box.
Validate Tab
tab is the same as that of the combo box.
Calculate Tab
tab is the same as that of the combo box.
See Reference
Example
defaultValue
f.defaultValue = "Name: ";
multiline
f.multiline = true;
doNotScroll
f.doNotScroll = true;
richText
f.richText = true;
charLimit
f.charLimit = 40;
password
f.password = true;
exportValues
f.fileSelect = false;
doNotSpellCheck
f.doNotSpellCheck = true;
comb
f.comb = true;
Note: the number of characters
allowed in the comb field is
determined by
.
f.charLimit
Acrobat JavaScript Scripting Guide

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Acrobat 6.0

Table of Contents