Quantcast
Channel: Adobe Community: Message List - PDF Forms
Viewing all articles
Browse latest Browse all 57214

Re: Form Navigation Using Buttons

$
0
0

You cannot disable any keyboard ferature with JavaScirpt.

 

The script to advance to the next page is:

 

this.pageNum++;

 

The script  to go back one page:

 

this.pageNum--

 

The script to go to the  first page:

 

this.pageNum = 0;

 

The scirpt to go to the last page:

 

this.pageNum = this.numPages - 1;


Viewing all articles
Browse latest Browse all 57214

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>