Returns
Nothing.
Description
Writes out the panel states (location, size, open or closed, and so on), toolbox state, and
Property inspector state to an XML file that is specified by the argument.
fw.yesNoDialog()
Availability
Fireworks MX.
Usage
fw.yesNoDialog(promptString)
Arguments
The prompt message that appears in the dialog box.
promptString
Returns
A Boolean value:
true
Description
Displays a dialog box that contains buttons labeled Yes and No.
Example
The following code displays a dialog box with Yes and No buttons and the message "Would
you like to duplicate the element?"
var shouldDuplicate = fw.yesNoDialog("Would you like to duplicate the
element?");
346
Fireworks JavaScript API
if the user selected the Yes button;
otherwise.
false
Need help?
Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?
Questions and answers