Method
,
prompt(caption
text)
,
, ...,
write(arg1
arg2
argN)
WRITE_CSS
,
WRITE_HTML(arg1
arg2
argN)
Core objects
This section describes the six core objects that are always available: Dialogs, Document,
Errors, Files, Find, and System.
For information on how to format nonstandard data types, such as rectangle or point,
see
"Formatting nonstandard data types" on page
Dialogs object
The following table lists the methods of the Dialogs object, along with their data types and,
where appropriate, acceptable values and notes.
Method
runEditGrids()
runEditGuides()
runNumericTransform()
Data type
string, string
string
string
, ...,
string
Data type
none
none
none
Notes
Prompts the user (with the string that is
specified by text) to enter a string in a
modal dialog box; the dialog box is titled
with the string that is specified by caption.
Returns the string entered if OK is clicked,
if Cancel is clicked.
null
Same as
;
WRITE_HTML
created to let you differentiate HTML
output calls from other JavaScript calls in
your code.
Available only when exporting. Writes the
CSS as an external file.
Available only when exporting. Converts
each argument to a string and writes it to
the HTML output file. To enter an end-of-
line character, use
"\n"
the correct line ending for your platform.
For more information, see
objects" on page
80.
11.
Notes
Opens the Edit Grids dialog box.
Opens the Edit Guides dialog box.
Opens the Numeric Transform dialog box.
was
WRITE_HTML
; this is converted to
"HTML export
Core objects
13
Need help?
Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?
Questions and answers