SetaPDF_FormFiller_Field_Flags A class representing named form field flags
File: /SetaPDF v2/FormFiller/Field/Flags.php
Class hierarchy
Summary
Constants
COMB
Constant defines that a text field is a comb text field
COMBO
Constant defines that a choice field is a combo field
COMMIT_ON_SEL_CHANGE
Constant defines that a choice field is committed on selection change
DO_NOT_SCROLL
Constant defines that a text field can not be scrolled
DO_NOT_SPELL_CHECK
Constant defines that a text field should not be spell checked
EDIT
Constant defines that a choice field is editable
FILE_SELECT
Constant defines that a text field is a file select field
MULTILINE
Constant defines that a text field is a multiline text field
MULTI_SELECT
Constant defines that a choice field allows multiselection
NO_EXPORT
Constant defines that a field can not be exported
NO_TOGGLE_TO_OFF
Constant defines that a button field can not be toggled to off
PASSWORD
Constant defines that a text field is a password text field
PUSHBUTTON
Constant defines that a button field is a pushbutton
RADIO
Constant defines that a button field is a radiobutton
RADIOS_IN_UNISON
Constant defines that a button field is a pushbutton
READ_ONLY
Constant defines that a field is readonly
REQUIRED
Constant defines that a field is required
RICH_TEXT
Constant defines that a text field is a rich text field
SORT
Constant defines that a choice field is sortable