The CustomLinkTargetInputFormView class is a basic view with a few child items. It is used to edit a custom target. It consists of a basic input field (with label) and two buttons (save & cancel) Keystrokes and focus are handled accordingly.
Optional
Readonly
We need to handle key inputs and focus management for the view and its items This is done similar to how CKEditor does this in their own plugins.
The CustomLinkTargetInputFormView class is a basic view with a few child items. It is used to edit a custom target. It consists of a basic input field (with label) and two buttons (save & cancel) Keystrokes and focus are handled accordingly.