506
Code
Arguments
None.
Returns
A string that contains the block tag that is associated with the text (for example,
"p"
,
"h1"
,
"pre"
, and so on) or an empty string if no block tag is associated with the selection. This
value always returns in lowercase letters.
dom.hasCharacterMarkup()
Availability
Dreamweaver 3.
Description
Checks whether the selection already has the specified character markup.
Arguments
markupTagName
■
The
markupTagName
argument is the name of the tag that you’re checking. It must be one
of the following strings:
"b"
,
"cite"
,
"code"
,
"dfn"
,
"em"
,
"i"
,
"kbd"
,
"samp"
,
"s"
,
"strong"
,
"tt"
,
"u"
, or
"var"
.
Returns
A Boolean value that indicates whether the entire selection has the specified character markup.
The function returns a value of
false
if only part of the selection has the specified markup.
dom.indent()
Availability
Dreamweaver 3.
Description
Indents the selection using
BLOCKQUOTE
tags. If the selection is a list item, this function
indents the selection by converting the selected item into a nested list. This nested list is of the
same type as the outer list and contains one item, the original selection.
Arguments
None.
000_DW_API_Print.book Page 506 Wednesday, July 20, 2005 11:58 AM
Содержание DREAMWEAVER 8-DREAMWEAVER API
Страница 1: ...Dreamweaver API Reference...
Страница 16: ......
Страница 28: ...28 The File I O API...
Страница 38: ...38 The HTTP API...
Страница 68: ...68 Flash Integration...
Страница 100: ...100 The Database API...
Страница 116: ...116 The JavaBeans API...
Страница 144: ...144 The Source Control Integration API...
Страница 146: ......
Страница 254: ...254 Workspace...
Страница 298: ...298 Site...
Страница 354: ...354 Document...
Страница 396: ...396 Page Content...
Страница 488: ...488 Design...
Страница 550: ...550 Code...