jQWidgets Forums

jQuery UI Widgets Forums Layouts Panel and Responsive Panel Specifying Panel at the center

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Specifying Panel at the center #92800

    walker1234
    Participant

    Suppose I have Panel defined in my code as follows

    $("#dmyPanel").jqxPanel({ width: '750', height: '500', scrollBarSize: 20, autoUpdate: true });

    Is there a way I can use any property so that I can align the Panel at the center of my web page?

    Specifying Panel at the center #92971

    Hristo
    Participant

    Hello walker1234,

    There is no such property. You could try use parent container that you should align vertically and horizontally.
    I would suggest you look at the jqxWindow, it has position property and you could set the right position (as in this demo).

    Best Regards,
    Hristo Hristov

    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.