This question is locked. New answers and comments are not allowed.
I am trying to load content in a window using the ajax call. However the window is not centered on open.
var win = $("#CreateUserWizard").tWindow({title:"My Window"}).data("tWindow"); win.ajaxRequest('....url to form.....'); win.center().open();