Does anyone know how you can unset the page tab order via JavaScript.
I have a dialog that allows my users to set various features of the form. One of which is the tab order via the setPageTabOrder function.
The problem is they can set the tab order to row, column or document structure but if they later decide to set their own tab order, they have to edit the page properties manually in order to gain control over the tab order again.
I have tried passing in "unspecified", null, empty string but nothing seems to let me set the tabbing order to "unspecified" - like I can manually by changing the page properties.
In the API documentation - it doesn't say anything about this.
any ideas?
Thanks!
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script