Welcome Guest   | Login   
  Search  
  Index |  Recent Threads |  Register | 


Quick Go »
Thread Status: Normal
Total posts in this thread: 2
[Change thread status] [Delete this Thread] [Move this Thread]
[Add To My Favorites] [Watch this Thread] [Post new Thread]
Author
Previous Thread This topic has been viewed 207 times and has 1 reply Next Thread
SmokinBill
New Member



Joined: Aug 14, 2012
Posts: 1
Status: Offline

Edit this Post   Pop-Up to center in browser? Reply to this Post
Reply with Quote
[Delete this Thread]

I have searched for this topic but have found nothing. I would like to know if there is a way to get the pop-up to center in the middle of the browser window? On large monitors, the pop-up defaults to the upper left corner of the monitor, even if the browser is open on the right side of the screen. It's disjointed and unintuitive to have to go "looking" for the pop-up.
[Oct 12, 2012, 4:00:00 PM] [69.138.134.187] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
support
localendar Expert
Member's Avatar


Joined: Aug 9, 2022
Posts: 6438
Status: Offline
Edit this Post   Re: Pop-Up to center in browser? Reply to this Post
Reply with Quote
[Delete this Post]

The pop-up location is actually a browser-specific behavior, but you can get close to what you want.

Under Options->Events in "Common Event Information" add this code:
<script>
$(document).ready(function() {
var w = window.outerWidth;
var h = window.outerHeight;
window.resizeTo(w,h)
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
window.moveTo(winl,wint)
});
</script>


Side note: The behavior is a little unpredictable with 2 or more monitors in play.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news
[Oct 15, 2012, 11:26:21 PM] [24.190.17.62] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
[Show Thread Printable Version] [Post new Thread]

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us