Keyboard Functions - Adobe 38040334 - Dreamweaver CS3 User Manual

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Example
dom.convertNextActiveContent();
dom.insertHTML("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\
"http://download.Macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\"
width=\"100\" height=\"22\"><param name=\"movie\" value=\"button1.swf\" /><param name=\
"quality\" value=\"high\" /><embed src=\"button1.swf\" quality=\"high\" pluginspage=\
"http://www.Macromedia.com/go/getflashplayer\" type=\"application/
x-shockwave-flash\"width=\"100\" height=\"22\"></embed></object>\");

Keyboard functions

Keyboard functions mimic document navigation tasks that are accomplished by pressing the arrow, Backspace,
Delete, Page Up, and Page Down keys. In addition to such general arrow and key functions as
, Dreamweaver also provides methods for moving to the next or previous word or paragraph as
backspaceKey()
well as moving to the start of the line or document or the end of the line or document.
dom.arrowDown()
Availability
Dreamweaver 3.
Description
Moves the insertion point down the specified number of times.
Arguments
{nTimes}, {bShiftIsDown}
• The
argument is the number of times that the insertion point must move down. If this argument is
nTimes
omitted, the default is 1.
• The
argument is a Boolean value that indicates whether to extend the selection. If this argument
bShiftIsDown
is omitted, the default is
Returns
Nothing.
dom.arrowLeft()
Availability
Dreamweaver 3.
Description
Moves the insertion point to the left the specified number of times.
Arguments
{nTimes}, {bShiftIsDown}
• The
argument, which is optional, is the number of times that the insertion point must move left. If this
nTimes
argument is omitted, the default is 1.
.
false
DREAMWEAVER CS3
API Reference
and
arrowLeft()
130

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents