-
-
Notifications
You must be signed in to change notification settings - Fork 16
Designer Extensions
Jochen Kühner edited this page May 23, 2021
·
1 revision
Designer Extensions are Extensions wich are shown on the design Items.
For Example there is the "ResizeExtension". This shows the 6 Circles wich you could use to resize an element.
You need to configure the used Extensions in the ServiceContainer. Normaly this is done in the "DefaultServiceBootstrap".
You can change how extensions are used, by registering them for a different ExtensionType.
For example, the "ResizeExteion" is normal registered for Extensiontype.PrimarySelection, but if you register it for ExtensionType.Selection, it is shown on all selected items. And if you add it to ExtensionType.Permanent it is shown on all elemnts (selected or not)