jQuery UI Widgets › Forums › Layouts › Panel and Responsive Panel › Specifying Panel at the center
Tagged: javascript panel, jquery panel, jqwidgets panel, panel
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 8 years, 2 months ago.
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?
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).
position
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.