TextEditorHyperlinkTarget

Namespace: PP.Ui;

Description

The TextEditorHyperlinkTarget enumeration contains methods of opening a link.

It is used by the TextEditor.insertHyperlink method.

Available Values

Value Brief description
Current Link opens in the current tab.
New Link opens in a new tab.
Popup Link opens in a new pop-up window.

See also:

PP.Ui