Activating Bootstrap 3 Tooltips & Popover for your Yii Site.

Comparing #9 with #10

Revision #10 was created by Kartik V Kartik V on Sep 25, 2014, 11:51:10 AM.

Typo corrected

Content

[...]
// 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
[...]