dom.startOfLine()
Availability
Dreamweaver 3.
Description
Moves the insertion point to the beginning of the line.
Arguments
{bShiftIsDown}
The
bShiftIsDown
to extend the selection. If the argument is omitted, the default is
Returns
Nothing.
dreamweaver.mapKeyCodeToChar()
Availability
Dreamweaver 4.
Description
Takes a key code as retrieved from the event object's
character. You should check whether the key code is a special key, such as HOME, PGUP, and
so on. If the key code is not a special key, this method can be used to translate it to a character
code that is suitable for display to the user.
Arguments
keyCode
The
argument is the key code to translate to a character.
keyCode
Returns
Nothing.
argument, which is optional, is a Boolean value that indicates whether
false
field and translates it to a
keyCode
Keyboard functions
.
181
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?