To get Qtips working i assume all you need to do is
<span class="qtip-link">
<span class="qtip-tooltip">Header to appear in tooltip</span>
<a href="test-event">Test Event</a>
</span>
So i am using FullCalender Module and there is one issue i am facing . I changed my fullcalender-fields.tpl.php to look something like -
<?php if (!empty($data)): ?>
<span class="qtip-link">
<span class="qtip-tooltip">Header to appear in tooltip</span>
<?php echo $entity->title; ?>
</span>
<?php foreach ($data as $row): ?>
<div class="fullcalendar-instance">
<?php print $row; ?>
</div>
<?php endforeach; ?>
<?php endif; ?>
The resulting html structure looks like -
<div class="fullcalendar-event">
<span class="qtip-link">
<span class="qtip-tooltip">Header to appear in tooltip</span>
<a href="/saasmax/trunk/isv-events/great-event">Great Event</a> </span>
....
But still the qtip is not working. Any ideas?
But the qtip does not work. So is there anything that can be done here?
Comments
Comment #1
bryancasler commentedsubscribe
Comment #2
tessa bakkersubscribe
Comment #3
webankit commented+1
Comment #4
hashmap commented@babbar, can you get a qTip to display under any other conditions? Like with the following html pasted into a test page with the Text Format set to Full HTML?
Comment #5
bocaj commentedOld issue ... I believe with the qtip_views submodule in 7.x-2.x this may be resolved? Please reopen if this is still an issue.