How to change the popup Layout

Posted about 15 hours ago by Support WorkWithPlus

Post a topic
Un Answered
Support WorkWithPlus
Support WorkWithPlus Admin

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


The result is this:


How to Create more of one Customized PopUp 8


0 Votes


0 Comments

Login or Sign up to post a comment