PopView Tooltip Plugin for Confluence
Supports Confluence 3.5 - 6.XTooltips plugin for Confluence.
What does it do?
Provides a tooltip-like quick text over any forward Confluence page link that is hovered over.
Notes:
- Supercedes legacy Overlib plugin, which was made obsolete by Atlassian pre-Confluence 3.X.
- This plugin addresses logged issue Atlassian JIRA DEVNET-279. The plugin is jQuery based with CSS formatting controls
- A pervasive usage of this plugin's functionality is seen at http://www.alltop.com. Hover over any link and see a summary of the forward-link.
Online Demo
Hover your cursor over the following link; a "popview" abstract is shown of the linked-to page.
The wiki code for this function is as follows:
Screenshots
Click to enlarge view.
Documentation
Macros
{popview}
Displays a tip pop-up of the linked-to page, including the content within the {excerpt} macro.
{popview:space=<spacekey>|page=<target_pagename>}
Parameters
Parameter | Mandatory | Default | Description |
---|---|---|---|
page | no | current page. | Target page of the link. |
space | no | current space key. | Target space key for the page of the link. |
caption | no | None | Header box to popview. |
width | no |
| Width of the popview. |
bgcolor | no | #eee | Background color of the popview. |
opacity | no | 1 | Transparency for the popview. |
border | no | 1 | Integer value in pixels. |