Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Copy Link command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Edit category

Copy Link command

Summary

Copies a hyperlink and pastes it to the Clipboard.

Description

Copies a hyperlink string at the cursor and pastes it to the Clipboard. After this command, you can place the selection by moving the cursor to a different location and running the Paste command.

How to Run

Default Menu: Edit > Copy Link

All Commands: Edit > Copy > Copy Link

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_EDIT_COPY_LINK (4140)

Macros

[JavaScript]

document.selection.CopyLink();

[VBScript]

document.selection.CopyLink

Copyright © 2003-2023 by Emurasoft, Inc.