Menu item
|
Key
|
What it does
|
Script (main js container)
|
-
|
Places the Script tags into the text with an empty line between
them.
|
Comment
|
-
|
Javascript comment marks: /* ... */.
|
Function template
|
-
|
Puts the framework for a function declaration into a script.
|
Array builder function (works in js 1.0)
|
-
|
An array builder function that will work in Javascript 1.0
which doesnt have "new Array".
|
Array instance (with above fn)
|
-
|
Using the CreateArray() in the above menu item.
|
"if" block frame
|
-
|
|
"else" block frame
|
-
|
|
"while" block frame
|
-
|
|
"for" block frame
|
-
|
|
Open, Close Window->
|
|
|
Open, Write, Clear, Close Document->
|
|
|
Default Status Line
|
-
|
|
Alert Dialog
|
-
|
|
Confirm Dialog
|
-
|
|
Prompt Dialog
|
-
|
|
onLoad
|
-
|
|
onUnload
|
-
|
|
onClick
|
-
|
|
onMouseOver
|
-
|
|
onMouseOut
|
-
|
This event does not work in Javascript 1.0, but is so
frequently used by most of us that I include it here
rather than leaving it for boilerplates or other access.
|
|
|
|
onFocus
|
-
|
|
onBlur
|
-
|
|
|
|
|
onChange
|
-
|
|
onSelect
|
-
|
|
onSubmit
|
-
|
|