cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Resizeable Backoffice popup widgets

Former Member
0 Kudos
312

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

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

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>

Former Member
0 Kudos

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?