Page Up Extend command¶
Summary¶
Extends the selection up one page.
Description¶
Extends the selection up 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 > Extend Selection > Page Up Extend
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: SHIFT+PAGE UP
Plug-in Command ID¶
EEID_SHIFT_PAGEUP (4178)
Macros¶
[JavaScript]¶
document.selection.PageUp(true,1);
[VBScript]¶
document.selection.PageUp true,1