• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

linked pdf fields -- backspacing code?

New Here ,
Oct 25, 2017 Oct 25, 2017

Copy link to clipboard

Copied

Hi, I have two fields linked together in a pdf, so that the text flows from one line to the next... using this code:

// Move to next field when this one is full
var t=this.getField ("strongpoints1");
if (event.fieldFull) {
    getField("strongpoints2").setFocus();
}

Can anyone direct me to a coding solution that allows me to backspace from the second field back through the first field? Right now, I have to click each field individually to backspace the content on that line. But I would like it to automatically backspace up through the previous line.

Thank you!

TOPICS
Acrobat SDK and JavaScript

Views

367

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 18, 2017 Dec 18, 2017

It's not possible.

Votes

Translate

Translate
Community Expert ,
Dec 18, 2017 Dec 18, 2017

Copy link to clipboard

Copied

It's not possible.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 18, 2017 Dec 18, 2017

Copy link to clipboard

Copied

LATEST

Use one multi-line text field.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines