Hii all
i making custom popup editor with customize width, so my problem is a window not in center, but widen to right
this my code :
so, how to make that template window into the center.
Thank
i making custom popup editor with customize width, so my problem is a window not in center, but widen to right
this my code :
...editable: { mode: "popup", template: $("#popup_brand").html() }, edit: function(e) { $(e.container).parent().css({ width: 900 }); },so, how to make that template window into the center.
Thank