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

bryancasler’s picture

subscribe

tessa bakker’s picture

subscribe

webankit’s picture

+1

hashmap’s picture

@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?

<span class="qtip-link">
<span class="qtip-tooltip">Tooltip text</span>
Tooltip link
</span>
bocaj’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (fixed)

Old 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.