Difference between revisions of "Bootstrap Tooltips"

(Created page with "Tooltips are also available Usage: <pre>{{tip|Something|This is the tooltip!}}</pre> or <pre>{{tip|Bacon|Delicious snack}}</pre> will give output like {{tip|Something|T...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
Usage:
 
Usage:
<pre>{{tip|Something|This is the tooltip!}}</pre>
+
<pre>{{tip|Title|This is the tooltip!}}</pre>
 
or
 
or
<pre>{{tip|[[Bacon]]|Delicious snack}}</pre>
+
<pre>{{tip|[[JomSocial User Object]]|Learn How to manipulate user object}}</pre>
  
 
will give output like
 
will give output like
  
{{tip|Something|This is the tooltip!}}
+
{{tip|Title|This is the tooltip!}}
 
or
 
or
{{tip|[[Bacon]]|Delicious snack}}
+
{{tip|[[JomSocial User Object]]|Learn How to manipulate user object}}

Latest revision as of 03:05, 1 August 2014

Tooltips are also available

Usage:

{{tip|Title|This is the tooltip!}}

or

{{tip|[[JomSocial User Object]]|Learn How to manipulate user object}}

will give output like

Title or JomSocial User Object