Fireworks functions
339
fw.setActiveWindow()
Availability
Fireworks 3.
Usage
fw.setActiveWindow(
document
, {
trueFalse
})
Arguments
document
A Document object, for example,
fw.documents[2]
, that specifies which
document should be made active.
trueFalse
This optional argument is ignored by Fireworks. It is included only for
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]);
fw.setFloaterGrouping()
Availability
Fireworks 3.
Usage
fw.setFloaterGrouping(
panelNameToMove
,
panelNameToReceive
)
Arguments
panelNameToMove
A lowercase string that specifies the panel to be moved.
Содержание FIREWORKS 8-EXTENDING FIREWORKS
Страница 1: ...Extending Fireworks ...
Страница 4: ...4 Contents ...
Страница 358: ...358 Fireworks JavaScript API ...
Страница 372: ...372 Index ...