CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Adds a button to the LinkUI for selecting a custom target, i.e., if the button is pressed, an input field pops up to enter any string as linkTarget.

    Hierarchy

    • Plugin
      • CustomLinkTargetUI
    Index

    Constructors

    • Parameters

      • editor: Editor

      Returns CustomLinkTargetUI

    Properties

    linkUI: LinkUI

    LinkUI Plugin. Initialized on init.

    customTargetButtonName: string = OTHER_TARGET_NAME
    pluginName: "CustomLinkTargetUI" = ...
    requires: (typeof ContextualBalloon | typeof LinkUI)[] = ...

    Methods