ClipboardLink Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:14

Description

Enables/disables copying of links to clipboard.

Syntax

Page.ClipboardLink (blnActivate)

blnActivate        

Required. True to enable copying of links to the clipboard, False to disable it.

Remarks

When a Fred user makes a copy by clipboard of linked frames on the same page, and tries to duplicates them by pasting (to variate the design for the next article), Fred automatically attempts to link the pasted elements to the current article. Now is possible to create new unlinked frames (with same type) if copying frames and new image placeholders (with same type) if copying images.

To activate the new clipboard feature the EditCopy (or EditCut) script must be preceded by:

Page.ClipboardLink (False)

so the next copy to clipboard will be done ignoring link information. Set to "true" to re-enable linking. For every newly opened page the link copy is active by default.

The method returns error code.

Context

Page designer