Specifications
476
Arguments
None.
Returns
Nothing.
Enabler
“dom.canShowListPropertiesDialog()” on page 416
dom.setListTag()
Availability
Dreamweaver 3
Description
Sets the style of the selected list.
Arguments
listTag
listTag
is the tag that is associated with the list. It must be "ol", "ul", "dl", or an empty string.
Returns
Nothing.
dom.setTextAlignment()
Availability
Dreamweaver 3
Description
Sets the ALIGN attribute of the block that contains the selection to the specified value.
Arguments
alignValue
alignValue
must be "left", "center", or "right".
Returns
Nothing.
dom.setTextFieldKind()
Availability
Dreamweaver 3
Description
Sets the format of the selected text field.
Arguments
fieldType
fieldType
must be "input", "textarea", or "password".
Returns
Nothing.