![MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual Download Page 121](http://html1.mh-extra.com/html/macromedia/dreamweaver-mx-2004-extending-dreamweaver/dreamweaver-mx-2004-extending-dreamweaver_manual_3335562121.webp)
Document functions
121
Description
Appends a point to the selected unclosed polygon slice. If an unclosed polygon slice is not
selected, then a new polygon slice is created with the single point that passed in.
dom.applyCharacterMarkup()
Availability
Fireworks 3, enhanced in 4.
Usage
dom.applyCharacterMarkup(
tag
)
Arguments
tag
Acceptable values for
tag
are
"b"
,
"i"
, and
"u"
, for bold, italic, and underline: and
"fwplain"
, which was added in Fireworks 4, for text with no character markup.
Returns
Nothing.
Description
Applies the specified character markup to the selected text.
dom.applyCurrentFill()
Availability
Fireworks 3.
Usage
dom.applyCurrentFill(
NoNullFills
)
Arguments
bNoNullFills
If
bNoNullFills
is
true
and the current fill is None, then a default fill is
applied instead of no fill.
Returns
Nothing.
Description
Applies the document’s current fill to the selection.
Example
The following command applies the current fill to the selection.
fw.getDocumentDOM().applyCurrentFill(true);
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...