App Object Methods
alert
Parameters: cMessage, [nIcon], [nType]
Returns: nButton
This method displays an alert dialog on the screen. The minimum required parameter is a string
containing the message to be displayed. Optionally, an icon type can be specified by using the
nIcon
parameter. The following is a list of icons and their associated values:
Icon
Error (default)
Warning
Question
Status
Value
0
1
2
3
Additionally, a button group type can be specified:
Button Group
OK (default)
OK, Cancel
Yes, No
Yes, No, Cancel
Value
0
1
2
3
This method returns the type of the button that was pressed by the user:
Button Type
Error
OK
Cancel
No
Yes
Value
0
1
2
3
4
beep
Parameters: [nType]
Returns: none
Acrobat Forms - JavaScript Object Specification
13
Index Bookmark Pages Text
Previous Next
Pages: Index All Pages
This HTML file was created by VeryPDF PDF to HTML Converter product.