FIELDFLAGS="type,method,border"

The FIELDFLAGS attribute defines a clickable field on a PDF form (corresponding to the PDF options set up in the EscapeE Field dialog). It can take up to three arguments, separated by commas.

The first parameter defines the type of field. The second, where appropriate, defines the method. The third parameter, BORDER, is used when a border is required around any of these types of field.

type

method

border

Description

CHECKBOX

CHECKED
CENTRE (or CENTER)
RIGHT

BORDER

A checkbox: checked, centered vertically or with the button on the right of the caption.

COMBO

EDIT

BORDER

A drop-down list/editable drop-down list.

LINK

 

BORDER

Hyperlink.

LIST

 

BORDER

A list of options.

RADIO

CHECKED
CENTRE (or CENTER)
RIGHT

BORDER

A radio button: checked, centered vertically or with the button on the right of the caption.

RESET

 

BORDER

Reset button.

SEND

FDF
XML

BORDER

Submits the form. (No button is drawn.)

SUBMIT

FDF
XML

BORDER

Submits the form.

A "Submit" button is drawn.

TEXT

 

BORDER

An editable text field.

 


Links:

Element FIELD

FIELD