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