User Guide
198 Fireworks JavaScript API
dom.hasCharacterMarkup()
Availability
Fireworks 3, updated in Fireworks 4.
Usage
dom.hasCharacterMarkup(tag)
Arguments
tag Acceptable values are "b", "i", and "u", for bold, italic, and underline; and "fwplain",
which was added in Fireworks 4, for text without character markup.
Returns
true if the text has the specified character markup; false if it does not or if only part of the
text has the markup.
Description
Determines whether the selected text has the specified character markup.
dom.hideSelection()
Availability
Fireworks 3.
Usage
dom.hideSelection()
Arguments
None.
Returns
Nothing.
Description
Hides the selection. To redisplay it, use dom.showAllHidden() on page 301.