Difference between #9 and #10 of
Activating Bootstrap 3 Tooltips & Popover for your Yii Site.

Revision #10 has been created by Kartik V on Sep 25, 2014, 11:51:10 AM with the memo:

Typo corrected
« previous (#9) next (#11) »

Changes

Title unchanged

Activating Bootstrap 3 Tooltips & Popover for your Yii Site.

Category unchanged

Tips

Yii version unchanged

Tags unchanged

yii, yii2, bootstrap, bootstrap3, tooltip, popover

Content changed

[...]
// element (set the title or data-title attribute
// to type in tooltip content)
echo 'Testing for ' . Html::tag('span', 'tooltip', [
'title'=>'This is a test tooltip',
'data-toggle'=>'tooltip',
'style'=>'text-decoration: underline
:; cursor:pointer;'
]);
```

### Popovers
[...]
3 3
48 followers
Viewed: 65 725 times
Version: 2.0
Category: Tips
Written by: Kartik V
Last updated by: alrazi
Created on: May 6, 2014
Last updated: 6 years ago
Update Article

Revisions

View all history