Repräsentiert ein PDF-Formularfeld. Dessen Objelte beinhalten Methoden und Eigenschaften, die eine Modifizierung des Formularfeld via JavaScript ermöglichen.
Beispiel: Macht ein verstecktes Feld sichtbar.
var oField = this.getField(“hiddenFieldName”);
oField.display = display.visible;
Eigenschaften |
alignment borderStyle buttonAlignX buttonAlignY buttonFitBounds buttonPosition buttonScaleHow buttonScaleWhen calcOrderIndex charLimit comb commitOnSelChange currentValueIndices defaultStyle defaultValue doNotScroll doNotSpellCheck display doc editable exportValues hidden fileSelect fillColor lineWidth highlight multiline multipleSelection name numItems page password radiosInUnison readonly rect required richText richValue rotation strokeColor style submitName textColor textFont textSize type userName value valueAsString |
Methoden |
browseForFileToSubmit buttonGetCaption buttonGetIcon buttonImportIcon buttonSetCaption buttonSetIcon checkThisBox clearItems defaultIsChecked deleteItemAt getArray getItemAt getLock insertItemAt isBoxChecked isDefaultChecked setAction setFocus setItems setLock |