Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Carlo Cabrales 58 posts 77 karma points
    Oct 08, 2010 @ 15:31
    Carlo Cabrales
    0

    calendar tool tip not popping up

    I just wanted to share my solution for the umbraco beginners out there such as myself because it took me a whole day to figure this out..

    the popup not only requires umbusiness.js but this as well

    <script type="text/javascript" src="/scripts/jquery.min.js"></script>
  • dandrayne 1138 posts 2262 karma points
    Oct 08, 2010 @ 15:32
    dandrayne
    0

    Ooh thanks for this.  Did this not install with the package?

    Cheers,
    Dan

  • Carlo Cabrales 58 posts 77 karma points
    Oct 08, 2010 @ 15:37
    Carlo Cabrales
    0

    Yes it did install w/ the package. However, i cherry picked the eventarea.xslt file from the starter package on a different project. It kept giving me javascript errors until i added the jquery file

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Aug 09, 2011 @ 14:06
    Bjarne Fyrstenborg
    0

    You could also just add 

    td.eventDay:hover div.events_today {
        displayblock;
    }

    If you want to show the popup with just css.. but of course it might look better with the fade effect on hover.

    Bjarne

Please Sign in or register to post replies

Write your reply to:

Draft