My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 248: How do I get urls to open in blank page?
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Dec 2009


Sign in to add a comment
 
Reported by paulverh...@gmail.com, Dec 16, 2009
I'd like my url to open in a _blank page, but can't seem to figure out how to accomplish this. Is 
there an easy way to do this?
Dec 19, 2009
Project Member #1 adamrs...@gmail.com
yep, use the eventClick trigger like so:

eventClick: function(event) {
    window.open(event.url);
    return false;
}
Status: Done
Sign in to add a comment

Powered by Google Project Hosting