Hi,
I have a form(in a window) and in several form elements I have buttons ,when I click the button I want to open different popups at the right side of the form.
Can anyone please help me to set the position of the popup at the right side of the window which I opened first
http://webix.com/snippet/7d79b1ae
.show API allows to define both the core point and relative position
$$("w2").show( $$("w1").$view, { pos:"right" } );
Hi Maksim ,
The code which you have shared is working fine,but when I use the same form for another window the popups are coming on left top corner.Please help me to resolve this…
If there is no enough space at “right” position, popup fill try to locate a better position automatically.