BeautyTips Node
Categories
Component ID
2379025
Component name
BeautyTips Node
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1140
Component created
Component changed
Component body
The Beautytips module provides ballon-help style tooltips for any page element by integrating the BeautyTips jQuery Tooltip plugin by Jeff Robbins with Drupal.
BeautyTips Node
Gives the user the ability to display node page inside a BeautyTip without the header and footer.
How to use
Uses the built in AJAX Framework and menu callback functions. Use the BeautyTips display view mode to configure the fields you want to display.
When you create your links manually, you will need to add the class "beautytips-node" to the link. That is the only class required and the module will handle the BeautyTip loading internally. Your link could look like any of these:
<a class="beautytips-node" href="my-first-node">My Example</a>
// if you are using views, you use set the row class to 'beautytips-node' under the 'Format settings'
<div class="beautytips-node">
<a href="my-first-node">My Example</a>
</div>
