TextEditor.insertHyperlink

Syntax

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

Parameters

url. Hyperlink URL.

target. Link opening method.

Description

The insertHyperlink method creates a hyperlink in selected text.

Example

The example of use is given in the page with description of the TextEditor.getFontBox method.

Seebsp;also:

TextEditor