Welcome Guest, Not a member yet? Register   Sign In
call a popup window inside view
#1

[eluser]Soporte[/eluser]
Hello,

I try create a popup window inside of a view, this mode:

window.open('NewItem' ,'popup','width=1360,toolbar=1,resizable=1,scrollbars=yes,height=768,top=100,left=100');

but, the problem is that the new view occupy all window.

Anybody, could explain me how I could open a popup window smaller size that the view caller?

Best regards,

and thanks in advance!
#2

[eluser]InsiteFX[/eluser]
window open
#3

[eluser]Soporte[/eluser]
Sorry if I offended InsiteFX, I still do not understand some things,especially over web programation , and your response does not contribute to the clarification of the problem,but will consider you answer.
Thanks
#4

[eluser]Tpojka[/eluser]
Change the width and height values. Those are in pixels.
Top and left values are distance from top left corner of display.
#5

[eluser]Soporte[/eluser]
I could solve it using something how $("#ventana").dialog({

thank you very much!




Theme © iAndrew 2016 - Forum software by © MyBB