Passing values

For all properties that are not read-only, you can pass values to change elements of a document. For example, the following command sets the fifth brush in the third open document to a square shape:

fw.documents[2].brushes[4].shape = "square";

The preceding example includes the following properties:

Note: Throughout this manual, optional arguments are enclosed in {braces}.


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/fireworks/8/fwextending/fw_02_d4.htm