0 Replies Latest reply on Jan 15, 2010 3:20 PM by blabno

    Cross site widget

    blabno

      Hello, I want to create calendar presenting some events (rich:calendar). Calendar will be displayed on my site, but I want other people to be able to put some javascript on their sites and could display the same calendar. So I figured I will make blank page with only calendar on it. Javascript that others paste into their pages will create iframe on those pages. Source of that iframes will be my calendar page (on my server).

      So far so good. I can provide fully (almost) functional application as widget (or so people who just cut'n'paste javascript think ). The problem is that if I want to display popup it gets displayed in that iframe which sucks. How can I make that modal panel display on entire top document ?