Page Down Extend command¶
Summary¶
Extends the selection down one page.
Description¶
Extends the selection down one page. The cursor moves a half page if the Scroll Half Page check box is checked on the Scroll page of the Configuration Properties dialog box.
How to Run¶
Default Menu: None
All Commands: Edit > Move Cursor Vertically > Page Down
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: SHIFT+PAGE DOWN
Plug-in Command ID¶
EEID_SHIFT_PAGEDOWN (4179)
Macros¶
[JavaScript]¶
document.selection.PageDown(true,1);
[VBScript]¶
document.selection.PageDown true,1