Adobe acrobat forms javascript object specification User Manual

Page of 64
Acrobat Forms - JavaScript Object Specification
15
goBack
Parameters: None
Returns: nothing
Use this function to go to the previous view on the view stack. This is equivalent to pressing
the go back button on the Acrobat tool bar.
goForward
Parameters: None
Returns: nothing
Use this function to go to the next view on the view stack. This is equivalent to pressing the go
forward button on the Acrobat tool bar.
hideMenuItem
Parameters: cName
Returns: nothing
This method only works in the Config.js
script. It allows a forms integrator
to customize the look of the Acrobat viewer by removing the menu item specified by cName.
Language independent names for toolbar buttons can be obtained from the Acrobat Viewer
Plug-In API On-line Reference (Technical Note #5168)
. See
for more
details.
hideToolbarButton
Parameters: cName
Returns: nothing
This method only works in the Config.js
script. It allows a forms integrator
to customize the look of the Acrobat viewer by removing the toolbar button specified by
cName. Language independent names for toolbar buttons can be obtained from the Acrobat
Viewer Plug-In API On-line Reference (Technical Note #5168)
. See
for
more details.
mailMsg
Parameters: bUI, cTo, [cCc], [cBcc], [cSubject], [cMsgBody]
Returns: nothing
This method sends out an e-mail message with or without user interaction depending on the
value of bUI. If it is set to true then the rest parameters are used to seed the compose new
message window that is displayed to the user.
4.0
4.0
4.0