Namespace: PP.Ui;
The TextEditorHyperlinkTarget enumeration contains methods of opening a link.
It is used by the TextEditor.insertHyperlink method.
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: