Description
At the moment there is no easy way to position a content tool e.g. aligned to the right.
Also given there are several configured content tools in one app - it is impossible to control, how much toolbar space is consumed by each of the tools.
In order to fix this it is proposed to add the following methods to ContentToolDefinition interface (meanwhile due to backwards compatibility reasons - to the concerete impl class only):
class ConfiguredContentToolDefinition { .... Alignment getAlignment(); float getExpandRatio(); .... }
Attachments
Issue Links
- is cloned by
-
MGNLUI-3709 Provide API for alignment and positioning of the content tools in workbench
-
- Closed
-