Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Summary

 

This allow you to create a link with a tooltip: pop-up text that appears when you hover your mouse over the text.

Required Attributes

This is the URL. It replaces the href. The [uwsa_tooltip] is used in place of the <a>. Just like <a>, [uwsa_tooltip] requires a closing tag [/uwsa_tooltip]. Like an <a>, the text that appears on the page is wrapped by the short code.

placement

This defines the placement of the tooltip in relation to the link.

The options are left, top, bottom or right.

text

This defines the text that is included in the tooltip hover.

Optional Attributes

None.

Usage / Examples

[uwsa_tooltip link="http://google.com" placement="left" text="This is some info about the link"]Education Cost[/uwsa_tooltip]

Note that [uwsa_tooltip] replaces the <a></a> tag.

For the Accountability Dashboard:

<div class="accountability-icons">
<h3 class="cost">
[uwsa_tooltip link="http://google.com" placement="left" text="This is some info about the link"]Education Cost[/uwsa_tooltip]
</h3>
</div>

 

  • No labels