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

How to open a widget in popup like a wizard?

Former Member
0 Likes
582

Hi All,

Created an editor like stocklevelfinder editor with proper sockets and connected it to my custom widget and it recieves the data well. But how do I show my widget like OOTB wizard i.e in a popup.When I click my editor search button it should popup my custom widget

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

you can define it to be a template and configure it to pop up on selected (or all) incoming evens and close on selected (or all) outgoing socket events.

The easiest is to check how we work with templetes by looking up template="true" in the existing files.

You can also play with it in the orchestrator. When you right-click on the template icon in the orchestrator (templates are marked yellow) you will get a popup to manage template's properties. Some documentation is available here.

Cheers, Wojtek

Former Member
0 Likes

Perfect,it worked ! The way backoffice is designed & the flexibility it provides in creating new things needs a thumbs up !

Answers (0)