on 2019 Aug 27 12:38 PM
By default in the Backoffice we cannot resize popup widgets by e.g. simple dragging... Could we maybe change it in the configuration so that these widgets could be actually resizeable by a backoffice user? Thanks
Request clarification before answering.
Yes we can change it in Configuration. Please check *backoffice-widgets.xml
<widget id="abcdPopup" widgetDefinitionId="com.org.widgets.abcd"
slotId="cockpitWidgetChildrenInvisible" template="true">
<instance-settings socketEventRoutingMode="LAST_USED">
<create onInit="false" reuseExisting="false">
<all-incoming-events />
</create>
<close>
<outgoing-events>
<socket-event id="cancel" />
</outgoing-events>
<all-outgoing-events />
</close>
<select onInit="false">
<all-incoming-events />
</select>
</instance-settings>
<setting key="_width" type="String">1250px</setting>
<setting key="_height" type="String">auto</setting>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Khajamohiddin,
thank you for your answer.
But as I understand this will not do that the Backoffice user can resize widgets? It is gonna still be fixed (not resizeable) just a little bit larger, right? And that only in case that calculated width is less then 1250px?
Do you know maybe if there is a way that the backoffice user makes widgets reusable?
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.