TextEditor.insertHyperlink

Syntax

insertHyperlink(url: String, target: PP.Ui.TextEditorHyperlinkTarget);

Parameters

url. Hyperlink URL.

target. Link opening method.

Description

The insertHyperlink method creates a hyperlink in selected text.

Example

The property use is given on the page with description of the TextEditor.getFontBox method.

See also:

TextEditor