PDA

View Full Version : Unobstrusive Event Hover


SeraphDesign
09-21-2009, 07:15 PM
Hi, at fist i want to say that i am impressed by this nice Script, going to use it on a recent Project and going to buy it. :)

I almost finished to customize it as far as i want it but i have a problem with the display of the Events on the normal Calender View.

Recently it display the Events on the td Tag with an
onmouseover="return overlib(etc)" wich is not as i want to to be because of usabilty and SEO aspects.

Is it possible to get the Events of the specific date so that i can programm my own overlib with jquery?

what i mean is that instead of putting the hole information in an onmouseover Javascript mess:

<td class="dateid123">32
<div class="event id123">
<p><b>Title</b></p>
<p>Event Information in plain text with semantic Markup.</p>
</div>
</td>

i hope i could make my wish clear because my english is not this good.

anyway ,keep up the good work with this script!

ve9gra
09-21-2009, 07:58 PM
I think I understand what you mean, but it wouldn't be possible. This might be something to add to the Feature Request forum. It can't be done in the current version as that section of the code is in encrypted code. The only solution I can provide for now is to disable the mouseover popups, and use the on-click popups.

SeraphDesign
09-21-2009, 08:03 PM
Okay, thanks for the fast reply. I've seen that calendar.php is encrypted so that i could not do my own way to parse the sql data. I'll have to wait for an update then, thanks. (The Popup Solution is also not effective for me)