dom.removeCSSStyle()
Availability
Dreamweaver 3.
Description
Removes the
or
CLASS
completely surrounds the specified element. This function is valid only for the active
document.
Arguments
elementNode, {classOrID}
The
elementNode
argument is specified as an empty string (" "), the function acts on the current selection.
The
argument, which is optional, is the attribute that should be removed
classOrID
(either
or
"class"
. If no
"class"
CLASS
that surrounds the
Returns
Nothing.
dom.resetAllElementViews()
Availability
Dreamweaver 8.
Description
This function resets the Element view of all elements in the document to the original view by
removing all internally generated CSS.
Arguments
forceRefresh
The
forceRefresh
to refresh the rendering of the entire document when there is no internal CSS to remove.
A value of
causes the refresh. The default value is
true
Returns
Nothing.
424
Design
attribute from the specified element, or removes the
ID
argument is an element node in the DOM. If the
). If the
"id"
classOrID
attribute is defined for the
argument is removed.
elementNode
argument, which is optional, is a Boolean value that specifies whether
argument is not specified, it defaults to
argument, the
elementNode
.
false
tag that
SPAN
elementNode
tag
SPAN
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?