fw.setActiveViewScale()
Availability
Fireworks MX.
Usage
fw.setActiveViewScale(scale, center)
Arguments
A floating-point number where 1.0 is 100%, or normal view, and 1.5 is 150%. Default
scale
is 6%.
A point that defines the location in the document at which the view should be centered.
center
This argument can be used to navigate around different parts of the document.
Returns
Nothing.
Description
Sets the zoom amount and the center of the view for the current document.
fw.setActiveWindow()
Availability
Fireworks 3.
Usage
fw.setActiveWindow(document, {trueFalse})
Arguments
A Document object, for example,
document
should be made active.
This optional argument is ignored by Fireworks. It is included only for
trueFalse
Dreamweaver compatibility.
Returns
Nothing.
Description
Sets the specified document as the active document.
Example
The following command makes the fourth document the active document.
fw.setActiveWindow(fw.documents[3]);
, that specifies which document
fw.documents[2]
Fireworks functions
269
Need help?
Do you have a question about the FIREWORKS MX 2004-EXTENDING FIREWORKS and is the answer not in the manual?
Questions and answers