jQWidgets Forums

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Window Position #10108

    binfch
    Participant

    Hi there

    Is there a way to have a model window shown X=Centered and Y=100px ?

    Thanks & cheers,
    Peter

    Window Position #10110

    Peter Stoev
    Keymaster

    Hi Peter,

    By using the jqxWindow’s ‘move’ method, you can set its position:

    $('#jqxWindow').jqxWindow('move', 300, 600);

    However, using the above, you will need to calculate the X to be the center position.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.