How to change the popup Layout

WorkWithPlus has a Popup Design by Default, but we can create our own custom popup layouts.

For this we need to go to WorkWithPlusTheme, to the node Class Popup, and do right-click > Add Class:

How to Create more of one Customized PopUp 1

Next we wile to assign a Popup class Name, and the class popup properties. For example, we can use an existet class or create our own popup class:

For example use an existent class:

How to Create more of one Customized PopUp 2

If we want to use our own custom class, we can do as follows:

How to Create more of one Customized PopUp 4

How to Create more of one Customized PopUp 7

Finally, in the event where we will to show the popup, we need to assign the class as follows:

    
&Window.Object= webPanelPopup.Create()
&window.Class = themeClass:PopupWhiteAndBlue
&Window.Open()

How to Create more of one Customized PopUp 9

Te result is this:

How to Create more of one Customized PopUp 8