Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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>
Ooh thanks for this. Did this not install with the package?
Cheers,Dan
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
You could also just add
td.eventDay:hover div.events_today { display: block;}
If you want to show the popup with just css.. but of course it might look better with the fade effect on hover.
Bjarne
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Ooh thanks for this. Did this not install with the package?
Cheers,
Dan
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
You could also just add
td.eventDay:hover div.events_today {
display: block;
}
If you want to show the popup with just css.. but of course it might look better with the fade effect on hover.
Bjarne
is working on a reply...