Difference between revisions of "Bootstrap Tooltips"

 
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|[[JomSocial User Object]]|Learn How to manipulate user object}}</pre>
 
<pre>{{tip|[[JomSocial User Object]]|Learn How to manipulate user object}}</pre>
Line 8: Line 8:
 
will give output like
 
will give output like
  
{{tip|Something|This is the tooltip!}}
+
{{tip|Title|This is the tooltip!}}
 
or
 
or
 
{{tip|[[JomSocial User Object]]|Learn How to manipulate user object}}
 
{{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