EasyManua.ls Logo

Adobe ACROBAT FORMS JAVASCRIPT OBJECT - Console Object; Console Methods

Adobe ACROBAT FORMS JAVASCRIPT OBJECT
64 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Acrobat Forms - JavaScript Object Specification
19
Console Object
The Console object is a static object to access the JavaScript console for displaying debug
messages. It functions only within Acrobat Exchange.
Console Methods
show
Parameters: none
Returns: none
This method shows the console window.
hide
Parameters: none
Returns: none
This method closes the console window.
println
Parameters: cMessage
Returns: none
This method prints the string value of cMessage to the console window with an accompanying
carriage return.
Example:
// This example prints the value of a field to the console window
var f = event.target;
console.println("Field value="+f.value);
clear
Parameters: none
Returns: nothing
This method clears the console windows buffer of any output.

Table of Contents

Related product manuals