Working with General Visual Components > Classes > TextEditor > TextEditor.insertHyperlink
insertHyperlink(url: String, target: PP.Ui.TextEditor.HyperlinkTarget);
url. Hyperlink URL.
target. Link opening method.
The insertHyperlink method creates a hyperlink in selected text.
The example of use is given in the page with description of the TextEditor.getFontBox method.
Seebsp;also: